adjust "runey" location
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user