mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-31 00:15:54 -04:00
Moved Elite Storyteller vendor in the Bestine hotel.
This commit is contained in:
+2
-2
@@ -28,8 +28,8 @@ public class promoter_hotel_spawner extends script.base_script
|
||||
return SCRIPT_CONTINUE;
|
||||
}
|
||||
// there's a special NPC (Zekka Thyne) in the Coronet hotel so avoid spawning the promoter on top of him.
|
||||
// there's also Pex (an elite storyteller vendor) in the Theed hotel so avoid spawning the promoter on top of him too.
|
||||
if(myCity != null && (myCity.equals("coronet") || myCity.equals("narmle") || myCity.equals("theed"))) {
|
||||
// there's also Pex (an elite storyteller vendor) in the Theed and Bestine hotels so avoid spawning the promoter on top of him too.
|
||||
if(myCity != null && (myCity.equals("coronet") || myCity.equals("narmle") || myCity.equals("theed") || myCity.equals("bestine"))) {
|
||||
spawnPoint.x = -25.3f;
|
||||
spawnPoint.y = 1.6f;
|
||||
spawnPoint.z = -5.5f;
|
||||
|
||||
Reference in New Issue
Block a user