mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-01-15 23:04:31 -05:00
corrects Rubina basket locations and adds quest icon to her
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
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_ns.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_sm.iff|$|
|
||||
-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|$|
|
||||
|
||||
@@ -17,4 +17,4 @@ i i h i f f f f f f f s p
|
||||
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 21 1136 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|gray_witch|strSpawnerType|4|area|strSpawns|4|gray_witch|$|
|
||||
-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|gray_witch|strSpawnerType|4|area|strSpawns|4|gray_witch|$|
|
||||
|
||||
@@ -2253,11 +2253,13 @@ public class wod_rubina extends script.base_script
|
||||
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
|
||||
@@ -2266,11 +2268,13 @@ public class wod_rubina extends script.base_script
|
||||
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;
|
||||
}
|
||||
|
||||
@@ -6,4 +6,4 @@ 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_item_gem_blue_s01.cdf"
|
||||
clientDataFile = "clientdata/item/client_shared_item_gem_purple_s01.cdf"
|
||||
Reference in New Issue
Block a user