mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 17:49:20 +02:00
Merge branch '30-bonus-stamina-donation-feature-item' into 'master'
Resolve "Bonus Stamina Donation Feature (item?)" Closes #30 See merge request ErikasKontenis/Sabrehaven!26
This commit is contained in:
commit
c53a4f6b9e
@ -1 +1 @@
|
|||||||
next: 17578
|
next: 17583
|
@ -158,6 +158,7 @@
|
|||||||
<action fromid="5792" toid="5797" script="misc/dice.lua" />
|
<action fromid="5792" toid="5797" script="misc/dice.lua" />
|
||||||
<action itemid="3114" script="misc/skull_candle.lua" />
|
<action itemid="3114" script="misc/skull_candle.lua" />
|
||||||
<action itemid="5957" script="misc/lottery_ticket.lua" />
|
<action itemid="5957" script="misc/lottery_ticket.lua" />
|
||||||
|
<action itemid="5776" script="misc/sabrehaven_talon.lua" />
|
||||||
|
|
||||||
<!-- Dolls -->
|
<!-- Dolls -->
|
||||||
<action itemid="5080" script="misc/dolls.lua" />
|
<action itemid="5080" script="misc/dolls.lua" />
|
||||||
|
10
data/actions/scripts/misc/sabrehaven_talon.lua
Normal file
10
data/actions/scripts/misc/sabrehaven_talon.lua
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
function onUse(player, item, fromPosition, target, toPosition, isHotkey)
|
||||||
|
if player:getStorageValue(17582) < os.time() then
|
||||||
|
player:sendTextMessage(MESSAGE_EVENT_ADVANCE, "Your experience earnings have been enchanted by the Sabrehaven Gods.")
|
||||||
|
player:setStorageValue(17582, os.time() + 24 * 60 * 60) -- 24 hour
|
||||||
|
item:remove(1)
|
||||||
|
else
|
||||||
|
player:sendTextMessage(MESSAGE_EVENT_ADVANCE, "You shoud not take any more today.")
|
||||||
|
end
|
||||||
|
return true
|
||||||
|
end
|
@ -184,7 +184,7 @@ function Player:onGainExperience(source, exp, rawExp)
|
|||||||
useStamina(self)
|
useStamina(self)
|
||||||
|
|
||||||
local staminaMinutes = self:getStamina()
|
local staminaMinutes = self:getStamina()
|
||||||
if staminaMinutes > 2400 and self:isPremium() then
|
if staminaMinutes > 2400 and self:getStorageValue(17582) > os.time() then
|
||||||
exp = exp * 1.5
|
exp = exp * 1.5
|
||||||
elseif staminaMinutes <= 840 then
|
elseif staminaMinutes <= 840 then
|
||||||
exp = exp * 0.5
|
exp = exp * 0.5
|
||||||
|
@ -26078,7 +26078,10 @@ Flags = {Chest,Unpass,Unmove,Height,Disguise}
|
|||||||
Attributes = {DisguiseTarget=2481}
|
Attributes = {DisguiseTarget=2481}
|
||||||
|
|
||||||
TypeID = 5776
|
TypeID = 5776
|
||||||
Name = "" # this is nothing in client
|
Name = "a Sabrehaven talon"
|
||||||
|
Description = "Rumours say that the Gods enchanted these talons for the greatest good, or the greatest evil achievements"
|
||||||
|
Flags = {Cumulative,Take,Disguise}
|
||||||
|
Attributes = {DisguiseTarget=3034,Weight=20}
|
||||||
|
|
||||||
TypeID = 5777
|
TypeID = 5777
|
||||||
Name = "a target board"
|
Name = "a target board"
|
||||||
|
@ -398,6 +398,16 @@
|
|||||||
<!-- Laguna Islands -->
|
<!-- Laguna Islands -->
|
||||||
<movevent event="StepIn" frommovementid="17563" tomovementid="17564" script="laguna_islands/erayo_hut_stairs.lua" />
|
<movevent event="StepIn" frommovementid="17563" tomovementid="17564" script="laguna_islands/erayo_hut_stairs.lua" />
|
||||||
|
|
||||||
|
<!-- Raid Sacrifices -->
|
||||||
|
<movevent event="StepIn" movementid="17578" script="misc/raid_sacrifice.lua" />
|
||||||
|
<movevent event="AddItem" movementid="17578" tileitem="1" script="misc/raid_sacrifice.lua" />
|
||||||
|
<movevent event="StepIn" movementid="17579" script="misc/raid_sacrifice.lua" />
|
||||||
|
<movevent event="AddItem" movementid="17579" tileitem="1" script="misc/raid_sacrifice.lua" />
|
||||||
|
<movevent event="StepIn" movementid="17580" script="misc/raid_sacrifice.lua" />
|
||||||
|
<movevent event="AddItem" movementid="17580" tileitem="1" script="misc/raid_sacrifice.lua" />
|
||||||
|
<movevent event="StepIn" movementid="17581" script="misc/raid_sacrifice.lua" />
|
||||||
|
<movevent event="AddItem" movementid="17581" tileitem="1" script="misc/raid_sacrifice.lua" />
|
||||||
|
|
||||||
<!-- Goroma -->
|
<!-- Goroma -->
|
||||||
<movevent event="StepIn" frommovementid="17506" tomovementid="17508" script="goroma/energy_barrier.lua" />
|
<movevent event="StepIn" frommovementid="17506" tomovementid="17508" script="goroma/energy_barrier.lua" />
|
||||||
<movevent event="StepIn" movementid="17510" script="goroma/to_ramoa.lua" />
|
<movevent event="StepIn" movementid="17510" script="goroma/to_ramoa.lua" />
|
||||||
|
38
data/movements/scripts/misc/raid_sacrifice.lua
Normal file
38
data/movements/scripts/misc/raid_sacrifice.lua
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
local config = {
|
||||||
|
[17578] = { name = "edronorshabaal", message = "CHAMEK ATH UTHUL ARAK!", count=100 },
|
||||||
|
[17579] = { name = "ferumbras", message = "Hahahaha! I have never been killed by the Avar Tar!", count=100 },
|
||||||
|
[17580] = { name = "morgaroth", message = "THE TRIANGLE OF TERROR WILL RISE!", count=100 },
|
||||||
|
[17581] = { name = "libertybaypirates", message = "Plundeeeeer!", count=100 }
|
||||||
|
}
|
||||||
|
|
||||||
|
function onStepIn(creature, item, position, fromPosition)
|
||||||
|
doRelocate(item:getPosition(),{x = 33268, y = 31835, z = 9})
|
||||||
|
item:getPosition():sendMagicEffect(11)
|
||||||
|
Game.sendMagicEffect({x = 33268, y = 31835, z = 9}, 11)
|
||||||
|
item:getPosition():sendMonsterSay("Mystic flame ward you off.")
|
||||||
|
end
|
||||||
|
|
||||||
|
function onAddItem(item, tileitem, position)
|
||||||
|
local movementId = tileitem:getMovementId()
|
||||||
|
local raid = config[movementId]
|
||||||
|
|
||||||
|
if (item:getId() ~= 5776) then
|
||||||
|
doRelocate(item:getPosition(),{x = 33268, y = 31835, z = 9})
|
||||||
|
item:getPosition():sendMagicEffect(11)
|
||||||
|
Game.sendMagicEffect({x = 33268, y = 31835, z = 9}, 11)
|
||||||
|
tileitem:getPosition():sendMonsterSay("Mystic flame spit out the sacrifice.")
|
||||||
|
return true
|
||||||
|
end
|
||||||
|
|
||||||
|
local currentCount = getGlobalStorageValue(movementId) + item:getCount()
|
||||||
|
setGlobalStorageValue(movementId, currentCount)
|
||||||
|
if (currentCount >= raid.count) then
|
||||||
|
item:getPosition():sendMonsterSay(raid.message)
|
||||||
|
Game.startRaid(raid.name)
|
||||||
|
tileitem:remove()
|
||||||
|
setGlobalStorageValue(movementId, 0)
|
||||||
|
end
|
||||||
|
|
||||||
|
item:getPosition():sendMagicEffect(CONST_ME_FIREAREA)
|
||||||
|
item:remove()
|
||||||
|
end
|
14
data/raids/ferumbras.xml
Normal file
14
data/raids/ferumbras.xml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<raid>
|
||||||
|
<!--
|
||||||
|
// Raid System by 5mok3
|
||||||
|
// DO NOT CHANGE INTERVAL UNLESS YOU ARE SURE WHAT YOU ARE DOING!!
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!--Announcements-->
|
||||||
|
<announce delay="1000" type="Event" message="The seals on Ferumbras old cidatel are glowing. Prepare for HIS return mortals." />
|
||||||
|
<announce delay="50000" type="Event" message="Ferumbras return is at hand. The Edron Academy calls for Heroes to fight that evil." />
|
||||||
|
<announce delay="60000" type="Event" message="Ferumbras has returned to his citadel once more. Stop him before its too late." />
|
||||||
|
<!--Single Spawns-->
|
||||||
|
<singlespawn delay="60000" name="Ferumbras" x="32124" y="32687" z="4" />
|
||||||
|
</raid>
|
11
data/raids/libertybaypirates.xml
Normal file
11
data/raids/libertybaypirates.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<raid>
|
||||||
|
<!--Announcements-->
|
||||||
|
<announce delay="1000" type="event" message="Pillage and plunder! Pirates have been sighted north of Darashia!." />
|
||||||
|
<!--Single Spawns-->
|
||||||
|
<areaspawn delay="1000" fromx="33275" fromy="32324" fromz="7" tox="33316" toy="32360" toz="7">
|
||||||
|
<monster name="Pirate Buccaneer" amount="20" />
|
||||||
|
<monster name="Pirate Cutthroat" amount="15" />
|
||||||
|
<monster name="Pirate Marauder" amount="15" />
|
||||||
|
</areaspawn>
|
||||||
|
</raid>
|
14
data/raids/morgaroth.xml
Normal file
14
data/raids/morgaroth.xml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<raid>
|
||||||
|
<!--
|
||||||
|
// Raid System by 5mok3
|
||||||
|
// DO NOT CHANGE INTERVAL UNLESS YOU ARE SURE WHAT YOU ARE DOING!!
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!--Announcements-->
|
||||||
|
<announce delay="1000" type="Event" message="The ancient volcano on Goroma slowly becomes active once again." />
|
||||||
|
<announce delay="30000" type="Event" message="There is an evil presence at the volcano of Goroma." />
|
||||||
|
<announce delay="60000" type="Event" message="Evil Cultists have called an ancient evil into the volcano on Goroma. Beware of its power mortals." />
|
||||||
|
<!--Single Spawns-->
|
||||||
|
<singlespawn delay="60000" name="Morgaroth" x="32063" y="32612" z="14" />
|
||||||
|
</raid>
|
@ -46,4 +46,7 @@
|
|||||||
<raid name="thaisorcinvasion" repeat="false" margin="0" interval2="15552000" file="thaisorcinvasion.xml"/>
|
<raid name="thaisorcinvasion" repeat="false" margin="0" interval2="15552000" file="thaisorcinvasion.xml"/>
|
||||||
<raid name="venoreelfinvasion" repeat="false" margin="0" interval2="15552000" file="venoreelfinvasion.xml"/>
|
<raid name="venoreelfinvasion" repeat="false" margin="0" interval2="15552000" file="venoreelfinvasion.xml"/>
|
||||||
<raid name="venoreswampelves" repeat="true" margin="0" interval2="1209600" file="venoreswampelves.xml"/>
|
<raid name="venoreswampelves" repeat="true" margin="0" interval2="1209600" file="venoreswampelves.xml"/>
|
||||||
|
<raid name="ferumbras" repeat="false" margin="0" interval2="15552000" file="ferumbras.xml"/>
|
||||||
|
<raid name="morgaroth" repeat="false" margin="0" interval2="31104000" file="morgaroth.xml"/>
|
||||||
|
<raid name="libertybaypirates" repeat="true" margin="0" interval2="2592000" file="libertybaypirates.xml"/>
|
||||||
</raids>
|
</raids>
|
||||||
|
13
data/talkactions/scripts/raid.lua
Normal file
13
data/talkactions/scripts/raid.lua
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
function onSay(player, words, param)
|
||||||
|
if not player:getGroup():getAccess() then
|
||||||
|
return true
|
||||||
|
end
|
||||||
|
|
||||||
|
if player:getAccountType() < ACCOUNT_TYPE_GOD then
|
||||||
|
return false
|
||||||
|
end
|
||||||
|
|
||||||
|
Game.startRaid(param)
|
||||||
|
player:sendTextMessage(MESSAGE_STATUS_CONSOLE_BLUE, "Raid with name " .. param .. " started.")
|
||||||
|
return false
|
||||||
|
end
|
@ -19,6 +19,7 @@
|
|||||||
<talkaction words="/kick" separator=" " script="kick.lua" />
|
<talkaction words="/kick" separator=" " script="kick.lua" />
|
||||||
<talkaction words="/openserver" script="openserver.lua" />
|
<talkaction words="/openserver" script="openserver.lua" />
|
||||||
<talkaction words="/closeserver" separator=" " script="closeserver.lua" />
|
<talkaction words="/closeserver" separator=" " script="closeserver.lua" />
|
||||||
|
<talkaction words="/raid" separator=" " script="raid.lua" />
|
||||||
<talkaction words="/B" separator=" " script="broadcast.lua" />
|
<talkaction words="/B" separator=" " script="broadcast.lua" />
|
||||||
<talkaction words="/m" separator=" " script="place_monster.lua" />
|
<talkaction words="/m" separator=" " script="place_monster.lua" />
|
||||||
<talkaction words="/i" separator=" " script="create_item.lua" />
|
<talkaction words="/i" separator=" " script="create_item.lua" />
|
||||||
|
@ -861,73 +861,73 @@
|
|||||||
<house name="Darashia 8, Flat 12" houseid="859" entryx="33249" entryy="32446" entryz="6" rent="3520" townid="6" size="28" />
|
<house name="Darashia 8, Flat 12" houseid="859" entryx="33249" entryy="32446" entryz="6" rent="3520" townid="6" size="28" />
|
||||||
<house name="Darashia 8, Flat 13" houseid="860" entryx="33254" entryy="32449" entryz="6" rent="3880" townid="6" size="32" />
|
<house name="Darashia 8, Flat 13" houseid="860" entryx="33254" entryy="32449" entryz="6" rent="3880" townid="6" size="32" />
|
||||||
<house name="Darashia 8, Flat 14" houseid="861" entryx="33254" entryy="32449" entryz="6" rent="3520" townid="6" size="31" />
|
<house name="Darashia 8, Flat 14" houseid="861" entryx="33254" entryy="32449" entryz="6" rent="3520" townid="6" size="31" />
|
||||||
<house name="Ivory Circle 1" houseid="2012" entryx="32347" entryy="32799" entryz="7" rent="4280" townid="7" size="71" />
|
<house name="Ivory Circle 1" houseid="2012" entryx="32347" entryy="32799" entryz="7" rent="4280" townid="12" size="71" />
|
||||||
<house name="Admiral's Avenue 3" houseid="2013" entryx="32336" entryy="32806" entryz="7" rent="4115" townid="7" size="68" />
|
<house name="Admiral's Avenue 3" houseid="2013" entryx="32336" entryy="32806" entryz="7" rent="4115" townid="12" size="68" />
|
||||||
<house name="Admiral's Avenue 2" houseid="2014" entryx="32326" entryy="32806" entryz="7" rent="5470" townid="7" size="85" />
|
<house name="Admiral's Avenue 2" houseid="2014" entryx="32326" entryy="32806" entryz="7" rent="5470" townid="12" size="85" />
|
||||||
<house name="Admiral's Avenue 1" houseid="2015" entryx="32309" entryy="32805" entryz="7" rent="5105" townid="7" size="83" />
|
<house name="Admiral's Avenue 1" houseid="2015" entryx="32309" entryy="32805" entryz="7" rent="5105" townid="12" size="83" />
|
||||||
<house name="Sugar Street 5" houseid="2016" entryx="32301" entryy="32811" entryz="7" rent="1350" townid="7" size="20" />
|
<house name="Sugar Street 5" houseid="2016" entryx="32301" entryy="32811" entryz="7" rent="1350" townid="12" size="20" />
|
||||||
<house name="Freedom Street 1" houseid="2017" entryx="32323" entryy="32812" entryz="7" rent="2450" townid="7" size="41" />
|
<house name="Freedom Street 1" houseid="2017" entryx="32323" entryy="32812" entryz="7" rent="2450" townid="12" size="41" />
|
||||||
<house name="Freedom Street 2" houseid="2018" entryx="32325" entryy="32812" entryz="7" rent="6050" townid="7" size="103" />
|
<house name="Freedom Street 2" houseid="2018" entryx="32325" entryy="32812" entryz="7" rent="6050" townid="12" size="103" />
|
||||||
<house name="Trader's Point 2 (Shop)" houseid="2019" entryx="32330" entryy="32826" entryz="7" rent="5350" townid="7" size="93" />
|
<house name="Trader's Point 2 (Shop)" houseid="2019" entryx="32330" entryy="32826" entryz="7" rent="5350" townid="12" size="93" />
|
||||||
<house name="Trader's Point 3 (Shop)" houseid="2020" entryx="32344" entryy="32826" entryz="7" rent="5950" townid="7" size="106" />
|
<house name="Trader's Point 3 (Shop)" houseid="2020" entryx="32344" entryy="32826" entryz="7" rent="5950" townid="12" size="106" />
|
||||||
<house name="Ivory Circle 2" houseid="2021" entryx="32364" entryy="32818" entryz="7" rent="7030" townid="7" size="120" />
|
<house name="Ivory Circle 2" houseid="2021" entryx="32364" entryy="32818" entryz="7" rent="7030" townid="12" size="120" />
|
||||||
<house name="The Tavern 1a" houseid="2022" entryx="32295" entryy="32837" entryz="6" rent="2750" townid="7" size="40" />
|
<house name="The Tavern 1a" houseid="2022" entryx="32295" entryy="32837" entryz="6" rent="2750" townid="12" size="40" />
|
||||||
<house name="The Tavern 1b" houseid="2023" entryx="32297" entryy="32836" entryz="6" rent="1900" townid="7" size="31" />
|
<house name="The Tavern 1b" houseid="2023" entryx="32297" entryy="32836" entryz="6" rent="1900" townid="12" size="31" />
|
||||||
<house name="The Tavern 1c" houseid="2024" entryx="32299" entryy="32839" entryz="6" rent="4150" townid="7" size="73" />
|
<house name="The Tavern 1c" houseid="2024" entryx="32299" entryy="32839" entryz="6" rent="4150" townid="12" size="73" />
|
||||||
<house name="The Tavern 1d" houseid="2025" entryx="32297" entryy="32840" entryz="6" rent="1550" townid="7" size="24" />
|
<house name="The Tavern 1d" houseid="2025" entryx="32297" entryy="32840" entryz="6" rent="1550" townid="12" size="24" />
|
||||||
<house name="The Tavern 2d" houseid="2026" entryx="32298" entryy="32838" entryz="5" rent="1350" townid="7" size="20" />
|
<house name="The Tavern 2d" houseid="2026" entryx="32298" entryy="32838" entryz="5" rent="1350" townid="12" size="20" />
|
||||||
<house name="The Tavern 2c" houseid="2027" entryx="32302" entryy="32838" entryz="5" rent="950" townid="7" size="16" />
|
<house name="The Tavern 2c" houseid="2027" entryx="32302" entryy="32838" entryz="5" rent="950" townid="12" size="16" />
|
||||||
<house name="The Tavern 2b" houseid="2028" entryx="32303" entryy="32838" entryz="5" rent="1700" townid="7" size="27" />
|
<house name="The Tavern 2b" houseid="2028" entryx="32303" entryy="32838" entryz="5" rent="1700" townid="12" size="27" />
|
||||||
<house name="The Tavern 2a" houseid="2029" entryx="32301" entryy="32835" entryz="5" rent="5550" townid="7" size="92" />
|
<house name="The Tavern 2a" houseid="2029" entryx="32301" entryy="32835" entryz="5" rent="5550" townid="12" size="92" />
|
||||||
<house name="Straycat's Corner 4" houseid="2030" entryx="32291" entryy="32852" entryz="7" rent="210" townid="7" size="4" />
|
<house name="Straycat's Corner 4" houseid="2030" entryx="32291" entryy="32852" entryz="7" rent="210" townid="12" size="4" />
|
||||||
<house name="Straycat's Corner 3" houseid="2031" entryx="32283" entryy="32850" entryz="7" rent="210" townid="7" size="4" />
|
<house name="Straycat's Corner 3" houseid="2031" entryx="32283" entryy="32850" entryz="7" rent="210" townid="12" size="4" />
|
||||||
<house name="Straycat's Corner 2" houseid="2032" entryx="32284" entryy="32845" entryz="7" rent="660" townid="7" size="18" />
|
<house name="Straycat's Corner 2" houseid="2032" entryx="32284" entryy="32845" entryz="7" rent="660" townid="12" size="18" />
|
||||||
<house name="Litter Promenade 5" houseid="2033" entryx="32290" entryy="32859" entryz="7" rent="580" townid="7" size="11" />
|
<house name="Litter Promenade 5" houseid="2033" entryx="32290" entryy="32859" entryz="7" rent="580" townid="12" size="11" />
|
||||||
<house name="Litter Promenade 4" houseid="2034" entryx="32288" entryy="32865" entryz="7" rent="390" townid="7" size="10" />
|
<house name="Litter Promenade 4" houseid="2034" entryx="32288" entryy="32865" entryz="7" rent="390" townid="12" size="10" />
|
||||||
<house name="Litter Promenade 3" houseid="2035" entryx="32286" entryy="32865" entryz="7" rent="450" townid="7" size="12" />
|
<house name="Litter Promenade 3" houseid="2035" entryx="32286" entryy="32865" entryz="7" rent="450" townid="12" size="12" />
|
||||||
<house name="Litter Promenade 2" houseid="2036" entryx="32277" entryy="32861" entryz="7" rent="300" townid="7" size="7" />
|
<house name="Litter Promenade 2" houseid="2036" entryx="32277" entryy="32861" entryz="7" rent="300" townid="12" size="7" />
|
||||||
<house name="Litter Promenade 1" houseid="2037" entryx="32271" entryy="32862" entryz="7" rent="400" townid="7" size="6" />
|
<house name="Litter Promenade 1" houseid="2037" entryx="32271" entryy="32862" entryz="7" rent="400" townid="12" size="6" />
|
||||||
<house name="The Shelter" houseid="2038" entryx="32267" entryy="32860" entryz="7" rent="13590" guildhall="true" townid="7" size="282" />
|
<house name="The Shelter" houseid="2038" entryx="32267" entryy="32860" entryz="7" rent="13590" guildhall="true" townid="12" size="282" />
|
||||||
<house name="Straycat's Corner 6" houseid="2039" entryx="32281" entryy="32858" entryz="7" rent="300" townid="7" size="7" />
|
<house name="Straycat's Corner 6" houseid="2039" entryx="32281" entryy="32858" entryz="7" rent="300" townid="12" size="7" />
|
||||||
<house name="Straycat's Corner 5" houseid="2040" entryx="32281" entryy="32853" entryz="7" rent="760" townid="7" size="16" />
|
<house name="Straycat's Corner 5" houseid="2040" entryx="32281" entryy="32853" entryz="7" rent="760" townid="12" size="16" />
|
||||||
<house name="Rum Alley 3" houseid="2042" entryx="32272" entryy="32854" entryz="7" rent="330" townid="7" size="9" />
|
<house name="Rum Alley 3" houseid="2042" entryx="32272" entryy="32854" entryz="7" rent="330" townid="12" size="9" />
|
||||||
<house name="Straycat's Corner 1" houseid="2043" entryx="32280" entryy="32843" entryz="7" rent="300" townid="7" size="7" />
|
<house name="Straycat's Corner 1" houseid="2043" entryx="32280" entryy="32843" entryz="7" rent="300" townid="12" size="7" />
|
||||||
<house name="Rum Alley 2" houseid="2044" entryx="32260" entryy="32846" entryz="7" rent="300" townid="7" size="7" />
|
<house name="Rum Alley 2" houseid="2044" entryx="32260" entryy="32846" entryz="7" rent="300" townid="12" size="7" />
|
||||||
<house name="Rum Alley 1" houseid="2045" entryx="32257" entryy="32839" entryz="7" rent="510" townid="7" size="14" />
|
<house name="Rum Alley 1" houseid="2045" entryx="32257" entryy="32839" entryz="7" rent="510" townid="12" size="14" />
|
||||||
<house name="Smuggler Backyard 3" houseid="2046" entryx="32263" entryy="32838" entryz="7" rent="700" townid="7" size="15" />
|
<house name="Smuggler Backyard 3" houseid="2046" entryx="32263" entryy="32838" entryz="7" rent="700" townid="12" size="15" />
|
||||||
<house name="Shady Trail 3" houseid="2048" entryx="32274" entryy="32835" entryz="7" rent="300" townid="7" size="7" />
|
<house name="Shady Trail 3" houseid="2048" entryx="32274" entryy="32835" entryz="7" rent="300" townid="12" size="7" />
|
||||||
<house name="Shady Trail 1" houseid="2049" entryx="32283" entryy="32834" entryz="7" rent="1150" townid="7" size="14" />
|
<house name="Shady Trail 1" houseid="2049" entryx="32283" entryy="32834" entryz="7" rent="1150" townid="12" size="14" />
|
||||||
<house name="Shady Trail 2" houseid="2050" entryx="32274" entryy="32830" entryz="7" rent="490" townid="7" size="8" />
|
<house name="Shady Trail 2" houseid="2050" entryx="32274" entryy="32830" entryz="7" rent="490" townid="12" size="8" />
|
||||||
<house name="Smuggler Backyard 5" houseid="2051" entryx="32266" entryy="32823" entryz="7" rent="610" townid="7" size="11" />
|
<house name="Smuggler Backyard 5" houseid="2051" entryx="32266" entryy="32823" entryz="7" rent="610" townid="12" size="11" />
|
||||||
<house name="Smuggler Backyard 4" houseid="2052" entryx="32263" entryy="32830" entryz="7" rent="390" townid="7" size="10" />
|
<house name="Smuggler Backyard 4" houseid="2052" entryx="32263" entryy="32830" entryz="7" rent="390" townid="12" size="10" />
|
||||||
<house name="Smuggler Backyard 2" houseid="2053" entryx="32261" entryy="32829" entryz="7" rent="670" townid="7" size="15" />
|
<house name="Smuggler Backyard 2" houseid="2053" entryx="32261" entryy="32829" entryz="7" rent="670" townid="12" size="15" />
|
||||||
<house name="Smuggler Backyard 1" houseid="2054" entryx="32264" entryy="32823" entryz="7" rent="670" townid="7" size="14" />
|
<house name="Smuggler Backyard 1" houseid="2054" entryx="32264" entryy="32823" entryz="7" rent="670" townid="12" size="14" />
|
||||||
<house name="Sugar Street 2" houseid="2055" entryx="32262" entryy="32815" entryz="7" rent="2550" townid="7" size="39" />
|
<house name="Sugar Street 2" houseid="2055" entryx="32262" entryy="32815" entryz="7" rent="2550" townid="12" size="39" />
|
||||||
<house name="Sugar Street 1" houseid="2056" entryx="32256" entryy="32815" entryz="7" rent="3000" townid="7" size="50" />
|
<house name="Sugar Street 1" houseid="2056" entryx="32256" entryy="32815" entryz="7" rent="3000" townid="12" size="50" />
|
||||||
<house name="Sugar Street 3a" houseid="2057" entryx="32271" entryy="32813" entryz="7" rent="1650" townid="7" size="22" />
|
<house name="Sugar Street 3a" houseid="2057" entryx="32271" entryy="32813" entryz="7" rent="1650" townid="12" size="22" />
|
||||||
<house name="Sugar Street 3b" houseid="2058" entryx="32275" entryy="32798" entryz="7" rent="2050" townid="7" size="30" />
|
<house name="Sugar Street 3b" houseid="2058" entryx="32275" entryy="32798" entryz="7" rent="2050" townid="12" size="30" />
|
||||||
<house name="Harvester's Haven, Flat 01" houseid="2059" entryx="32274" entryy="32792" entryz="7" rent="950" townid="7" size="12" />
|
<house name="Harvester's Haven, Flat 01" houseid="2059" entryx="32274" entryy="32792" entryz="7" rent="950" townid="12" size="12" />
|
||||||
<house name="Harvester's Haven, Flat 03" houseid="2060" entryx="32274" entryy="32787" entryz="7" rent="950" townid="7" size="12" />
|
<house name="Harvester's Haven, Flat 03" houseid="2060" entryx="32274" entryy="32787" entryz="7" rent="950" townid="12" size="12" />
|
||||||
<house name="Harvester's Haven, Flat 05" houseid="2061" entryx="32274" entryy="32783" entryz="7" rent="950" townid="7" size="12" />
|
<house name="Harvester's Haven, Flat 05" houseid="2061" entryx="32274" entryy="32783" entryz="7" rent="950" townid="12" size="12" />
|
||||||
<house name="Harvester's Haven, Flat 02" houseid="2062" entryx="32276" entryy="32791" entryz="7" rent="950" townid="7" size="12" />
|
<house name="Harvester's Haven, Flat 02" houseid="2062" entryx="32276" entryy="32791" entryz="7" rent="950" townid="12" size="12" />
|
||||||
<house name="Harvester's Haven, Flat 04" houseid="2063" entryx="32276" entryy="32786" entryz="7" rent="950" townid="7" size="12" />
|
<house name="Harvester's Haven, Flat 04" houseid="2063" entryx="32276" entryy="32786" entryz="7" rent="950" townid="12" size="12" />
|
||||||
<house name="Harvester's Haven, Flat 06" houseid="2064" entryx="32276" entryy="32783" entryz="7" rent="950" townid="7" size="12" />
|
<house name="Harvester's Haven, Flat 06" houseid="2064" entryx="32276" entryy="32783" entryz="7" rent="950" townid="12" size="12" />
|
||||||
<house name="Harvester's Haven, Flat 07" houseid="2065" entryx="32274" entryy="32783" entryz="6" rent="950" townid="7" size="12" />
|
<house name="Harvester's Haven, Flat 07" houseid="2065" entryx="32274" entryy="32783" entryz="6" rent="950" townid="12" size="12" />
|
||||||
<house name="Harvester's Haven, Flat 09" houseid="2066" entryx="32274" entryy="32787" entryz="6" rent="950" townid="7" size="13" />
|
<house name="Harvester's Haven, Flat 09" houseid="2066" entryx="32274" entryy="32787" entryz="6" rent="950" townid="12" size="13" />
|
||||||
<house name="Harvester's Haven, Flat 11" houseid="2067" entryx="32274" entryy="32792" entryz="6" rent="950" townid="7" size="12" />
|
<house name="Harvester's Haven, Flat 11" houseid="2067" entryx="32274" entryy="32792" entryz="6" rent="950" townid="12" size="12" />
|
||||||
<house name="Harvester's Haven, Flat 12" houseid="2068" entryx="32276" entryy="32791" entryz="6" rent="950" townid="7" size="13" />
|
<house name="Harvester's Haven, Flat 12" houseid="2068" entryx="32276" entryy="32791" entryz="6" rent="950" townid="12" size="13" />
|
||||||
<house name="Harvester's Haven, Flat 10" houseid="2069" entryx="32276" entryy="32786" entryz="6" rent="950" townid="7" size="12" />
|
<house name="Harvester's Haven, Flat 10" houseid="2069" entryx="32276" entryy="32786" entryz="6" rent="950" townid="12" size="12" />
|
||||||
<house name="Harvester's Haven, Flat 08" houseid="2070" entryx="32276" entryy="32783" entryz="6" rent="950" townid="7" size="12" />
|
<house name="Harvester's Haven, Flat 08" houseid="2070" entryx="32276" entryy="32783" entryz="6" rent="950" townid="12" size="12" />
|
||||||
<house name="Marble Lane 4" houseid="2071" entryx="32298" entryy="32792" entryz="7" rent="6350" townid="7" size="102" />
|
<house name="Marble Lane 4" houseid="2071" entryx="32298" entryy="32792" entryz="7" rent="6350" townid="12" size="102" />
|
||||||
<house name="Marble Lane 2" houseid="2072" entryx="32298" entryy="32782" entryz="7" rent="6415" townid="7" size="106" />
|
<house name="Marble Lane 2" houseid="2072" entryx="32298" entryy="32782" entryz="7" rent="6415" townid="12" size="106" />
|
||||||
<house name="Marble Lane 3" houseid="2073" entryx="32301" entryy="32782" entryz="7" rent="8055" townid="7" size="133" />
|
<house name="Marble Lane 3" houseid="2073" entryx="32301" entryy="32782" entryz="7" rent="8055" townid="12" size="133" />
|
||||||
<house name="Marble Lane 1" houseid="2074" entryx="32300" entryy="32772" entryz="7" rent="11060" townid="7" size="178" />
|
<house name="Marble Lane 1" houseid="2074" entryx="32300" entryy="32772" entryz="7" rent="11060" townid="12" size="178" />
|
||||||
<house name="Ivy Cottage" houseid="2075" entryx="32277" entryy="32775" entryz="7" rent="30650" guildhall="true" townid="7" size="469" />
|
<house name="Ivy Cottage" houseid="2075" entryx="32277" entryy="32775" entryz="7" rent="30650" guildhall="true" townid="12" size="469" />
|
||||||
<house name="Sugar Street 4d" houseid="2076" entryx="32287" entryy="32801" entryz="7" rent="750" townid="7" size="8" />
|
<house name="Sugar Street 4d" houseid="2076" entryx="32287" entryy="32801" entryz="7" rent="750" townid="12" size="8" />
|
||||||
<house name="Sugar Street 4c" houseid="2077" entryx="32287" entryy="32805" entryz="7" rent="650" townid="7" size="10" />
|
<house name="Sugar Street 4c" houseid="2077" entryx="32287" entryy="32805" entryz="7" rent="650" townid="12" size="10" />
|
||||||
<house name="Sugar Street 4b" houseid="2078" entryx="32287" entryy="32810" entryz="7" rent="950" townid="7" size="12" />
|
<house name="Sugar Street 4b" houseid="2078" entryx="32287" entryy="32810" entryz="7" rent="950" townid="12" size="12" />
|
||||||
<house name="Sugar Street 4a" houseid="2079" entryx="32279" entryy="32813" entryz="7" rent="950" townid="7" size="12" />
|
<house name="Sugar Street 4a" houseid="2079" entryx="32279" entryy="32813" entryz="7" rent="950" townid="12" size="12" />
|
||||||
<house name="Trader's Point 1" houseid="2080" entryx="32306" entryy="32826" entryz="7" rent="2200" townid="7" size="38" />
|
<house name="Trader's Point 1" houseid="2080" entryx="32306" entryy="32826" entryz="7" rent="2200" townid="12" size="38" />
|
||||||
<house name="Mountain Hideout" houseid="2081" entryx="32392" entryy="32705" entryz="6" rent="15550" guildhall="true" townid="7" size="234" />
|
<house name="Mountain Hideout" houseid="2081" entryx="32392" entryy="32705" entryz="6" rent="15550" guildhall="true" townid="12" size="234" />
|
||||||
<house name="Meriana Beach" houseid="2381" entryx="32383" entryy="32584" entryz="7" rent="8230" townid="7" size="96" />
|
<house name="Meriana Beach" houseid="2381" entryx="32383" entryy="32584" entryz="7" rent="8230" townid="12" size="96" />
|
||||||
</houses>
|
</houses>
|
||||||
|
Binary file not shown.
6321
sabrehaven.sql
6321
sabrehaven.sql
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user