Moved Elite Storyteller vendor in the Bestine hotel.

This commit is contained in:
Cekis
2016-12-27 21:26:29 +00:00
parent 04f54750d6
commit 026eda3ff1
@@ -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;