adjust "runey" location

This commit is contained in:
2024-02-18 15:52:10 -06:00
parent 7eba9501a6
commit 1fc9e6251e
+4
View File
@@ -634,6 +634,10 @@ public class WorldServer {
try {
NPC runeMerchant = NPC.createNPC("Runey", 1200, new Vector3fImmutable(88862f, 33f, 44997f), Guild.getGuild(6), ZoneManager.getZoneByUUID(656), (short) 70, null);
runeMerchant.sellPercent = 1000000;
Building SDRhut = BuildingManager.getBuildingFromCache(27979);
runeMerchant.bindLoc = Vector3fImmutable.ZERO;
runeMerchant.building = SDRhut;
NPCManager.slotCharacterInBuilding(runeMerchant);
}
catch(Exception e){
Logger.error("FAILED TO ADD RUNE MERCHANT");