View Full Version : lrn2map
trueoutsoldier
09-19-2011, 01:11 PM
Got a big error message here it is.
>;go2 18348
--- Lich: go2 active.
--- Map database saved
[go2: Map.dijkstra: error: can't convert Fixnum into String]
--- Lich: exec1 has exited.
C:/Documents and Settings/truesoldier/Desktop/lich-4.2.7/lich/lich.rbw:5070:in `+'
C:/Documents and Settings/truesoldier/Desktop/lich-4.2.7/lich/lich.rbw:5070:in `dijkstra'
C:/Documents and Settings/truesoldier/Desktop/lich-4.2.7/lich/lich.rbw:5061:in `each'
C:/Documents and Settings/truesoldier/Desktop/lich-4.2.7/lich/lich.rbw:5061:in `dijkstra'
C:/Documents and Settings/truesoldier/Desktop/lich-4.2.7/lich/lich.rbw:5008:in `dijkstra'
go2:483:in `start_script'
go2:469:in `loop'
go2:469:in `start_script'
C:/Documents and Settings/truesoldier/Desktop/lich-4.2.7/lich/lich.rbw:5420:in `eval'
C:/Documents and Settings/truesoldier/Desktop/lich-4.2.7/lich/lich.rbw:5432:in `start_script'
C:/Documents and Settings/truesoldier/Desktop/lich-4.2.7/lich/lich.rbw:5420:in `initialize'
C:/Documents and Settings/truesoldier/Desktop/lich-4.2.7/lich/lich.rbw:5420:in `new'
C:/Documents and Settings/truesoldier/Desktop/lich-4.2.7/lich/lich.rbw:5420:in `start_script'
C:/Documents and Settings/truesoldier/Desktop/lich-4.2.7/lich/lich.rbw:322:in `do_client'
C:/Documents and Settings/truesoldier/Desktop/lich-4.2.7/lich/lich.rbw:2363
C:/Documents and Settings/truesoldier/Desktop/lich-4.2.7/lich/lich.rbw:2259:in `initialize'
C:/Documents and Settings/truesoldier/Desktop/lich-4.2.7/lich/lich.rbw:2259:in `new'
C:/Documents and Settings/truesoldier/Desktop/lich-4.2.7/lich/lich.rbw:2259
C:/Documents and Settings/truesoldier/Desktop/lich-4.2.7/lich/lich.rbw:805:in `initialize'
C:/Documents and Settings/truesoldier/Desktop/lich-4.2.7/lich/lich.rbw:805:in `new'
C:/Documents and Settings/truesoldier/Desktop/lich-4.2.7/lich/lich.rbw:805
[go2: error: failed to find a path between your current room (17805) and destination room (18348)]
trueoutsoldier
09-19-2011, 01:52 PM
Finished maping the guild. Didnt make a narost map(idk how and it looks like too much for me but if its easyier than it sounds ill try it)
Tillmen
09-19-2011, 04:46 PM
Prime map database is uploaded.
Franknozly
09-30-2011, 04:02 AM
what do you do with rooms that doesn't exist anymore apparently. Like room ID 12.
Gibreficul
09-30-2011, 04:59 AM
If nobody is going to be working on the Shattered map, I feel the need to add the Aradhul Road map to Shattered. It won't happen until the weekend, but just a head's up that I'm looking to add to the Shattered map what I added to the Prime map a few months back.
Tillmen
09-30-2011, 07:19 PM
what do you do with rooms that doesn't exist anymore apparently. Like room ID 12.
Map.list[12] = nil
whiteflash
10-02-2011, 11:48 AM
Going to make my first attempt at mapping the teras cleric guild in prime.
Done now, or I hope anyhow.
Tillmen
10-04-2011, 12:50 PM
Prime map database is uploaded.
Franknozly
10-05-2011, 01:18 PM
k taking the database for a spin in Prime.
-added jail tags for places you go to claim your items after jail time (only missing zul, RR, and teras now)
-added some missing narost rooms in illistim.
-removed room 12
-added haste and proper search for the ledge to the rift (instead of just search + go ledge)
and sent to the all knowing, all powerful Tillmen.
LeDru
10-08-2011, 02:54 AM
Trying this out for the first time. Gonna map the Onyx Griffin Trading Post off of sylvarraend rd in prime.
Ok that was fast and easy, 14 rooms done and sent off to Tillmen.
Tillmen
10-10-2011, 12:36 PM
Prime map database is uploaded.
Franknozly
10-13-2011, 10:12 PM
I'll do some mapping of the museum in prime.. specifically adding some missing wayto's and a path to the roof..
UPDATE:
-added the missing basement and missing hidden rooms throughout the museum
-added all the secret paths to adjoining rooms and passageways
-added path to the rooftop
-removed some of the nonexistent old rooms of the old museum from the database.. hopefully got them all
-combined the old room description with the new ones and merged the numbers.. all the ones I could find
-added npccleric tag to Landing
-added the script below to access the cleric
-differentiated between the two different versions of the room behind the pillar leading to the npccleric (unpaid room vs paid room)
StringProc.new('
unless defined?(checksilver)
def checksilver
silvers = nil
action = proc { |server_string|
if server_string =~ /^\s*Name\:|^\s*Gender\:|^\s*Normal \(Bonus\)|^\s*Strength \(STR\)\:|^\s*Constitution \(CON\)\:|^\s*Dexterity \(DEX\)\:|^\s*Agility \(AGI\)\:|^\s*Discipline \(DIS\)\:|^\s*Aura \(AUR\)\:|^\s*Logic \(LOG\)\:|^\s*Intuition \(INT\)\:|^\s*Wisdom \(WIS\)\:|^\s*Influence \(INF\)\:/
nil
elsif server_string =~ /^\s*Mana\:\s+\-?[0-9]+\s+Silver\:\s+([0-9]+)/
silvers = $1.to_i
DownstreamHook.remove("slib_check_silvers")
nil
else
server_string
end
}
DownstreamHook.add("slib_check_silvers", action)
$_SERVER_.puts "#{$cmd_prefix}info\n"
wait_until { silvers }
silvers
end
end
if checksilver < 1
start_room = Room.current.id
bank=Room.current.find_nearest_by_tag("bank")
force_start_script ("go2", [bank])
wait_until{Room.current.id == bank}
fput "withdraw 1 coin"
force_start_script ("go2", [start_room])
wait_until{Room.current.id == start_room}
end
fput "put 1 coin in almsbox"
fput "go pillar"
')
AND DONE, sending to Tillmen.
Franknozly
10-14-2011, 07:17 PM
wait.. find another thing that needs fixing.. I'll upload another update in a second.
-fixed the choglar bathhouse cellar, replaced put with fput
-added a bunch of arkati/lornon patron rooms in Icemule. ex: ;go2 amasalen
Franknozly
10-18-2011, 07:40 PM
minor corrections to landing weapon shop and removed the retarded stringproc from TSNE to TSSE .. it crept back into the database somehow.
Tillmen
10-19-2011, 01:49 AM
Prime map database is uploaded.
Gibreficul
10-23-2011, 12:56 AM
MAPPING SHATTERED
That is all.
-GIB
...Pending Tillmen approval
who hates gib? -Neg rep received from my e-stalker. yer so cute... <tickle>
Franknozly
10-23-2011, 11:38 AM
Taking prime database for updates.
added node/supernode tags to thrak inn, trophy room
added node to fasthr's lance infirmary
added sunfist dropoff point for sigil of escape
combined old fasthr's lance room 13192 with 13193.
sent to tillmen
Franknozly
10-25-2011, 06:24 AM
mmm.. find another thing to add
Room['3936'].wayto['3937']='go grate'
Room['3936'].timeto['3937']=0.2"
^ missing important path for the catacombs to the sewers nexus.. somehow got removed .. sending another update to tillmen.
Gibreficul
10-25-2011, 04:21 PM
OK, I'm waiting for the Aradhul Road update I sent to maybe add some more mapping. I did some time in the labrynth, (Minotaur warrior area) and did some testing. Seems the rooms always go to the same room, per direction, so it SHOULD be mappable, no?
First thing's first, for Tillmen's benefit, here's what I did to the Aradhul Road shit.
Room[10815].wayto['10821'] = StringProc.new("resolve = Spell[9704];resolve.cast if resolve.known? && resolve.affordable? && !resolve.active?; if (haste = Spell[506]) and haste.known? and haste.affordable? and not haste.active?; haste.cast; end; empty_hands; move 'go water'; waitrt?")
Room[10817].wayto['10821'] = StringProc.new("resolve = Spell[9704];resolve.cast if resolve.known? && resolve.affordable? && !resolve.active?; if (haste = Spell[506]) and haste.known? and haste.affordable? and not haste.active?; haste.cast; end; empty_hands; move 'go water'; waitrt?")
Room[16719].wayto['16720'] = StringProc.new("resolve = Spell[9704];resolve.cast if resolve.known? && resolve.affordable? && !resolve.active?; fput 'incant 506' if !checkspell(506) and Spells.wizard >= 6 and checkmana(6); move 'climb wall'; waitrt?")
Room[16719].timeto['16720'] = 10.2
Room[16720].wayto['16719'] = StringProc.new("resolve = Spell[9704];resolve.cast if resolve.known? && resolve.affordable? && !resolve.active?; fput 'incant 506' if !checkspell(506) and Spells.wizard >= 6 and checkmana(6); move 'climb wall'; waitrt?")
Room[16720].timeto['16719'] = 10.2
Room[16723].wayto['16724'] = StringProc.new("resolve = Spell[9704];resolve.cast if resolve.known? && resolve.affordable? && !resolve.active?; fput 'incant 506' if !checkspell(506) and Spells.wizard >= 6 and checkmana(6); move 'climb rope'; waitrt?")
Room[16723].wayto['19143'] = StringProc.new(" resolve = Spell[9704];resolve.cast if resolve.known? && resolve.affordable? && !resolve.active?; fput 'incant 506' if !checkspell(506) and Spells.wizard >= 6 and checkmana(6); move 'jump bridge'; waitrt?")
Room[16723].timeto['16724'] = 10.2
Room[16723].timeto['19143'] = 10.2
Room[16724].wayto['16723'] = StringProc.new(" resolve = Spell[9704];resolve.cast if resolve.known? && resolve.affordable? && !resolve.active?; fput 'incant 506' if !checkspell(506) and Spells.wizard >= 6 and checkmana(6); move 'climb thick rope'; waitrt?")
Room[16724].wayto['16725'] = StringProc.new(" resolve = Spell[9704];resolve.cast if resolve.known? && resolve.affordable? && !resolve.active?; fput 'incant 506' if !checkspell(506) and Spells.wizard >= 6 and checkmana(6); move 'climb large rope'; waitrt?")
Room[16724].timeto['16723'] = 10.2
Room[16724].timeto['16725'] = 10.2
Room[16725].wayto['16724'] = StringProc.new(" resolve = Spell[9704];resolve.cast if resolve.known? && resolve.affordable? && !resolve.active?; fput 'incant 506' if !checkspell(506) and Spells.wizard >= 6 and checkmana(6); move 'climb rope'; waitrt?")
Room[16725].wayto['16726'] = StringProc.new(" resolve = Spell[9704];resolve.cast if resolve.known? && resolve.affordable? && !resolve.active?; fput 'incant 506' if !checkspell(506) and Spells.wizard >= 6 and checkmana(6); move 'jump floor'; waitrt?")
Room[16725].timeto['16724'] = 10.2
Room[16725].timeto['16726'] = 10.2
Room[16726].wayto['16725'] = StringProc.new(" resolve = Spell[9704];resolve.cast if resolve.known? && resolve.affordable? && !resolve.active?; fput 'incant 506' if !checkspell(506) and Spells.wizard >= 6 and checkmana(6); move 'climb ledge'; waitrt?")
Room[16726].wayto['16729'] = StringProc.new(" resolve = Spell[9704];resolve.cast if resolve.known? && resolve.affordable? && !resolve.active?; fput 'incant 506' if !checkspell(506) and Spells.wizard >= 6 and checkmana(6); move 'swim river'; waitrt?")
Room[16726].timeto['16725'] = 10.2
Room[16726].timeto['16729'] = 10.2
Room[16729].wayto['16726'] = StringProc.new(" resolve = Spell[9704];resolve.cast if resolve.known? && resolve.affordable? && !resolve.active?; fput 'incant 506' if !checkspell(506) and Spells.wizard >= 6 and checkmana(6); move 'swim north side'; waitrt?")
Room[16729].wayto['16730'] = StringProc.new(" resolve = Spell[9704];resolve.cast if resolve.known? && resolve.affordable? && !resolve.active?; fput 'incant 506' if !checkspell(506) and Spells.wizard >= 6 and checkmana(6); move 'swim south side'; waitrt?")
Room[16729].timeto['16726'] = 10.2
Room[16729].timeto['16726'] = 10.2
Room[16730].wayto['16729'] = StringProc.new(" resolve = Spell[9704];resolve.cast if resolve.known? && resolve.affordable? && !resolve.active?; fput 'incant 506' if !checkspell(506) and Spells.wizard >= 6 and checkmana(6); move 'swim river'; waitrt?")
Room[16730].wayto['16731'] = StringProc.new(" resolve = Spell[9704];resolve.cast if resolve.known? && resolve.affordable? && !resolve.active?; fput 'incant 506' if !checkspell(506) and Spells.wizard >= 6 and checkmana(6); move 'climb ledge'; waitrt?")
Room[16730].timeto['16729'] = 10.2
Room[16730].timeto['16731'] = 10.2
Room[16731].wayto['16730'] = StringProc.new(" resolve = Spell[9704];resolve.cast if resolve.known? && resolve.affordable? && !resolve.active?; fput 'incant 506' if !checkspell(506) and Spells.wizard >= 6 and checkmana(6); move 'jump floor'; waitrt?")
Room[16731].wayto['16732'] = StringProc.new(" resolve = Spell[9704];resolve.cast if resolve.known? && resolve.affordable? && !resolve.active?; fput 'incant 506' if !checkspell(506) and Spells.wizard >= 6 and checkmana(6); move 'climb rope'; waitrt?")
Room[16731].timeto['16730'] = 10.2
Room[16731].timeto['16732'] = 10.2
Room[16732].wayto['16731'] = StringProc.new(" resolve = Spell[9704];resolve.cast if resolve.known? && resolve.affordable? && !resolve.active?; fput 'incant 506' if !checkspell(506) and Spells.wizard >= 6 and checkmana(6); move 'climb thin rope'; waitrt?")
Room[16732].wayto['16733'] = StringProc.new(" resolve = Spell[9704];resolve.cast if resolve.known? && resolve.affordable? && !resolve.active?; fput 'incant 506' if !checkspell(506) and Spells.wizard >= 6 and checkmana(6); move 'climb thick rope'; waitrt?")
Room[16732].timeto['16731'] = 10.2
Room[16732].timeto['16733'] = 10.2
Room[16733].wayto['16732'] = StringProc.new(" resolve = Spell[9704];resolve.cast if resolve.known? && resolve.affordable? && !resolve.active?; fput 'incant 506' if !checkspell(506) and Spells.wizard >= 6 and checkmana(6); move 'climb rope'; waitrt?")
Room[16733].wayto['19143'] = StringProc.new(" resolve = Spell[9704];resolve.cast if resolve.known? && resolve.affordable? && !resolve.active?; fput 'incant 506' if !checkspell(506) and Spells.wizard >= 6 and checkmana(6);move 'jump bridge';waitrt?")
Room[16733].timeto['16732'] = 10.2
Room[16733].timeto['19143'] = 10.2
Room[16747].wayto['16748'] = StringProc.new(" resolve = Spell[9704];resolve.cast if resolve.known? && resolve.affordable? && !resolve.active?; fput 'incant 506' if !checkspell(506) and Spells.wizard >= 6 and checkmana(6); move 'climb oak'; waitrt?")
Room[16747].timeto['16748'] = 10.2
Room[16748].wayto['16747'] = StringProc.new(" resolve = Spell[9704];resolve.cast if resolve.known? && resolve.affordable? && !resolve.active?; fput 'incant 506' if !checkspell(506) and Spells.wizard >= 6 and checkmana(6); move 'climb oak'; waitrt?")
Room[16748].timeto['16747'] = 10.2
Room[19143].wayto['16733'] = StringProc.new("resolve = Spell[9704];resolve.cast if resolve.known? && resolve.affordable? && !resolve.active?; fput 'incant 506' if !checkspell(506) and Spells.wizard >= 6 and checkmana(6); move 'jump south side';waitrt?")
Room[19143].timeto['16733'] = 10.2
Room[19143].wayto['16723'] = StringProc.new("resolve = Spell[9704];resolve.cast if resolve.known? && resolve.affordable? && !resolve.active?; fput 'incant 506' if !checkspell(506) and Spells.wizard >= 6 and checkmana(6); move 'jump north side';waitrt?")
Room[19143].timeto['16723'] = 10.2
And this is what I found out about the minotaur labrynth. (two other "mazes" in there I plan to crack.)
Room[6222].wayto['6231'] = 'n'
Room[6222].wayto['6232'] = 'ne'
Room[6222].wayto['6223'] = 'e'
Room[6222].wayto['6221'] = 'se'
Room[6222].wayto['6223'] = 's'
Room[6222].wayto['6231'] = 'sw'
Room[6222].wayto['6230'] = 'w'
Room[6222].wayto['6231'] = 'nw'
Room[6223].wayto['6232'] = 'n'
Room[6223].wayto['6235'] = 'ne'
Room[6223].wayto['6229'] = 'e'
Room[6223].wayto['6222'] = 'se'
Room[6223].wayto['6224'] = 's'
Room[6223].wayto['6225'] = 'sw'
Room[6223].wayto['6234'] = 'w'
Room[6223].wayto['6232'] = 'nw'
Room[6224].wayto['6229'] = 'n'
Room[6224].wayto['6225'] = 'ne'
Room[6224].wayto['6235'] = 'e'
Room[6224].wayto['6232'] = 'se'
Room[6224].wayto['6223'] = 's'
Room[6224].wayto['6234'] = 'sw'
Room[6224].wayto['6235'] = 'w'
Room[6224].wayto['6232'] = 'nw'
Room[6225].wayto['6224'] = 'n'
Room[6225].wayto['6224'] = 'ne'
Room[6225].wayto['6222'] = 'e'
Room[6225].wayto['6222'] = 'se'
Room[6225].wayto['6232'] = 's'
Room[6225].wayto['6224'] = 'sw'
Room[6225].wayto['6226'] = 'w'
Room[6225].wayto['6235'] = 'nw'
Room[6229].wayto['6232'] = 'n'
Room[6229].wayto['6225'] = 'ne'
Room[6229].wayto['6231'] = 'e'
Room[6229].wayto['6222'] = 'se'
Room[6229].wayto['6230'] = 's'
Room[6229].wayto['6230'] = 'sw'
Room[6229].wayto['6222'] = 'w'
Room[6229].wayto['6222'] = 'nw'
Room[6230].wayto['6225'] = 'n'
Room[6230].wayto['6229'] = 'ne'
Room[6230].wayto['6224'] = 'e'
Room[6230].wayto['6222'] = 'se'
Room[6230].wayto['6233'] = 's'
Room[6230].wayto['6225'] = 'sw'
Room[6230].wayto['6223'] = 'w'
Room[6230].wayto['6225'] = 'nw'
Room[6231].wayto['6232'] = 'n'
Room[6231].wayto['6223'] = 'ne'
Room[6231].wayto['6232'] = 'e'
Room[6231].wayto['6233'] = 'se'
Room[6231].wayto['6235'] = 's'
Room[6231].wayto['6229'] = 'sw'
Room[6231].wayto['6230'] = 'w'
Room[6231].wayto['6223'] = 'nw'
Room[6232].wayto['6224'] = 'n'
Room[6232].wayto['6225'] = 'ne'
Room[6232].wayto['6222'] = 'e'
Room[6232].wayto['6225'] = 'se'
Room[6232].wayto['6229'] = 's'
Room[6232].wayto['6223'] = 'sw'
Room[6232].wayto['6234'] = 'w'
Room[6232].wayto['6230'] = 'sw'
Room[6233].wayto['6230'] = 'n'
Room[6233].wayto['6231'] = 'ne'
Room[6233].wayto['6231'] = 'e'
Room[6233].wayto['6229'] = 'se'
Room[6233].wayto['6235'] = 's'
Room[6233].wayto['6231'] = 'sw'
Room[6233].wayto['6229'] = 'w'
Room[6233].wayto['6231'] = 'nw'
Room[6234].wayto['6223'] = 'n'
Room[6234].wayto['6229'] = 'ne'
Room[6234].wayto['6232'] = 'e'
Room[6234].wayto['6231'] = 'se'
Room[6234].wayto['6225'] = 's'
Room[6234].wayto['6223'] = 'sw'
Room[6234].wayto['6223'] = 'w'
Room[6234].wayto['6229'] = 'nw'
Room[6235].wayto['6233'] = 'n'
Room[6235].wayto['6234'] = 'ne'
Room[6235].wayto['6223'] = 'e'
Room[6235].wayto['6233'] = 'se'
Room[6235].wayto['6231'] = 's'
Room[6235].wayto['6229'] = 'sw'
Room[6235].wayto['6231'] = 'w'
Room[6235].wayto['6229'] = 'nw'
Tillmen
10-25-2011, 04:48 PM
I R confuse. The labyrinth is already mapped. And the directions are not always the same. They change every hour or two or something random.
Gibreficul
10-25-2011, 05:42 PM
I R confuse. The labyrinth is already mapped. And the directions are not always the same. They change every hour or two or something random.
FINE. What's the status of the Aradhul Road update?
Tillmen
10-25-2011, 11:05 PM
Updates are processed on the second Tuesday of every week.
Tillmen
10-25-2011, 11:52 PM
Shattered map database is uploaded.
trall541
10-27-2011, 05:02 AM
mapping in vaalor, and its sent to tillmen pending update
Franknozly
10-28-2011, 04:10 AM
mapping in vaalor, and its sent to tillmen pending update
that for shattered?
Tillmen
10-28-2011, 10:14 AM
Prime map database is uploaded.
Tillmen
10-28-2011, 11:11 AM
I'm working on the Shattered map database.
wandererjs
10-28-2011, 10:00 PM
Working on prime: going to try and map EG
wandererjs
10-28-2011, 10:25 PM
Hmm.... minor feature request:
As ;mapmap looks at every item seen in Also here:, can it check for players? It's trying to go to every player in a room, which is spammy and potentially annoying to other characters.
Maybe check for /^(He|She) appears to be.*/
wandererjs
10-28-2011, 11:20 PM
Done and sent to Tillmen.
It's not perfect: there are at least two shops that ;go2 will get you into, but not out of, due to large number of people there when running ;mapmap.
Tillmen
10-29-2011, 12:30 AM
Shattered map database is uploaded.
Tillmen
10-29-2011, 12:42 AM
Prime map database is uploaded.
Tillmen
10-29-2011, 12:52 AM
Hmm.... minor feature request:
As ;mapmap looks at every item seen in Also here:, can it check for players? It's trying to go to every player in a room, which is spammy and potentially annoying to other characters.
Maybe check for /^(He|She) appears to be.*/
Done... I think. It shouldn't actually be looking at players. If it really is, then I didn't do anything to fix that.
When it looks at the objects in the room, it grabs any object ids that show up in the next second, which includes players scratching their butts or whatever. With the tricky, almost anti-mapping tactics mostly seen in Illistim, I didn't know what else to do.
It should now compare the ids it finds to the players in the room, and ignore them if they match.
Franknozly
10-29-2011, 06:17 AM
anti-mapping tactics? lol that asshole gm who made those updates...? sigh.
wandererjs
10-29-2011, 06:05 PM
I don't know if it's something weird with EG, but it definitely looked at players, and then tried to go/climb them. I know 'go player' has messaging that you walk up to them.. I hope that 'climb' doesnt.
Quick log; no names changed to protect the innocent:
Regardless, thank you for the update. I think someone else finished the SE corner that I missed due to aborting, but I will check again later.
[Feywrot Mire, Bald Cypress Arc]
[mapmap]>location
In the midst of the bald cypress trees littering the shore and the shallow, murky water, a single, massive buttonwood rises up, its cracked trunk thick, its many bare branches reaching in every direction. Faint and distant, the sound of slowly dripping water drifts through the swamp. A young boy sits on a rhimar chest on the bank, his gaze locked on a murky dark pool. You also see a ribbon-tied dried chamomile bouquet, a strand of glossy black mournblooms, some hickory scented lamp oil, a rotten and reeking tongue, some currant scented lamp oil, the Lissanne disk, a decaying severed finger, a thick knot of hempen rope, a sinew-bound dried crow's foot, some white sage scented lamp oil, a tattered drab grey feather, some mulberry scented lamp oil, some wisteria scented lamp oil, a torn dirty blue blanket, a length of rusted metal wire, a length of rotted rope, a broken glass vial, some vanilla scented lamp oil, a rotten and reeking tongue and a hastily scratched wood sign.
Also here: Archales, High Lady Lissanne, Galenok, Kinslar
Obvious paths: north, southwest
A young boy heads over to Lissanne and speaks with her briefly before handing her a slender silver steel garrote.
You carefully survey your surroundings and guess that your current location is the Feywrot Mire or somewhere close to it.
[mapmap: 20315 => 20316: nil => south ]
[mapmap]>look #2222991
You see nothing unusual.
[mapmap]>look #2225330
You see nothing unusual.
[mapmap]>look #2220011
You see nothing unusual.
[mapmap]>look #2219621
You see nothing unusual.
[mapmap]>look #2219543
You see nothing unusual.
[mapmap]>look #1734928
The Lissanne disk is hovering in mid-air around Lissanne.
[mapmap]>look #2184707
You see nothing unusual.
[mapmap]>look #2182701
You see nothing unusual.
[mapmap]>look #2181553
You see nothing unusual.
[mapmap]>look #2181585
You see nothing unusual.
[mapmap]>look #2179136
You see nothing unusual.
[mapmap]>look #2178472
Galenok says, "Small one."
You see nothing unusual.
[mapmap]>look #2177975
You see nothing unusual.
[mapmap]>look #2174900
You see nothing unusual.
[mapmap]>look #2174873
You see nothing unusual.
[mapmap]>look #2156413
Sulros just arrived.
You see nothing unusual.
[mapmap]>look #2155739
You see nothing unusual.
[mapmap]>look #2148046
You see nothing unusual.
[mapmap]>look #2136411
A young boy hollers, "Catfish Noodlin', 500 sillers! Com'n getcha catfish!"
You see nothing unusual.
[mapmap]>look #272496
You see nothing unusual.
There appears to be something written on it.
[mapmap]>look #-307541
With a wide growth that looks like ten or eleven trunks folded into one and ready to spill out from the inside, the trunk of the buttonwood is massive. Green growth sprouts from the thick, cracked bark from just above the root's crown to where the trunk branches out into several limbs. A sprinkling of leaves showers the tree's branches, but for the most part, they have fallen away, leaving the giant bare.
[mapmap]>look #-317737
You see nothing unusual.
[mapmap]>look #-317729
You see nothing unusual.
[mapmap]>look #-317728
The depths of the pool are obscured by the murkiness of the water. Dark shapes are visible moving beneath the surface.
[mapmap]>look #-10253106
You see High Lady Lissanne Drakefang the Scourge.
She appears to be a Half-Elf from Ta'Vaalor.
She is short and appears to be in the bloom of youth. She has red lash-framed gold-flecked jade green eyes and soft, creamy white skin. She has knee-length, deep red hair drawn back from her face and bound in place by a carved polished ivory diadem set with a shadowy black wisp-carved diamond. She has a heart-shaped face, a small nose and slightly pointed ears.
She has some delicately curved black vaalin hoops set along the slender tips of her pointed ears, a thin black vaalin spike in her right eyebrow, a thin black vaalin stud in her right nostril, an exquisitely inked imp tattoo on her wrist, and a chain of intricate runes tattoo on her ankle.
She is in good shape.
She is holding a slender silver steel garrote in her right hand.
She is wearing an intricate firestone band, a pair of smudged oval reading spectacles, a thin softened black leather choker snugly fastened with a delicate crystal buckle, a simple ebon locket, a silk-lined ivory velvet cloak, a braided black spidersilk harness, a pale ivory tote, an exquisite black leather bodysuit lined with soft velvet, a trio of black vaalin wristlets, a narrow platinum wedding ring cradling a dragonsbreath sapphire solitaire, a soft silk pack, and some black high-heeled sandals with ivory ankle ties.
[mapmap]>look #-10465804
It is difficult to get a good look at Galenok due to the number of mirror images of him nearby.
You see Galenok Drakefang the Bard Laureate.
He appears to be a Giantman.
He is tall and appears to be middle-aged. He has intensely vivid pewter-flecked sapphire blue eyes and warm sun-bronzed skin. He has thick, finger-combed golden blonde hair with sun-streaked highlights that falls in a tousled mass to his shoulders. He has a neatly trimmed beard.
He has a half-elven woman and drake tattoo on his arm.
He is in good shape.
He is wearing an intricate firestone band, a shadowy silver-starred barrier, a glossy black wight mane knapsack, a tufted pale grey rabbit fur mantle backed in charcoal satin, a sleeveless ebon wool tunic fettered with iron buckles, some thick leather gauntlets reinforced with mithril studs, a broad brushed platinum wedding band channel-set with baguette dragonsbreath sapphires, a deep black leather pouch, an ashen doeskin kilt clasped with a heavy silver chain, and some steel-toed cracked black leather boots.
[mapmap]>look #-11002682
You see Sulros.
He appears to be an Elf.
He is tall and appears to be in the prime of life. He has bright golden eyes and tanned skin. He has short, curly dark blonde hair. He has an angular face and sharp pointed ears.
He is in good shape.
He is holding a black vultite round shield in his left hand.
He is wearing an onyx-inlaid platinum ring, a plain gold ring, a crystal amulet, a pair of brown suede gloves, a grey wolf hide cloak, a loose leaf brown linen shirt with natural suede cording, some black elven stalking leathers fastened with polished eahnor buckles, a black spidersilk hunting pack, an oiled leather weapon harness, a slender case formed from blocks of black willow and modwir, a folded doeskin supply pouch branded with a modwir leaf, some soft roan doeskin trousers, and some polished black leather boots.
[mapmap]>look #-10322554
A young boy heads over to Galenok and speaks with him briefly before handing him a tiny enruned mithril warding charm.
You see Archales Sur-Rocine the Gem Trader.
He appears to be a Half-Elf from Ta'Ardenai.
He is taller than average and appears to be mature. He has scintillating aster opals for eyes and nut brown skin. He has shoulder-length, lustrous blue-black hair that is rumpled into a shaggy mess with bits of emerald shards sticking out of it at odd angles. He has a snarling ironwood wolf mask over his face and deep laugh lines. He has a rusted iron hook for a hand.
He has a rune-etched sleek onyx stud in the upper ridge of his right ear, a Bard Guild tattoo on his arm, and some sleek lustrous onyx rings in the upper ridge of his left ear.
He is in good shape.
He is wearing a moonstone-clasped black silk gem pouch, an opalescent glass ring, a sapphire-inlaid polished silver bluebird, a charcoal wool hat tucked with a bright green plume, a miniature flute pendant, a black wolfskin armband, a golvern wyrwood leaf pin, a pair of black leather gloves, a golvern signet ring, a silver sash, a silk-lined jerkin, a grey silk tabard, a lacquered harness, a hooded wolf skin cloak, a wyrwood composite bow slung over his shoulder, an etched red oak case with a silver latch slung over his other shoulder, a wolf hide golvern-traced quiver, a golvern threaded hip-satchel, a grey leather survival kit, some silk-lined wolf skin breeches, and some golvern studded leather boots.
[mapmap]>look #-10964909
Lissanne put a slender silver steel garrote in her ivory velvet cloak.
You see Kinslar the Windtalker.
He appears to be a Half-Elf.
He is taller than average and appears to be very young. He has stormy grey eyes and tanned skin. He has cropped, grey-brown hair. He has an angular face and broad shoulders.
He is in good shape.
He is wearing a gnarled sephwir long bow with a silvery bowstring, a silver dwarven wand belt, a silvery green leather cap, a crystal amulet, a sheer moss green cotton cloak patterned with autumn leaves, a small golden Paupers pin, a beveled alexandrite stickpin, a mithril bound leather bow sling, a bone-clasped forest green backpack, some bone studded leather, a striated faenor archer's ring, a polished gold ring, a sleek black compass case, a large dark leather sack, a forest green belt quiver, some dark green breeches, a mithril bound leather ankle sheath, and some faded tan leather boots.
[mapmap]>look #2228164
[and later...]
[mapmap]>go kinslar
You walk towards Kinslar.
The young boy says, "Der's a nest o'er der, go ahead an' grab 'em!" Galenok wades over to where the young boy indicated, takes a deep breath, and disappears under the water's surface.
Galenok reappears after a few moments with a squirming black eel attached to his arm! Grinning, he drags it onto the bank.
The young boy says, "Der's a nest o'er der, go ahead an' grab 'em!" Lissanne wades over to where the young boy indicated, takes a deep breath, and disappears under the water's surface.
Lissanne reappears after a few moments with a squirming black eel attached to her arm! Grinning, she drags it onto the bank.
Lissanne softly exclaims, "Ouch!"
A young boy heads over to Kinslar and speaks with him briefly before handing him a tiny enruned mithril warding charm.
[mapmap]>climb kinslar
What were you referring to?
[mapmap]>go archales
You walk towards Archales.
A young boy has a short word with Galenok.
The young boy says, "Der's a nest o'er der, go ahead an' grab 'em!" Galenok wades over to where the young boy indicated, takes a deep breath, and disappears under the water's surface.
Galenok reappears after a few moments with a squirming black eel attached to his arm! Grinning, he drags it onto the bank.
A young boy has a short word with Lissanne.
Archales just went southwest.
[mapmap]>climb archales
Tillmen
11-04-2011, 09:33 PM
Working on Shattered.
Tillmen
11-04-2011, 11:01 PM
Shattered map database is uploaded.
Giantsheild
11-06-2011, 07:49 AM
Working on Prime.
Giantsheild
11-06-2011, 08:10 AM
Done working on Prime.
Tillmen
11-14-2011, 03:27 PM
Prime map database is uploaded.
Nattor
11-16-2011, 11:46 PM
working on prime.. shouldn't be long
Tillmen
11-23-2011, 12:14 PM
Prime map database is uploaded.
Gibreficul
11-23-2011, 05:57 PM
I R WERK Shattered map.
Gibreficul
11-25-2011, 01:26 AM
Roadblock...
here's the dilema, maybe someone has a solution.
There's 3 entrances to Mistydeep River. The northernmost is the swimming hole, the middle is the boat dock, and the southernmost is near the cemetery.
The challenges:
Once you have a boat, you're stuck with a boat until you bring it back to the dock. The boat can't enter the swimming area.
If you are swimming, you have to "confirm" the movement into certain rooms. (Just an annoyance)
Water Walking might or might not cause bad things on the river...
The game's code for the river has some known bugs that are almost "impossible" to escape. I'm gunna stew on this for a day, and whatever it is... I'm sending to Tillmen for his denial. (lol)
MAPPING R HARD
Gibreficul
11-29-2011, 02:57 PM
If anyone has any Shattered mapping aspirations, feel free. The holiday season caught up with me before I could get that area working "bug free." It's half assed right now, and I just won't put Tillmen through that... I have saved some extensive notes on the area and plan to get that area working eventually... (I'll probably try to add it to both Shattered and Prime at the same time.)
Sorry to have monopolized the "mapping" for so long without producing results. I didn't expect to run into some of the shit that came up, including a bug in the game that I REALLY didn't feel like scripting around, and equally as much didn't feel like trying to duplicate.
Happy Holidays everyone! :club:
I mean... BAH HUMBUG!
Franknozly
12-01-2011, 12:22 AM
I assume Nattor's finished.. I have one room to push updates on.. 17051 = wizard workshop.. i'll send tillmen the update.
SPFairy
12-20-2011, 05:04 PM
Tillmen, could you add 1870 as the alchemy sea water collection room on Teras, please? Thanks!
Franknozly
12-27-2011, 11:46 AM
adding npccleric tag to vaalor and adding scripts to get past the door. Updates will be sent to tillmen.
Room['14060'].wayto['20430']=StringProc.new('
fput "open door"
while line = get
if line =~ /That is already open\./
break
elsif line =~ /There doesn\'t seem to be any way to do that\./
if GameObj.right_hand.type == "gem"
fput "put ##{GameObj.right_hand.id} in vaalorn door"
break
else
echo "In order to get past this door you must sacrifice a gem.\n Place a cheap gem in your right hand and unpause the script (;unpause) to continue."
pause_script
wait_until{GameObj.right_hand.name !~ /Empty/}
fput "put ##{GameObj.right_hand.id} in vaalorn door"
break
end
end
end
fput "go door"
')
Gibreficul
12-28-2011, 08:03 PM
I'm waiting for Tillmen to say PRIME UPDATED.
I have drawn (by hand) a map of the invasion area, which I sent to Maetriks, who made it look all pretty and shit. Unless someone objects, I'd like to update that for those in prime who wish to check that area out before it closes in a couple weeks.
Once I get the word, it shouldn't take me long to add the map to Narost, and do all that fun shit.
<awaiting reply>
Franknozly
12-29-2011, 03:36 AM
Okay so I finished updating the map database with the entirety of the Erythos island thingamabob. The only thing I didn't map is the nexus portal which drops you off at random locations, sometimes at krag slopes, sometimes near solhaven. Since i'm not really sure how to map that I just didn't add that one wayto.
The swimming portion of the map has haste, sigil of resolve, and water walking casting logic.
Gibreficul
12-29-2011, 04:32 AM
Why don't you just let me do it? I'll have it all done in an hour or 2. :)
Then the Lich discussion answered that. TILLMEN!!!! UPDATE PLZ!
Franknozly
12-29-2011, 09:14 AM
Submitted another update to Tillmen which includes the Erythos island and RR bug fixes.
Also updated the RR drawbridge to use the a timeto stringproc instead of wayto.
Also updated the cutter to exit when the cutter opens up the gangplank for you to exit the boat.
Also combined the new cutter's main deck with the old one.
Tillmen
01-31-2012, 01:44 PM
Prime map database is uploaded.
Franknozly
02-29-2012, 03:08 AM
updated map DB to fix the old Solhaven to RR boat arriving message. Now will correctly recognize when to enter the boat.
Emailed to Tillmen.
Nilandia
03-15-2012, 06:04 PM
I'm attempting to map the empath guilds of Plat, but I keep running into various errors. Most likely I'm doing it wrong, but I don't know what.
I've followed the steps given in the initial post, and it appears to start mapping fine, but eventually it will move to a new room and I'll get an error message of [mapmap: 4: move appeared to succeed, but not really.]
I've seen this in the Landing, Solhaven, Icemule, Ta'Vaalor and Ta'Illistim guilds. Any ideas of what I'm doing wrong?
Gretchen
Tillmen
03-22-2012, 12:59 PM
I'm attempting to map the empath guilds of Plat, but I keep running into various errors. Most likely I'm doing it wrong, but I don't know what.
I've followed the steps given in the initial post, and it appears to start mapping fine, but eventually it will move to a new room and I'll get an error message of [mapmap: 4: move appeared to succeed, but not really.]
I've seen this in the Landing, Solhaven, Icemule, Ta'Vaalor and Ta'Illistim guilds. Any ideas of what I'm doing wrong?
Gretchen
That message means there's two identical rooms right next to each other. It's probably fixable, but it depends on the situation and requires some cleverness and more knowledge of the map database. Does one of the rooms have something permanate in the "You also see" line that's not in the other?
Philiater
03-22-2012, 05:31 PM
so when I mapped the sorcerer guilds, I KNOW I tagged rooms in every single guild. to my horror, I noticed the other day that most tags had been deleted or lost somehow. how would that happen?
before I take the map and update it again, I want to make sure that won't happen again. i put a lot of effort into mapping the guilds so that each one would work with alchemy.lic and 725.lic.
~Moredin
Allereli
03-22-2012, 05:43 PM
before I take the map and update it again, I want to make sure that won't happen again. i put a lot of effort into mapping the guilds so that each one would work with alchemy.lic and 725.lic.
~Moredin
I have a Visio map of all the guilds, would it help at all?
Philiater
03-22-2012, 05:52 PM
i dont need that, though now that you mention it, I might make it work with narost just because I've never tried that before.
but no, the guilds themselves should all be mapped per se...that is...the rooms should all be recognized. it's only tags that are missing. like "sorcerer alchemy administrator", "sorcerer guild node", etc.
you can double-check me by doing this:
;e echo Room.current.find_all_nearest_by_tag('sorcerer guild node').inspect
I did it for every guild, but it's only showing 2 rooms right now.
Nilandia
03-22-2012, 09:57 PM
That message means there's two identical rooms right next to each other. It's probably fixable, but it depends on the situation and requires some cleverness and more knowledge of the map database. Does one of the rooms have something permanate in the "You also see" line that's not in the other?
I'm not certain how they would be identical. Their room descriptions were different in each case. For example:
[Empath Guild, Training Annex]
Twin sconces are set opposite one another on the north and south walls here, their dim flames casting long shadows down the hallway in both directions. The floor is composed of carefully chiseled granite blocks, each one set against the next at a slight angle, and the walls are polished marble blocks from floor to ceiling. You also see a training annex.
Obvious exits: east
[go2: travel time: 0:00:00]
--- Lich: go2 has exited.
[mapmap]>east
[Empath Guild]
A neatly tended courtyard is visible beyond the square glass panes of a pair of whitewashed doors set into the eastern wall. Along the opposite wall, a tapestry depicts the healing hands of Imaera cradling the world of Elanthia.
Obvious exits: northeast, southeast, west
[mapmap: 4: move appeared to succeed, but not really.]
[mapmap: Done. 6 rooms checked.]
--- Lich: mapmap has exited.
Gretchen
Tillmen
03-23-2012, 12:40 AM
so when I mapped the sorcerer guilds, I KNOW I tagged rooms in every single guild. to my horror, I noticed the other day that most tags had been deleted or lost somehow. how would that happen?
before I take the map and update it again, I want to make sure that won't happen again. i put a lot of effort into mapping the guilds so that each one would work with alchemy.lic and 725.lic.
~Moredin
Did you.. um.. save the map database after adding the tags?
Tillmen
03-23-2012, 12:43 AM
I'm not certain how they would be identical. Their room descriptions were different in each case.
That's tricky. My next guess would be that two room number got combined that shouldn't have. Try ;e echo Room.current.inspect
in each room. It might show that both room descriptions have been attached to one room number. Otherwise, it could be some crappy Simu XML, which is not unheard of in guilds.
Tillmen
03-23-2012, 01:19 AM
Prime map database is uploaded.
Philiater
03-23-2012, 03:14 PM
>Did you.. um.. save the map database after adding the tags?
I know I did. because I did the guilds one at a time. meaning I tagged them as I went. map and tag landing, map and tag solhaven, etc etc.
that's so weird. I'll just do it again. tagging won't take long and I'd like to add the map coordinates anyway just because I've never tried doing that before.
Philiater
03-23-2012, 03:47 PM
so yeah, I'm working on the prime database. things I plan to add/mod:
1. gonna add sorcerer guild tags and make sure thats all mapped right.
2. twilight hall locker rooms in RR.
3. I've just been saving some changes in a file that have either been bug fixes or something to improve my experience. the most important one is a bug fix to the cutter to RR since it started moving more quickly; sometimes knaydl doesnt say anything before you get kicked off...so nothing triggers.
I could post all the script used to mod the various waytos but it's an eyebleed. promise I've tested them all.
Nilandia
03-23-2012, 05:29 PM
That's tricky. My next guess would be that two room number got combined that shouldn't have. Try ;e echo Room.current.inspect
in each room. It might show that both room descriptions have been attached to one room number. Otherwise, it could be some crappy Simu XML, which is not unheard of in guilds.
It might be XML, then. In both rooms, it returned [exec1: nil]
Gretchen
Philiater
03-26-2012, 03:37 AM
Things I added while working on map database:
~tagged RR sorcerer guild, a few other new tags, and various other sorc guild tag fixes. it turns out there weren't many guild tags missing, just in the RR guild. so ignore previous posts about missing tags.
~when on the Live Bait waiting to get off, sometimes Knaydl didn't say anything, so you'd get booted off and go2 would hang forever. this is fixed.
~when waiting for Live Bait to arrive in Solhaven, the waitfor line was identical to the one in RR (ie it was NOT "glides up to the pier"), so it wouldnt board. it should be fixed now.
~twilight hall locker area mapped in RR now. go2 should work to go to and from.
~made sorcerer guilds work with narost. rather than upload an individual file for each guild, which would clutter the hell out of the narost map list, I just used the "compiled" map available on krakiipedia.
~made corrections to the aforementioned sorc guild map and renamed file.
Things that I am not sure the best way to fix or don't have the authority:
~make darkstone entry wayto be sure it is not using a valuable short sword.
~make go2/lich recognize failed move attempt when swimming to krolvin tunnels in RR. messaging is this: "You start to swim through the water but come up gasping for air."
Wayto changes:
Room[11753].wayto["11749"] = StringProc.new("ticket_nouns = [ 'scrip', 'scroll', 'document', 'parchment', 'paper', 'note' ]; check_ticket = proc { |test_id|; look_result = dothistimeout \"look #\#{test_id}\", 3, /reads, \".*\#{checkname}|^You see nothing unusual\\.|^It takes you a moment to focus|[0-9]+ silver/; if look_result =~ /reads, \".*\#{checkname}/; test_id; else; nil; end; }; if ticket_nouns.include?(GameObj.right_hand.noun); ticket_id = check_ticket.call(GameObj.right_hand.id); else; ticket_id = nil; end; unless ticket_id; if ticket_nouns.include?(GameObj.left_hand.noun); if ticket_id = check_ticket.call(GameObj.left_hand.id); fput 'swap'; end; end; end; unless ticket_id; empty_hands; checked_containers = Array.new; for container in GameObj.inv; unless container.contents.nil? or container.contents.empty?; checked_containers.push(container.id); for item in container.contents; if ticket_nouns.include?(item.noun); break if ticket_id = check_ticket.call(item.id); end; end; end; break if ticket_id; end; if ticket_id; fput \"get #\#{ticket_id}\"; end; end; unless ticket_id; status_tags; inv_result = dothis 'inventory containers', /^You are wearing/; status_tags; container_list = inv_result.scan(/exist=\"([0-9]+)\"/).flatten; for container_id in (container_list - checked_containers); container = GameObj.inv.find { |obj| obj.id == container_id }; next unless container; open_result = dothis \"open #\#{container.id}\", /^You open|^That is already open\\.$/; if open_result == 'That is already open.'; fput \"look in #\#{container.id}\"; end; for item in container.contents; if ticket_nouns.include?(item.noun); break if ticket_id = check_ticket.call(item.id); end; end; if ticket_id; fput \"get #\#{ticket_id}\"; if open_result =~ /^You open/; fput \"close #\#{container.id}\"; end; break; else; if open_result =~ /^You open/; fput \"close #\#{container.id}\"; end; end; end; end; unless ticket_id; echo 'failed to find your ticket'; if $go2_get_silvers.nil?; echo 'update go2 for automatic ticket buying'; exit; elsif $go2_get_silvers; echo 'going to buy one...'; sleep 3; move 'north'; move 'east'; move 'north'; move 'northwest'; move 'west'; move 'west'; move 'go storefront'; fput 'unhide' if hidden? or checkspell(916); ask_result = dothis 'ask jyhm about ticket', /^Jyhm whispers, \"Look -- I need [0-9]+ coins for something like that\\.|^Jyhm quietly takes your money/; if ask_result =~ /^Jyhm whispers, \"Look -- I need ([0-9]+) coins for something like that\\./; cost = $1; move 'out'; move 'east'; move 'east'; move 'southeast'; move 'south'; move 'east'; move 'go bridge'; move 'up'; move 'southeast'; move 'southeast'; move 'down'; move 'southeast'; move 'east'; move 'south'; move 'south'; move 'east'; move 'go doors'; fput 'unhide' if hidden? or checkspell(916); withdraw_result = dothis \"withdraw \#{cost} silvers\", /hands you [0-9]+ silvers|don't seem to have that much/; unless withdraw_result =~ /hands you [0-9]+ silvers/; echo \"you are too poor to go to River's Rest\"; exit; end; move 'out'; move 'west'; move 'north'; move 'north'; move 'west'; move 'northwest'; move 'up'; move 'northwest'; move 'northwest'; move 'down'; move 'northwest'; move 'west'; move 'north'; move 'northwest'; move 'west'; move 'west'; move 'go storefront'; fput 'unhide' if hidden? or checkspell(916); ask_result = dothis 'ask jyhm about ticket', /^Jyhm quietly takes your money/; end; move 'out'; move 'east'; move 'east'; move 'southeast'; move 'south'; move 'west'; move 'go pier'; else; echo 'for automatic ticket buying, use ;go2 getsilvers=on'; exit; end; end; fput 'unhide' if (hidden? or checkspell(916)) and checkloot.include?('gangplank'); unless checkloot.include?('gangplank') and move('go gangplank'); echo 'waiting for the cutter...'; line = get until line =~ /A small cutter glides up to the pier\\. The crew swiftly extends a gangplank\\.|^You hear a voice on the cutter shouting, \"Are the passengers all aboard\\?\"/; fput 'unhide' if hidden? or checkspell(916); move 'go gangplank'; end")
Room[11749].wayto['11753'] = StringProc.new("echo 'Waiting... '\nwaitfor 'Solhaven...all ashore who\\'s going ashore!', 'The crew hurriedly puts out the gangplank. Knaydl nods to herself contentedly.', 'This is Solhaven...time to go ashore!'\nif Room.current.id == 11752\nmove 'west'\nmove 'up'\nelsif Room.current.id == 11751\nmove 'east'\nmove 'up'\nelsif Room.current.id == 11750\nmove 'up'\nend\nmove 'out'")
Room[11749].wayto['10838'] = StringProc.new("echo 'Waiting... '\nwaitfor 'River\\'s Rest...all ashore who\\'s going ashore!', 'The crew hurriedly puts out the gangplank. Knaydl nods to herself contentedly.', 'This is River\\'s Rest...time to go ashore!'\nif Room.current.id == 11752\nmove 'west'\nmove 'up'\nelsif Room.current.id == 11751\nmove 'east'\nmove 'up'\nelsif Room.current.id == 11750\nmove 'up'\nend\nmove 'out'")
Room[11068].wayto["11069"] = StringProc.new("if Spell[9704].known? && !Spell[9704].active? && Skills.swimming < 10;Spell[9704].cast;end;move 'swim tunnel'")
Room[11069].wayto["11068"] = StringProc.new("if Spell[9704].known? && !Spell[9704].active? && Skills.swimming < 10;Spell[9704].cast;end;move 'swim tunnel'")
Room[5363].wayto["5368"] = StringProc.new("if Spell[9704].known? && !Spell[9704].active? && Skills.climbing < 15; Spell[9704].cast; end; empty_hands; move 'climb path'; waitrt?; fill_hands")
Room[3839].wayto["8429"] = StringProc.new("Spell[9704].cast if Spell[9704].known? and !Spell[9704].active? and Spell[9704].affordable?; fput 'incant 506' if !checkspell(506) and Spells.wizard >= 6 and checkmana(6)\nempty_hands\nmove 'swim nook'\nwaitrt?\nfill_hands")
Room[20015].wayto['20016'] = StringProc.new("move 'go curtain';fput 'open locker'")
Room[20016].wayto['20015'] = StringProc.new("fput 'close locker';move 'go curtain'")
Room[11108].wayto['11107'] = "go iron-reinforced door"
Lastly, things I DELETED:
~there were some weird tags at a few of the sorcerer guild entrances that looked like they were supposed to delete the wayto and timeto if you're not a sorcerer. however, they REPEATEDLY deleted mine despite the fact that I am and my Char.profession shows as such. therefore I had to remove those tags. I'm sorry whoever added those, but I couldn't figure out why it was doing that. I'm sure we can come up with another way to do what you want without using those tags.
will send you the files soon tillmen
Philiater
03-27-2012, 06:49 PM
forgot to include this in the update...i'll just post it here in case anyone wants to do it themselves next time.
#minotaur climbs -> added sigil of resolve. made it so it would only stance offensive if you didn't have 30 ranks climbing AFTER sigil of resolving. does not use Resolve unless known, and wont factor it into stancing check unless it's active. also swapped the stancing and hands filling/emptying; emptying your hands should be the last thing you do before a climb and filling them should be the first thing after it.
Room[6152].wayto['6141'] = StringProc.new("group_members = nil; for line in clear.reverse; if line =~ /^Obvious (paths|exits)/; break; elsif line =~ /^([A-Za-z ,]+) followed\\.$/; group_members = $1.split(/, | and /); break; end; end; Spell[9704].cast if Spell[9704].known? and Spell[9704].affordable? and !Spell[9704].active?; if (haste = Spell[506]) and haste.known? and haste.affordable? and not haste.active?; haste.cast; end; if Spell[9704].active?; fput 'stance offensive' if (Skills.climbing + (Society.rank/2)) < 30; else; fput 'stance offensive' if Skills.climbing < 30; end; empty_hands; move 'climb landslide'; waitrt?; fill_hands; fput 'stance defensive'; if group_members; echo \"Waiting for your group... To ditch them, ;send go \"; begin; line = get; if line =~ /^(You reach out and hold )?([A-z][a-z]+)('s hand| joins your group)\\.$/; group_members.delete $2; elsif line == 'go'; break; end; end while group_members.length > 0; end")
Room[6141].wayto['6152'] = StringProc.new("group_members = nil; for line in clear.reverse; if line =~ /^Obvious (paths|exits)/; break; elsif line =~ /^([A-Za-z ,]+) followed\\.$/; group_members = $1.split(/, | and /); break; end; end; Spell[9704].cast if Spell[9704].known? and Spell[9704].affordable? and !Spell[9704].active?; if (haste = Spell[506]) and haste.known? and haste.affordable? and not haste.active?; haste.cast; end; if Spell[9704].active?; fput 'stance offensive' if (Skills.climbing + (Society.rank/2)) < 30; else; fput 'stance offensive' if Skills.climbing < 30; end; empty_hands; move 'climb landslide'; waitrt?; fill_hands; fput 'stance defensive'; if group_members; echo 'Waiting for your group... To ditch them, ;send go '; while (group_members.length > 0) and (line = get); if line =~ /^(You reach out and hold )?([A-z][a-z]+)('s hand| joins your group)\\.$/; group_members.delete $2; elsif line == 'go'; break; end; end; end")
Philiater
03-28-2012, 06:07 PM
crap i did some more checking and found another error that I didn't fix...this room is not supposed to be tagged as the training cauldron. there's another room right next to it that is the actual training cauldron. this is the fix:
;e Room[18124].tags.delete('sorcerer alchemy training cauldron')
stormtov
03-29-2012, 12:11 AM
I am currently having the same problem as Nilandia but this is for the Artificer Tower in illy(room 616, go door). There are only 3 rooms there that a non member(like me) can get too, with the one on the top being a workshop(why it would be nice to have it mapped). Goes one room(2 if i start outside where it is currnetly mapped) and then says
[mapmap: 4: move appeared to succeed, but not really.]
This is me moving to the top of the tower from outside:
[Ta'Illistim, Aerie Wey]
The road dips around a high tower, set flush against the exterior city wall. The tower, raised as it is above the crenelations of the wall, looks down over both the interior of Ta'Illistim and the cliffside upon which the Shining City rests. Atop its spire, a dome of sapphire tiles stands out against the night sky, a spot of blue in a star-dappled black tableau.
Obvious paths: northeast, northwest
>g door
[Artificer Tower]
Steps mark the middle of the chamber, spiraling both upwards to a higher floor and downwards into darkness. The round room itself is walled in stone, its floors covered in layered sapphire carpets and its entirety lit by glass globes suspended from filamentous silver chains. An arched door leads outwards.
Obvious exits: none
>l steps
The stairs lead upwards by means of a spiraling staircase and downwards by means of a spiraling stairway.
>cli stairwa
A member of the Sapphire Guard steps out in front of you. He politely but firmly denies you entry, saying, "Access to these chambers is reserved for Artificers only."
>cli staircase
You climb up a spiraling staircase.
[Artificer Tower]
Benches sit flush against the walls, forming a rounded ring of seating. In the center of the room, steps lead both up and down. The stone floor is covered with a thickly plush silver carpet, worked with a design of linear sapphire peacocks.
Obvious exits: none
>l steps
The stairs lead upwards by means of a spiraling stairway and downwards by means of a spiraling staircase.
>cli stairway
You climb up a spiraling stairway.
[Artificer Tower]
The topmost chamber of the tower benefits from the structure's domed roof, opening up the space to twice the height of the rooms below. A ring of clerestory windows placed just beneath the cap of the dome itself let in a light tinged by their dark blue glass panes, a light which falls on the many banners and pennons hanging from the walls. In the center of the chamber, a stairway spirals downward.
Obvious exits: none
>sense
You study your surroundings and use your keen knowledge of the arcane. It quickly becomes evident that this room is a magical workshop.
Here is mapmap having a go after i have cleared and set boundaries:
[Ta'Illistim, Aerie Wey]
The road dips around a high tower, set flush against the exterior city wall. The tower, raised as it is above the crenelations of the wall, looks down over both the interior of Ta'Illistim and the cliffside upon which the Shining City rests. Atop its spire, a dome of sapphire tiles stands out against the night sky, a spot of blue in a star-dappled black tableau.
Obvious paths: northeast, northwest
>
You feel fully energetic again.
>;mapmap map
--- Lich: mapmap active.
[mapmap: {}]
[mapmap]>look #-310067
An arched door is set into the curved tower wall. Hanging over the door is an elongated banner marked with the symbol of the Artificers of House Illistim, a stylized airship surrounded by a starburst pattern.
>
[mapmap]>look #-310066
The heavy door is banded with silver straps.
>
[mapmap]>go door
[Artificer Tower]
Steps mark the middle of the chamber, spiraling both upwards to a higher floor and downwards into darkness. The round room itself is walled in stone, its floors covered in layered sapphire carpets and its entirety lit by glass globes suspended from filamentous silver chains. An arched door leads outwards.
Obvious exits: none
>
[mapmap]>look #-309337
The stairs lead upwards by means of a spiraling staircase and downwards by means of a spiraling stairway.
>
[mapmap]>look #-309339
The carpets are a deep sapphire blue and heavily fringed in silver.
>
[mapmap]>look #-309338
>
Each constant and unflickering bit of illumination is surrounded by a blue-tinged glass globe.
>
[mapmap]>look #-309336
The heavy door is banded with silver straps.
>
[mapmap]>look #-309341
The staircase twines upwards to a higher floor.
>
[mapmap]>look #-309342
The stairway curls downwards to a lower floor.
>
[mapmap]>look #-10054122
I could not find what you were referring to.
>
[mapmap]>go leviathoar
Where are you trying to go?
>
[mapmap]>climb leviathoar
What were you referring to?
>
[mapmap]>go stairway
>
A member of the Sapphire Guard steps out in front of you. He politely but firmly denies you entry, saying, "Access to these chambers is reserved for Artificers only."
>
[mapmap]>climb stairway
A member of the Sapphire Guard steps out in front of you. He politely but firmly denies you entry, saying, "Access to these chambers is reserved for Artificers only."
>
[mapmap]>go staircase
You're going to have to climb that.
>
[mapmap]>climb staircase
You climb up a spiraling staircase.
[Artificer Tower]
Benches sit flush against the walls, forming a rounded ring of seating. In the center of the room, steps lead both up and down. The stone floor is covered with a thickly plush silver carpet, worked with a design of linear sapphire peacocks.
Obvious exits: none
>
[mapmap: 4: move appeared to succeed, but not really.]
[mapmap]>go door
Where are you trying to go?
>
[mapmap]>climb door
What were you referring to?
>
[mapmap]>go globes
Where are you trying to go?
>
[mapmap]>climb globes
What were you referring to?
>
[mapmap]>go carpets
Where are you trying to go?
>
[mapmap]>climb carpets
What were you referring to?
>
[mapmap]>go steps steps
>
Where are you trying to go?
>
[mapmap]>climb steps steps
What were you referring to?
>
[mapmap: Stuck. 3 rooms checked.]
--- Lich: mapmap has exited.
Philiater
03-29-2012, 07:03 PM
Tillmen, looks like you're probably busy with other stuff, so I'm going to keep editing the map database. I'll pick up where I left off. havent made any other changes.
Philiater
03-29-2012, 07:04 PM
uh...to make it sound official...I'm currently working on the Prime Database .
Philiater
03-29-2012, 07:10 PM
I'm also having problems with mapmap. I've used mapmap before but never had this problem. I didn't use mapmap for my last updates, though. was awhile ago. I'm trying to map parts of FWI and this is what I get:
[Monsoon Jungle, Hillside Path]
Above the planks of a swollen and broken fence, a swarm of black flies hover in the air. A small cleared space develops into a muddy path leading upward, its track washed with pebbled gravel and littered with large green leaves. The fence itself stretches on towards the south. You also see a tiny red-eyed hedgehog.
Obvious paths: up
>
A tiny red-eyed hedgehog scrambles out of sight.
>
You feel at full magical power again.
>;mapmap map
--- Lich: mapmap active.
[mapmap: {}]
[mapmap]>look #-164402
The fence's warped and battered planks are further marred by a large, splintered hole.
>
[mapmap]>go fence
[Mist Harbor, Southern Walk]
A tall fence continues to run southward, separating the dirt pathway from what lies beyond it. At the top of the fence, scratch marks can be seen just along the rim. Swarms of flies float in and out, searching through the dark foliage that creeps along the ground.
Obvious paths: northeast
>
[mapmap: 4 => 17578: nil => go fence ]
[mapmap]>look #-281648
The fence's warped and battered planks are further marred by a large, splintered hole.
>
[mapmap]>go fence
[Monsoon Jungle, Hillside Path]
Above the planks of a swollen and broken fence, a swarm of black flies hover in the air. A small cleared space develops into a muddy path leading upward, its track washed with pebbled gravel and littered with large green leaves. The fence itself stretches on towards the south.
Obvious paths: up
>
[mapmap: 17578 => 4: nil => go fence ]
[mapmap]>up
[Monsoon Jungle, Hillside Path]
The hillside vegetation is mainly scrubby bushes and weedy thistles, with the occasional stand of isolated bamboo. The path zigs and zags back and forth across the hillside, avoiding, with switchbacks, a steeper climb.
Obvious paths: down
>
[mapmap: 4: move appeared to succeed, but not really.]
[mapmap: Stuck. 2 rooms checked.]
--- Lich: mapmap has exited.
>;mapmap fix
--- Lich: mapmap active.
[mapmap: Current room is unknown. Use map mode.]
--- Lich: mapmap has exited.
>;mapmap map
--- Lich: mapmap active.
[mapmap: {"17578"=>["northeast"]}]
[mapmap: Stuck. 2 rooms checked.]
--- Lich: mapmap has exited.
>;mapmap map
--- Lich: mapmap active.
[mapmap: {"17578"=>["northeast"]}]
[mapmap: Stuck. 2 rooms checked.]
--- Lich: mapmap has exited.
>;mapmap fix
--- Lich: mapmap active.
[mapmap: Current room is unknown. Use map mode.]
--- Lich: mapmap has exited.
>;mapmap map
--- Lich: mapmap active.
[mapmap: {"17578"=>["northeast"]}]
[mapmap: Stuck. 2 rooms checked.]
--- Lich: mapmap has exited.
Philiater
03-29-2012, 10:29 PM
mapped the area shown here, with correct timetos for pushing the boats upstream/downstream:
http://www.krakiipedia.org/w/images/3/3f/Mist_Harbor_Wilds.png
I did NOT add that area to Narost. not enough people go there for that to be useful. go2 will work...that's enough i think. also tagged the sunfist taskmaster as "sunfist", and the "sunfist superintendent" as that; this is in-line with previous taggers.
this also includes the changes in my prior posts.
will send you the file now Tillmen.
thanks!
Tillmen
04-14-2012, 03:29 PM
I can't use the last couple of map databases sent to me, so consider the Prime map database uploaded. The last couple of map databases dropped about 384 rooms and 752 directions. Probably from not downloading the latest map database before starting to map.
Philiater
04-17-2012, 04:30 PM
i bet it's bc i had two accounts logged in at once. i probably accidentely did a Map.save on the wrong game window when switching between browser, narost, and my two game windows.
at some point I'll do the sorcerer guilds again and part of FWI, but not the riverboat parts of it...that was a pita.
im glad I posted everything or it'd take forever to make those changes again.
but not for another few weeks. too busy out of game.
Tillmen
04-27-2012, 04:17 PM
Prime and Shattered map databases are uplodaed, and go2 is updated with an option to wait or run on ice.
Gibreficul
04-27-2012, 04:38 PM
Hey Tillmen... here's a "submission" for you... if you'd want to add it.
It's a cutthroat check... I'm sure you know where to paste these into infomon.
$infomon_cutthroat = false
def checkcutthroat
$infomon_cutthroat
end
def cutthroat?
$infomon_cutthroat
end
elsif line =~ /^.*?slices deep into your vocal chords\!\.$|^All you manage to do is cough up some blood.$/
respond "** CUTTHROAT **"
$infomon_cutthroat = true
elsif line =~ /^\s*The horrible pain in your vocal chords subsides as you spit out the last of the blood clogging your throat\.$/
respond "** DROP CUTTHROAT **"
$infomon_cutthroat = false
I'm not sure if the "slices deep into your throat" line is matching, but the cough up some blood part does... It's been working for me for a few weeks now.
Tillmen
04-27-2012, 10:55 PM
Hey Tillmen... here's a "submission" for you... if you'd want to add it.
Added. The "slices deep into your vocal chords" line wasn't matching because it was looking for a period after the exclamation point. You're totally in the wrong thread.
Gibreficul
04-28-2012, 07:06 AM
Added. The "slices deep into your vocal chords" line wasn't matching because it was looking for a period after the exclamation point. You're totally in the wrong thread.
You saw the post... so it was in the right thread... You're pretty hard to track down these days, so I figured I'd make a scene where I knew you were looking.
For the record, YOU ROCK!
Barmor
04-29-2012, 03:57 AM
..., and go2 is updated with an option to wait or run on ice.
Thanks! I've set ice-mode=wait
zelts
05-14-2012, 06:58 PM
Hearthstone fix sent for GSIV Prime
Franknozly
05-18-2012, 09:33 PM
Hearthstone fix sent for GSIV Prime
You need to tell others that you're working on the database instead of just submitting whenever you're done...
I will work on fixing the Ronan Temple entrance once the map database has been updated.
zelts
06-04-2012, 06:02 PM
Updating the EN Gyldemar map image to add the Cleric Guild. Not a good place to get lost looking for it for anyone under 50. Also uploading the cleric guild map for there and mapping it into the database for Narost.
zelts
06-04-2012, 06:07 PM
Finished. Emailed to Tillmen.
Tillmen
06-26-2012, 08:32 PM
Prime map database is uploaded.
Tillmen
07-03-2012, 02:25 AM
Shattered map database is uploaded.
CizzymacHD
07-05-2012, 11:47 PM
I am updating the Prime database with some missing rooms in the WL catacombs and will be emailing to Tillmen promptly when done.
Edit: Database emailed to Tillmen.
Jace Solo
07-05-2012, 11:54 PM
Thank you all for your diligence!
Tillmen
07-06-2012, 09:30 AM
I am updating the Prime database with some missing rooms in the WL catacombs and will be emailing to Tillmen promptly when done.
Edit: Database emailed to Tillmen.
Your e-mail didn't show up in my inbox or spam folder. I hope you're not trying to fix the Abandoned Sewer part of the catacombs, cause it's not really fixable.
CizzymacHD
07-06-2012, 12:19 PM
Your e-mail didn't show up in my inbox or spam folder. I hope you're not trying to fix the Abandoned Sewer part of the catacombs, cause it's not really fixable.
I received a delay notification on my email I sent, so I've resent it to you. Hopefully you get it this time. I'm aware of the Abandoned Sewer area problem, and I did not touch that area. My addition was the crypt/hut shortcut in the east-west tunnel.
Klinor
07-13-2012, 06:56 AM
[Island Shipping - 16146]
Small packages, barrels, and crates stack from floor to ceiling, crowding almost every inch of the hut. Near the door, an overturned crate has been fashioned into a serviceable desk with a handwritten notice and a rates sign tacked to it. You also see a young clerk.
Obvious exits: out
^FWI movers.
Gib gave me the ;e Room.current.tags.push('movers')/;e Map.save workaround but it'd be nice if the next update had it so I didn't need to redo it every time.
Thanks
Wyildarren
07-19-2012, 09:32 PM
I was wondering if mapping the inn tables in TV would be a problem, I just found it weird that no one had already mapped it so I figured their must be some reason and I didn't want to step on any toes.
Tillmen
07-19-2012, 09:51 PM
There shouldn't be any problem with mapping the tables. They're not mapped because the mapmap script can't map them automatically, and also my characters are probably not allowed in there.
Wyildarren
07-19-2012, 11:16 PM
Is there a command to map the tables individually or is that not done with mapmap?
Tillmen
07-27-2012, 03:37 AM
Prime and Shattered map databases are uploaded.
Also, go2 was updated with an option to use symbol of seeking.
Franknozly
08-16-2012, 05:15 PM
Taking the map database in prime instance for a spin.
Added tags to the rogue guild in landing, solhaven, and icemule.
rogue guild
rogue guild master
rogue guild administrator
rogue guild trainer
rogue guild tools
rogue guild bar
rogue guild shop
Fixed the area outside Ronan Temple (room#1504), connected it to the ronan temple entrance. Update sent to Tillmen.
trall541
08-20-2012, 06:55 AM
going to be mapping all the area's in vaalor that have changed, as soon as tilmen uploads what OP has done...Prime
Elgrim
08-20-2012, 07:26 AM
While I have not been working with the maps, I wanted to let those that are know that something is amiss at Voln at the landing. The room numbers are jumping all over the place in the tasks hallway and multiple rooms are showing the same room number. It has broken a few scripts using ;go2 that were previously working a few weeks ago.
GodSatan
08-28-2012, 12:32 AM
I'm not 100% sure I'm doing it right, but can something like this be added for the Shattered map db:
;e Room[10781].wayto['18150'] = StringProc.new(“
pillars = [ 'first', 'second', 'third', 'fourth' ]
$regexes = {
:pillar717 => /dark eye/,
:pillar704 => /hazy black/,
:pillar705 => /slate grey/,
:pillar701 => /blood-drop/,
:pillar703 => /dark cloud/,
:pillar702 => /radiating circle/,
:nextpillar => /blurry and hard to look at/,
}
def knock_knock(x, spell_num)
result = Spell[spell_num].cast("#{x} pillar")
if result =~ /Spell Hindrance/
Spell[spell_num].cast("#{x} pillar")
end
end
start_script("go2",["10781"])
wait_while { running?("go2")}
pillars.each { |x|
fput "look at #{x} pillar"
while line = get
if line =~ $regexes[:pillar717]
knock_knock(x, 717)
break
end
if line =~ $regexes[:pillar704]
knock_knock(x, 704)
break
end
if line =~ $regexes[:pillar705]
knock_knock(x, 705)
break
end
if line =~ $regexes[:pillar701]
knock_knock(x, 701)
break
end
if line =~ $regexes[:pillar703]
knock_knock(x, 703)
break
end
if line =~ $regexes[:pillar702]
knock_knock(x, 702)
break
end
if line =~ $regexes[:nextpillar]
break
end
end
}'”)
subzero
08-28-2012, 01:19 AM
You could cut it down by dropping the $regexes hash. Just use those values there at the line matches. Also probably wanna do if/elsif when you check the pillars:
;e Room[10781].wayto['18150'] = StringProc.new(“
pillars = [ 'first', 'second', 'third', 'fourth' ]
def knock_knock(x, spell_num)
result = Spell[spell_num].cast("#{x} pillar")
if result =~ /Spell Hindrance/
Spell[spell_num].cast("#{x} pillar")
end
end
start_script("go2",["10781"])
wait_while { running?("go2")}
pillars.each { |x|
fput "look at #{x} pillar"
while line = get
if line =~ /dark eye/
knock_knock(x, 717)
break
elsif line =~ /hazy black/
knock_knock(x, 704)
break
elsif line =~ /slate grey/
knock_knock(x, 705)
break
elsif line =~ /blood-drop/
knock_knock(x, 701)
break
elsif line =~ /dark cloud/
knock_knock(x, 703)
break
elsif line =~ /radiating circle/
knock_knock(x, 702)
break
elsif line =~ /blurry and hard to look at/
break
end
end
}
GodSatan
08-29-2012, 10:20 AM
Thanks for the idea to clean it up and shorten it, looks good, but I did also just realize that I needed a case for the pillar not being there, sometimes it takes 4 pillar casts to get in, sometimes only 3:
;e Room[10781].wayto['18150'] = StringProc.new(“
pillars = [ 'first', 'second', 'third', 'fourth' ]
def knock_knock(x, spell_num)
result = Spell[spell_num].cast("#{x} pillar")
if result =~ /Spell Hindrance/
Spell[spell_num].cast("#{x} pillar")
end
end
pillars.each { |x|
fput "look at #{x} pillar"
while line = get
if line =~ /dark eye/
knock_knock(x, 717)
break
elsif line =~ /hazy black/
knock_knock(x, 704)
break
elsif line =~ /slate grey/
knock_knock(x, 705)
break
elsif line =~ /blood-drop/
knock_knock(x, 701)
break
elsif line =~ /dark cloud/
knock_knock(x, 703)
break
elsif line =~ /radiating circle/
knock_knock(x, 702)
break
elsif line =~ /blurry and hard to look at/
break
elsif line =~ /could not find/
break
end
end
}
Also, I took the g02 out of the stringproc, since for the wayto, you'd already be in the necessary room to start with. Any word on this being able to be added Tillmen, or do I need to "check out" the db and try to save it in there myself? I still cant make it actually work as a stringproc in the wayto, but it does work as a standalone script.
Gibreficul
09-02-2012, 05:26 AM
A) it's already mapped in Prime, to the best of my knowledge. Moredin did the stringproc.
B) I'm mapping the Teras sorc guild RIGHT NOW... in Shattered
Gibreficul
09-02-2012, 07:02 AM
And, map and data sent to Tillmen. <anxiously awaiting the official update>
Now here's the big question... What tags should I have added in order to get ;alchemy to work with it? I tried to run that script, I did tag the administrator room, but outside of that... nothing yet.
Gibreficul
09-02-2012, 04:47 PM
I added tags to the sorcerer guild, and I've been running Alchemy.lic to make sure I didn't fuck anything up. I'll send another e-mail to THE Tillmen by the end of the day.
Move along, nothing to see here.
Tillmen
09-27-2012, 11:09 AM
Prime map database is uploaded.
Tillmen
09-27-2012, 11:48 AM
Shattered map database is uploaded.
DannoTheSilent
10-01-2012, 09:30 PM
Added tags for white baneberry in rooms 8023, 8024, and 8025 of Prime
Tillmen
11-01-2012, 02:39 PM
Plat map database is uploaded.
Shimeria
11-02-2012, 08:48 PM
Thanks
Gibreficul
11-05-2012, 11:22 AM
Can you please update the Prime Ebons Gate Map? The one in Narost is 2010....If I need to do something on my end to update can someone tell me how please?
Thanks
Why don't you go to the start of this thread and read? Just a suggestion.
Caithris
12-03-2012, 01:38 PM
I'm currently mapping out the Plat Melgorehn's reach, Eastern Harbor of Mist Island, and various other areas.
EDIT: Submitted for approval.
Tillmen
12-05-2012, 01:50 PM
Plat map database uploaded.
Tillmen
12-05-2012, 02:17 PM
Prime map database uploaded.
ROTOR
12-06-2012, 06:43 AM
Noob here, but can I use this to map House Pauper's? Would help me get to my locker for the loot-be-gone script. Doesn't seem like pauper's has been mapped yet. Thanks.
DaCapn
12-06-2012, 09:02 AM
This is the "learn how to map areas that aren't mapped" thread, so I'd say you're in the right place.
The only thing you can't effectively map is rooms with identical descriptions. The house locker annex of the Solhaven warehouse is a good example. Also instanced rooms (like the LM workshops, locker rooms, etc).
Caithris
12-06-2012, 07:53 PM
Working on the Plat maps again.
Eastern and Western harbors, Broken lands, will be moving to the FWI wilds soon.
UPDATE:
Maps sent off to Tillmen. Awaiting approval.
Franknozly
12-24-2012, 08:40 PM
I'm doing some maintenance work on Landing prime maps... adding the burrows and updating the museum and other missing rooms.
And Tillmen, how do I deal with two identical rooms with no differences in loot or obvious exits?
EDIT:
Finished.
Merged new grand lobby in museum.
Added the fishshack, mini's battle area, and scribe shop.
Added all the miniscripts to get into/out of burrow way.
uploaded to Tillmen. Wait for update.
Caithris
01-10-2013, 04:58 PM
Well. It's been a month, and no update, so I'm mapping some more!
Working on Plat guilds and FWI some more.
EDIT:
Finished.
FWI wilds, FWI town
Sorc Guilds: RR, WL, IMT, EN-T, EN-I
Cleric Guilds: RR, WL, SH, IMT
FWI manors
Sent to Tillmen. Waiting for update.
Philiater
01-19-2013, 12:29 PM
>Sorc Guilds: RR, WL, IMT, EN-T, EN-I
what do you mean? I already mapped all the sorc guilds and added tags to a ton of their rooms a long time ago. not talking about the time I botched the attempt to add them to narost...that was a different time.
Philiater
01-19-2013, 12:30 PM
oh sorry plat....my mistake!
Caithris
01-19-2013, 07:04 PM
>Sorc Guilds: RR, WL, IMT, EN-T, EN-I
what do you mean? I already mapped all the sorc guilds and added tags to a ton of their rooms a long time ago. not talking about the time I botched the attempt to add them to narost...that was a different time.
I...did them in Plat?
Most of the sorc guilds were not mapped in Plat. I also did the narost for them.
CaptContagious
02-02-2013, 02:43 PM
Anyone able to re-map the empath guild in the landing? its having major problems with the annex area that i can't seem to fix
Tillmen
02-06-2013, 02:40 PM
Plat map database is uploaded and go2 is updated.
There are a lot of errors in this database, and I gave up trying to fix them.
Tillmen
02-06-2013, 03:32 PM
Prime map database is uploaded.
Franknozly
02-06-2013, 05:26 PM
Prime database sent with burrow way narost coordinates. Wait for Tillmen to upload.
Tillmen
02-08-2013, 05:14 PM
Prime map database uploaded.
Tillmen
02-13-2013, 03:42 AM
Prime and Shattered map databases updated to fix a bug with symbol of seeking on Teras.
Geijon Khyree
02-13-2013, 04:05 PM
I'd still like someone to map House Phoenix - Challenge! Who will accept my challenge!?
wandererjs
02-14-2013, 05:16 PM
Anyone able to re-map the empath guild in the landing? its having major problems with the annex area that i can't seem to fix
I'll give it a shot. I mapped the ZL, Solhaven, RR, and.. well, a number of guilds for other professions when figuring it out a few years ago.
I think I'll add the Four Winds halls, too.. had some newbies trying to find their way to get the teleportation jewelry
Question to Tillmen: I recall an issue with the [I think] Empath guild in Ta'Vaalor, where the rooms had identical descriptions, but the exits listed after "You also see:" were unique. IIRC, You said you would look at ways to determine what items after "You also see:" were unique part of the room, versus junk on the floor. (I think checking if the item id was a negative number identifies the permanent, not removable items). Did you ever update this, or was it not worth the effort?
Thanks,
Kadishmal
wandererjs
03-17-2013, 02:50 PM
Working on prime
wandererjs
03-17-2013, 03:01 PM
Or... maybe I'm not?
Something's wonky with ;mapmap. I haven't used it in a while, but following the same directions on the first page, it's getting stuck on the first room with :'move appeared to succeed but not really'.
I'm trying to map the Zul Logth warrior's guild; I set the boundary at the entrance, but get the same error regardless of where I start in the guild (and I tried a half dozen different rooms). It moves, seems to think it failed, and then tries another object in the first room before dying.
[Warrior Guild, North Walkway]
Keeping guard over the walkway are several marble statues garbed in some burnished mithril armor. A narrow path branches off towards a thin steel marker and subsequently, a small limestone shed. Colorful fungus abounds in carefully tended beds that border the expansive courtyard to the east.
Obvious exits: east, southwest
>;mapmap clear
--- Lich: mapmap active.
[mapmap: mapping session cleared]
--- Lich: mapmap has exited.
>;mapmap map
--- Lich: mapmap active.
[mapmap: {}]
[mapmap]>look #-172543
The mithril armor is filthy with dust. A layer of corrosion has completely covered the suit from head to toe.
>
[mapmap]>look #-172544
You see nothing unusual.
There appears to be something written on it.
>
[mapmap]>look #-172542
You see nothing unusual.
>
[mapmap]>go shed
[Warrior Guild, Limestone Shed]
A thin layer of rocky debris blankets the floor, but distinct boot tracks mark the most heavily used areas of the shed. Musty odors and the scent of oil hang in the air. Secured against the wall is an iron tool rack, fully equipped with implements needed by guild members. You also see a metal bin and a narrow staircase.
Obvious exits: out
>
[mapmap: 4: move appeared to succeed, but not really.]
[mapmap]>go marker
Where are you trying to go?
>
Gibreficul
03-17-2013, 11:53 PM
So, Teras map seems to be fucked up (in Shattered at least) So... I'm gunna tinker around a bit, I think.
remapped Teras bank, also removed the extra 3 seconds on the timetos at the statue. (Bank is tagged)
Velfi
03-18-2013, 12:29 AM
So, Teras map seems to be fucked up (in Shattered at least) So... I'm gunna tinker around a bit, I think.
Not sure of any other rooms in prime, but the Teras bank apparently had a room added, and the bank itself is now unmapped once you get inside.
DaCapn
03-18-2013, 05:15 AM
Not sure of any other rooms in prime, but the Teras bank apparently had a room added, and the bank itself is now unmapped once you get inside.
As far as I know, when lich attempts to determine where you are (in terms of the map database), it requires that all aspects of the room are the same (paths, title, description, etc). So if something gets added, a typo gets fixed, etc, lich will report that you're in no-man's land. The room isn't exactly unmapped. You can say, add the original room ID for that room as a wander boundary and it will work fine (since the waytos from the neighboring rooms are still valid). The only thing that's broken is the map database lookup while you're in the room. You can use go2 to get to it, you just can't use go2 to exit it.
I'm just assuming that's the case for the Teras bank. I've got no idea.
subzero
03-18-2013, 05:43 AM
As far as I know, when lich attempts to determine where you are (in terms of the map database), it requires that all aspects of the room are the same (paths, title, description, etc). So if something gets added, a typo gets fixed, etc, lich will report that you're in no-man's land. The room isn't exactly unmapped. You can say, add the original room ID for that room as a wander boundary and it will work fine (since the waytos from the neighboring rooms are still valid). The only thing that's broken is the map database lookup while you're in the room. You can use go2 to get to it, you just can't use go2 to exit it.
I'm just assuming that's the case for the Teras bank. I've got no idea.
Sounds about right. I just went and recounted what I did earlier to fix the db on one of my computers on another desktop, figured out what was necessary and what wasn't. Try this until the db gets updated:
repo download mapmap
trust mapmap
go to the room outside the teras bank
;map clear
;map lazy
;map boundary
go doors
;e Room.current_or_new
;map map
Kramble
03-18-2013, 08:52 AM
^
Worked great. Thanks boss.
Kramble
03-18-2013, 10:18 AM
Hmm, broke again. Changed back to room 4, which I believe is just the unrecognized room. Any help?
subzero
03-18-2013, 02:20 PM
That 'fix' isn't likely to remain after you log out. It's more a temporary thing until Tillmen gets around to updating the dbs. That said, if logging out did cause the issue, it might be that updater is 'updating' your map (reverting, in this case) when you log back in. There's a way to prevent updater from updating particular files, so you could edit the updater script to prevent automatically updating the map. I believe if you make this change on line 152, you should be good:
Settings['map'] = true to Settings['map'] = false
wandererjs
03-18-2013, 02:30 PM
If I can get ;mapmap working in Zul, I will add the Teras room as well. I planned on addding all of the Four Wind Isles halls as well, as they currently aren't mapped in prime.
If you really want a temporary map, add an ';e Map.save' after you map it. The change isn't saved locally. In a normal map session, your local copy is saved after ;mapmap fix.
I have a theory as to what broke in ;mapmap (wasn't trusted anymore, but doesn't give you an error at that stage), that I'll check on my next pass through ZL.
Kramble
03-18-2013, 03:20 PM
That was my thought, but this was without logging out. I didn't log though so couldn't go back and see if I had updated for some reason. Either way I just kicked it over to Illistim for a bit. No big deal, appreciate the help though.
That 'fix' isn't likely to remain after you log out. It's more a temporary thing until Tillmen gets around to updating the dbs. That said, if logging out did cause the issue, it might be that updater is 'updating' your map (reverting, in this case) when you log back in. There's a way to prevent updater from updating particular files, so you could edit the updater script to prevent automatically updating the map. I believe if you make this change on line 152, you should be good:
Settings['map'] = true to Settings['map'] = false
wandererjs
03-19-2013, 01:15 AM
Something is definitely broken with ;mapmap, but I'm still not sure if it's due to a change in ;mapmap, the Map object, or something about Zul Logoth.
In short, if it has to map 2 or more rooms that were previously unknown (room id of 4 Uberbar), it reports an error of 'appeared to succeed, but not really'
It can map 1 'new' room, as the adjacent room will be nil, and won't match the original room, but it dies if it a) moves two or more rooms away from the start, already-mapped room, or b) you start mapping in an unknown room. Both rooms are nil, so it thinks it hasn't moved.
at:
if mapmap_move(option)
adj_room = Room.current
if room == adj_room
echo "#{room.id}: move appeared to succeed, but not really."
map_history.puts "#{room.id}: move appeared to succeed, but not really."
break
If Tillmen doesn't have an easy answer, I'll poke at it more later... maybe add a sleep after the move (if it's pulling the data from the Room window, and there's a delay in updating), or try something educational like creating the Room objects and linking them manually. Manual labor is educational the first time, right, and makes you appreciate what the script is doing for you.
subzero
03-19-2013, 01:24 AM
I put fix_teras_bank on the repo as a temporary solution until the db is fixed for those interested. Read and follow instructions provided. If anything blows up, it's your fault.
Tillmen
03-19-2013, 01:56 AM
Something is definitely broken with ;mapmap . . .
Fixed. Update mapmap.
Tillmen
03-19-2013, 02:21 AM
Shattered map database is uploaded.
Tillmen
03-19-2013, 02:26 AM
There's a way to prevent updater from updating particular files, so you could edit the updater script to prevent automatically updating the map. I believe if you make this change on line 152, you should be good:
Settings['map'] = true to Settings['map'] = false
That line is within an if statement that only runs if there are no settings. Changing it now won't do anything. If anyone wants to disable map updates, you can do ;updater map off
Kramble
03-19-2013, 08:12 AM
Thanks Tillmen.
wandererjs
03-19-2013, 11:29 AM
Awesome, thank you Tillmen!
I am now working on Prime, and will add the Teras Bank as well.
[Edit: Done mapping and tagging and sent to Tillmen]
FWIW: this includes the ZL Warrior Guild, warrior guild tags for all guilds except Teras and RR, all premium halls, a tag for 'premium teleportation jewelry', and the Teras Bank.
Tillmen
03-19-2013, 06:36 PM
Prime map database is uploaded.
I also messed around with Nelemar. It doesn't empty your hands anymore for the swim. I made the two duplicate rooms not duplicate and fixed or broke some other stuff. People using bigshot and stuff probably need to fix their boundaries now.
horibu
03-19-2013, 09:39 PM
worked on prime after tillmen's last update.
mapped house sovyn in wehnimers.
database and map emailed to Tillmen.
Tillmen
03-20-2013, 03:14 AM
Prime map database is uploaded.
Gibreficul
03-20-2013, 05:46 AM
Shattered map database is uploaded.
Speaking of that... Obviously you took the bank room and kept it room 1838 (or whatever it is) instead of 19635, as I had it. Is there an easy way to overwrite a room that's already in the map? Nothing I tried wanted to work.
Tillmen
03-20-2013, 05:48 AM
;mapmap combine 123 456
Also, running mapmap in fix mode should ask you if the rooms are the same when it uses the old path and finds the new room. Answering yes does the same thing.
Gibreficul
03-20-2013, 07:05 AM
;mapmap combine 123 456
Also, running mapmap in fix mode should ask you if the rooms are the same when it uses the old path and finds the new room. Answering yes does the same thing.
Translation: Learn to use ;mapmap you asshole. <Thanks Tillmen>
wandererjs
03-22-2013, 12:46 AM
Working on prime
horibu
03-24-2013, 03:11 PM
Can someone add the following tags to the database for Prime:
4681 - alchemist
17163 - consignment
Both of those are in Cysaegir, this way I don't run all the way back to Illistim just to sell an alchemy component. Thanks.
Tarjan
03-27-2013, 04:26 AM
I am now working on the DRPrime map.
Updated map has been sent to tillmen to upload.
Crossing was updated. weaponshop, armorshop, inn, bank, carousel, tannery, herbalist, general shop, gemshop, pawnshop tags were added.
Tillmen
04-03-2013, 02:36 PM
DRPrime map database is uploaded.
Tillmen
04-30-2013, 01:25 AM
Prime map database is uploaded.
wandererjs
05-03-2013, 06:26 PM
Working on prime
[edit]
Done, and sent to Tillmen.
This includes mapping of the Mist Harbor Wilds, adding the Krakii map into Narost, plotting all the coordinates, and the miniscript movements on the rafts.
Note that there are two spots there that are not group friendly, and one of them (some vines) is buggy: there's no messaging as you or your group goes through it.
As I was running the final ;mapmap fix, a lesser vruul popped up, so I expect Jaina's next round of invasion is about to begin.
Kadishmal
Tillmen
05-10-2013, 11:35 PM
Prime map database is uploaded.
wandererjs
05-11-2013, 08:02 PM
Working on prime again: mapping new Voln monastary in Mist Harbor.
(Naturally... it was opened after I mapped the wilds)
wandererjs
05-11-2013, 08:42 PM
Done, and sent to Tillmen
This includes the Voln Monastary, the Lornon temple area in Corpse Copse, some day/night mapping of parts of Mist Harbor (surrounding area of the Voln Monastary, and East Harbor), and the rogue guild.
I also added the integration of rogue_password (taken from the Prime landing guild) to MH, as well as Zul Logoth, as I happened to have a rogue there.
Kadishmal
Tillmen
05-21-2013, 03:23 AM
Prime map database is uploaded.
Gilralyn
05-21-2013, 10:12 AM
Working on Prime map database. Done, and sent to Tillmen.
Updated: Silvergate Inn (primarily locker area), Solhaven player shops.
Tillmen
05-21-2013, 03:21 PM
Prime map database is uploaded.
Tyronebiggums
05-29-2013, 11:41 PM
working on prime map database - Mist Harbor Phoenix locker annex. Done and sent.
rpg1313
06-03-2013, 02:09 PM
Shattered - 3892 - bunch of wild grapes
rpg1313
06-07-2013, 06:20 PM
Shattered - 4267, 4268, 4269, 4289 - bunch of wild grapes
Tillmen
06-10-2013, 12:09 AM
Prime map database is uploaded.... I guess..
Sketti
06-17-2013, 07:14 PM
Twilight Hall annex room in Illistim has a bad path. From 13278 it should use "go marble arch" to get in to 17195.
Quick fix thanks to Drafix in case anyone else encounters it.
;e Room['13278'].wayto['17195']='go marble arch';Room['13278'].timeto['17195']=0.2;Map.save;Map.load
Geijon Khyree
06-17-2013, 11:28 PM
I'm still waiting for someone to map Phoenix in Wehnimer's.
Catts
06-26-2013, 03:12 AM
nvm
Suhami
07-29-2013, 09:51 PM
Working a database DragonRealms. This is going to take a while.
Suhami
07-30-2013, 12:02 PM
Alright, database and 7 maps sent. Two of them are entirely new maps and the others are updated images.
Suhami
08-01-2013, 01:31 AM
And again, more maps and a newer DAT sent. I'm going to call this finished for now. I'm going to take a break before I get to updating the remaining six maps that I have.
Tillmen
08-23-2013, 03:27 PM
DragonRealms map database is uploaded.
A couple notes: There were 53 wayto's with a missing timeto. Without a timeto, the go2 cannot find a path between the two rooms, even though there's a wayto telling it how to move between the two rooms.
There were a number of StringProcs used as a wayto when it appears a string would have worked. When there's a StringProc movement, go2 lets all the typeahead movements finish before starting the StringProc movement. If the movement can't fail (as I suspect StringProc.new("move 'go exit'") can't fail), you're slowing down go2 without any benefit. You could just use Room[#].wayto['#'] = 'go exit' instead (and of course Room[#].timeto['#'] = 0.2).
If the movement can fail, like StringProc.new("move 'go door'"), then a StringProc may be the way to go, because it will recognize the failure quicker and then attempt to open the door and retry.
Franknozly
09-01-2013, 05:06 AM
Working on prime database.. can't believe so many broken mistakes...
Fixing puzzle to bowels..
Fixing all paths from icemule to rift to try to run if survival is high enough.. (hellish amounts of work)
Fixing above illistim twilight hall bug..
Fixing FWI fucked up mapping
adding missing tags to fwi, npccleric, node, supernodes, table
add missing tags to landing supernodes at voln and hearthstone foyer
added missing tables and all relevant paths to and from tables in wayside inn (the ones I had access to, didn't map the ones you goddam afk jackasses keep hogging)
Uploaded to Tillmen.. wait for him to merge changes.
Tillmen
09-06-2013, 12:30 AM
Prime map database is uploaded.
Quelthos
09-06-2013, 11:21 AM
Created a map for Silverwood Manor (done within the Shattered Instance).
;narost fix to attach the rooms to the new map.
Sent Tillmen the image file as well as the compressed map file that I saved.
Quelthos
Tillmen
09-07-2013, 04:22 AM
Shattered map database is uploaded.
Gibreficul
09-27-2013, 01:18 AM
WORKING ON SHATTERED FUCKERS!
Gibreficul
09-30-2013, 03:33 PM
Alright, here we go... this works as a stand-alone script:
check_silvers = proc {
silvers = nil
action = proc { |server_string|
if server_string =~ /^\s*Name\:|^\s*Gender\:|^\s*Normal \(Bonus\)|^\s*Strength \(STR\)\:|^\s*Constitution \(CON\)\:|^\s*Dexterity \(DEX\)\:|^\s*Agility \(AGI\)\:|^\s*Discipline \(DIS\)\:|^\s*Aura \(AUR\)\:|^\s*Logic \(LOG\)\:|^\s*Intuition \(INT\)\:|^\s*Wisdom \(WIS\)\:|^\s*Influence \(INF\)\:/
nil
elsif server_string =~ /^\s*Mana\:\s+\-?[0-9]+\s+Silver\:\s+([0-9]+)/
silvers = $1.to_i
DownstreamHook.remove('go2_check_silvers')
nil
else
server_string
end
}
DownstreamHook.add('go2_check_silvers', action)
silence_me unless undo_silence = silence_me
put 'info'
silence_me if undo_silence
wait_until { silvers }
silvers
}
find_ticket = proc{
ticket = false
cont = false
if GameObj.right_hand.name == 'transport ticket'
ticket = GameObj.right_hand
elsif GameObj.left_hand.name == 'transport ticket'
ticket = GameObj.left_hand
end
GameObj.inv.each{|item|;
break if ticket
next if item.contents.empty?
cont = item
ticket = item.contents.find{|ticket| ticket.name =~ /transport ticket/} || false
}
[ticket, cont] if ticket
}
get_ticket = proc{
#check price
if ticketinfo = find_ticket.call
ticket = ticketinfo[0].id
cont = ticketinfo[1]
if GameObj.right_hand.id == ticket || GameObj.left_hand.id == ticket
else
fput 'get #'+ticket.to_s
end
else
false
end
}
buy_ticket = proc{
echo "*** BUY TICKET PROC"
line = dothistimeout('get ticket', 5, /what\?|remove a silver\-sheened transport ticket|already have a valid|for the \d+ cost/) || false
if line =~ /already have/
GameObj.inv.each{|item|;fput 'open #' +item.id.to_s;}
elsif line =~ /for the (\d+) cost/
ticket_cost = $1.to_i
coins = check_silvers.call
if coins < ticket_cost
$go2_shattered_portal = false
room = Room.current.id
echo 'YOU NEED '+(withdraw = ticket_cost - coins + 10).to_s+ ' COINS TO BUY A TICKET'
echo withdraw.to_s
force_start_script 'go2', [ 'bank', '--disable-confirm' ]
wait_while ('double run of go2 in progress'){ Script.running.find_all { |s| s.name == 'go2' }.length > 0 }
$go2_shattered_portal = true
fput 'unhide' if hidden? or invisible?
fput 'withdraw '+withdraw.to_s+ ' silver'
force_start_script 'go2', [room, '--disable-confirm' ]
# fput 'get ticket'
end
end
}
empty_hand
check_ticket = find_ticket.call
if check_ticket
get_ticket.call
echo "go portal"
if check_ticket[1]
fput '_drag #'+check_ticket[0].id+' #'+check_ticket[1].id
fill_hand
# echo "HELD TICKET"
end
else
echo "NO TICKET"
buy_ticket.call
check_ticket = find_ticket.call
if check_ticket
get_ticket.call
echo "GO PORTAL"
if check_ticket[1]
fput '_drag #'+check_ticket[0].id.to_s+' #'+check_ticket[1].id.to_s
fill_hand
end
fput 'close #'+check_ticket[1].id.to_s
else
echo 'ERROR, FUCK'
end
end
fill_hand
However, when I convert it to the stringproc, it doesn't work... here's the stringproc:
Room[19653].wayto['19660'] = StringProc.new("find_ticket = proc{; ticket = false; cont = false; if GameObj.right_hand.name == 'transport ticket'; ticket = GameObj.right_hand; elsif GameObj.left_hand.name == 'transport ticket'; ticket = GameObj.left_hand; end; GameObj.inv.each{|item|; break if ticket; next if item.contents.empty?; cont = item; ticket = item.contents.find{|ticket| ticket.name =~ /transport ticket/} || false; }; [ticket, cont] if ticket; }; get_ticket = proc{; if ticketinfo = find_ticket.call; ticket = ticketinfo[0].id; cont = ticketinfo[1]; if GameObj.right_hand.id == ticket || GameObj.left_hand.id == ticket; else; fput 'get #'+ticket.to_s; end; else; false; end; }; buy_ticket = proc{; line = dothistimeout('get ticket', 5, /what\?|remove a silver\-sheened transport ticket|already have a valid|for the \d+ cost/) || false; if line =~ /already have/; GameObj.inv.each{|item|;fput 'open #' +item.id.to_s;}; elsif line =~ /for the (\d+) cost/; ticket_cost = $1.to_i; coins = check_silvers.call; if coins < ticket_cost; echo '**SILVERS **';$go2_shattered_portal = false; room = Room.current.id; force_start_script 'go2', [ 'bank', '--disable-confirm' ]; wait_while ('double run of go2 in progress'){ Script.running.find_all { |s| s.name == 'go2' }.length > 1 }; $go2_shattered_portal = true; fput 'unhide' if hidden? or invisible?; fput 'withdraw '+withdraw.to_s+ ' silver'; force_start_script 'go2', [room, '--disable-confirm' ]; end; end; }; wait_while ('double run of go2 in progress'){ Script.running.find_all { |s| s.name == 'go2' }.length > 1 }; empty_hand; check_ticket = find_ticket.call; if check_ticket; get_ticket.call;move 'go portal'; if check_ticket[1]; fput '_drag #'+check_ticket[0].id+' #'+check_ticket[1].id; fill_hand; end; else; buy_ticket.call; check_ticket = find_ticket.call; if check_ticket; get_ticket.call; move 'go portal'; if check_ticket[1]; fput '_drag #'+check_ticket[0].id.to_s+' #'+check_ticket[1].id.to_s; fill_hand; end; fput 'close #'+check_ticket[1].id.to_s; else; end; end; fill_hand")
The stringproc works if you have a ticket... even if it's in a closed container. What doesn't work is the buying part... so, buy_ticket.proc doesn't seem to be working... but does when it's standalone.
:comp::grr:
Tillmen
09-30-2013, 04:12 PM
Looks like it's the \d. It gets escaped into just a d apparently.
\\d should work.
Gibreficul
09-30-2013, 08:13 PM
Map data is currently being sent to Tillmen. Portals should work once he updates the map database for Shattered.
I'm not sure if he's going to add a toggle to go2 to make it work, however... if he doesn't, the variable to set is $go2_shattered_portal.
SO, a simple ;e $go2_shattered_portal = true will toggle them on, and $go2_shattered_portal = false will toggle them off.
Enjoy everyone.
Tillmen
10-08-2013, 03:20 AM
Shattered map database is uploaded.
I changed the variable to $go2_use_portals cause I had already set up go2 to use that variable and combined it with the platinum portal setting.
Snoopy Dogg
10-08-2013, 10:40 AM
Shattered map database is uploaded.
I changed the variable to $go2_use_portals cause I had already set up go2 to use that variable and combined it with the platinum portal setting.
WHERES MY TAGS?!
i cry..
Tillmen
10-08-2013, 02:51 PM
WHERES MY TAGS?!
i cry..
They're in the map database, unless you didn't send them to me, in which case they're somewhere else.
Snoopy Dogg
10-08-2013, 03:31 PM
They're in the map database, unless you didn't send them to me, in which case they're somewhere else.
you acknowledged you recieved my map data so.. i feel like i sent them
go2 kobolds and night mares works now but no tags show up for them weirdly. lesser ghouls, skeletons, shadow steeds, cyclopses are gones too and uh.. i forget what else i tagged
Tillmen
10-08-2013, 03:48 PM
Those weren't in the map database you sent me. You did it wrong.
Tillmen
10-08-2013, 06:59 PM
Prime map database is uploaded.
Snoopy Dogg
10-10-2013, 12:24 PM
edit: illy, sol, and trace empath guild's mapped (shattered)
tomarrow when i get the initiative ill tag all the creatures i lost and resend this stuff
Snoopy Dogg
10-11-2013, 12:18 PM
apparently i was smoking pcp or something cause everything i lost in the last update(i thought) is tagged now and i didnt do it again. so um, im sending now
I am working on mapping several CHE's in prime. This will may take a couple of sessions, I'm not sure. But I hope to have them completed by 10/14/2013.
Nanotek
10-27-2013, 06:04 PM
Working on several areas in Dragonrealms
Haven/Theren - Faldesu River, Jantspyre River, Rope bridge, Gryphons, Orcs
Can now use go2 to get from crossing to theren (need around 140 athletics, may fail on rope bridge if someone else is using it)
Gizmo
10-27-2013, 06:06 PM
Working on several areas in Dragonrealms
Haven/Theren - Faldesu River, Jantspyre River, Rope bridge, Gryphons, Orcs
Can now use go2 to get from crossing to theren (need around 140 athletics, may fail on rope bridge if someone else is using it)
How far along is DR mapped now Nano? I loved my short stay in DR with all the interesting mechanics but the whole Genie stuff I could never get into.
Nanotek
10-28-2013, 10:40 PM
How far along is DR mapped now Nano? I loved my short stay in DR with all the interesting mechanics but the whole Genie stuff I could never get into.
Most of the world is mapped now, its just random areas here and there and connections between towns that need to be added.
I've added a few scripts to the dr repo. If you roll a barb you can pretty much set and forget, only needing to switch hunting areas as you level.
I'm almost circle 100 in prime already :D
Tillmen
10-29-2013, 03:12 AM
Shattered map database is uploaded.
Tillmen
10-29-2013, 03:49 AM
Prime map database is uploaded.
Tillmen
10-29-2013, 04:09 AM
DragonRealms map database is uploaded.
SpiffyJr
10-29-2013, 10:34 PM
I'm doing Voln for Ta'Vaalor, prime.
BigWorm
10-31-2013, 01:26 AM
The rogue guild passcode for Icemule in Prime was not working correctly but can be fixed with:
;e echo Room.current.wayto["17964"] = StringProc.new(%{if UserVars.rogue_password.nil? or UserVars.rogue_password.empty?; echo 'No Rogue Guild password has been set.'; echo 'example: ;set change rogue_password kick, slap, turn, scratch, kick, slap'; exit; end; actions = UserVars.rogue_password.split(/, ?/); fput "lean door"; actions.each { |act| fput act.to_s + ' door' }; move 'go door'})
Tillmen
11-04-2013, 02:17 AM
Prime map database is uploaded.
Fixing some errors in the Landing and adding some missing rooms.
Shari
11-09-2013, 02:14 PM
Has there been a map update since they changed (ie: made way more fucking complicated) the setup in Illistim around the Keep?
Tillmen
12-25-2013, 05:04 PM
Prime map database is uploaded.
Nanotek
01-12-2014, 05:49 PM
Added many areas in Drprime
Tonight I will begin a project to seek out random unmapped rooms. I will continue until Friday morning, January 17.
Geijon Khyree
01-14-2014, 10:29 PM
Folks still mapping the CHEs? Could you do Phoenix? Thanks.
Gibreficul
01-18-2014, 10:03 PM
I think I'm going to take a break from ;alchemy and... map the sorcerer guild that aren't yet mapped in Shattered... and if I get around to it... also map Sorcerer's Isle. (No promises on Sorcerer's Isle.) Part of my "update" will be adding 10 seconds to the timetos through the Shattered portals. That should help keep from jumping towns for no good reason when you do stuff like, ;go2 pawnshop. I hope to have this sent to Tillmen sooner rather than later, like, within a day.
I ended up not having time to do any significant mapping. I am compiling a list of unmapped places and I will get to it soon.
Geijon, I do not have a character in Phoenix, so I would need an escort inside and someone to stick around for a few minutes in case I end up back outside.
Let me know if you want me to do this.
Tillmen
01-19-2014, 07:48 PM
DragonRealms map database is uploaded.
Some notes about the database:
There were 5 wayto's without matching timeto's. The pathfinding algorithm won't find a path between two rooms without a timeto, so the wayto will never get used. I added the default timeto (0.2) to these paths, which was probably wrong.
There were 26 timeto's without matching wayto's. I'm not exactly sure what this will do to the movement script. I assume it will appear to freeze when attempting to use the non-existant wayto. I deleted all of these.
There was.. um.. one of these..
Room[8625].wayto["8268"] = StringProc.new("A fledgling forest gryphon rakes a set of large, sharp claws at Mundy. ")
I don't know what that is. It would probably cause the movement script to loop indefinitely while displaying an error. I deleted it.
1 room had a path to itself. That won't cause anything bad to happen, but I still don't like it!
There were a large number of StringProc movements that only did a single fput. In general, if a command results in you moving to the next room, you should use move instead of fput.
So instead of:
Room[1].wayto['2'] = StringProc.new("fput 'go door'")
you could do:
Room[1].wayto['2'] = StringProc.new("move 'go door'")
The move method should be less prone to error. For example, if that door is closed, it will try to open it and try 'go door' again. Or if needed, it'll do that weird double-retreat thing you DR people have. Also, fput will often not retry a command because it doesn't know what success looks like; it only knows what a handful of failures look like.
There are other StringProcs that don't appear to need to be StringProcs at all. For example:
Room[8637].wayto['8638'] = StringProc.new("fput 'se'")
should probably be:
Room[8637].wayto['8638'] = 'se'
Making it a StringProc causes go2 to wait for any typeahead movements to finish, which will slow you down a little. It will also prevent the auto-retreat (because it's an fput), which could slow you down a lot.
Gibreficul
01-20-2014, 12:11 AM
The sorcerer guild mapping is done, and the e-mail was sent to Tillmen. <awaiting approval, I guess>
masterdtwin
01-21-2014, 07:56 AM
I think I'm going to take a break from ;alchemy and... map the sorcerer guild that aren't yet mapped in Shattered... and if I get around to it... also map Sorcerer's Isle. (No promises on Sorcerer's Isle.) Part of my "update" will be adding 10 seconds to the timetos through the Shattered portals. That should help keep from jumping towns for no good reason when you do stuff like, ;go2 pawnshop. I hope to have this sent to Tillmen sooner rather than later, like, within a day.
Gib
I had issues previously where my own personal ;go2 marks were interfering with the built-in targets used by ;go2. Basically the issue was... Whenever I used ;go2 bank I would always go to the same bank regardless of whichever was local. The only way this was found out was because of an issue similar to yours... Except mine was caused by the landing bank being destroyed and thus unreachable.
The issue itself may actually have nothing to do with the script itself... Just a thought worth checking out.
DaCapn
01-21-2014, 12:52 PM
Gib
I had issues previously where my own personal ;go2 marks were interfering with the built-in targets used by ;go2. Basically the issue was... Whenever I used ;go2 bank I would always go to the same bank regardless of whichever was local. The only way this was found out was because of an issue similar to yours... Except mine was caused by the landing bank being destroyed and thus unreachable.
The issue itself may actually have nothing to do with the script itself... Just a thought worth checking out.
He's saying shattered has portals like in platinum to go between towns (due to the sparse population). So the route to a bank in another town may be shorter than the route to the local one. This would be a pain in the ass for shattered players who would have to add a check with basically every use of go2 to make sure they didn't end up in the wrong town (there's not usually a human there to notice the mistake). The map database isn't wrong, its correctness is just inconvenient. Increasing the timeto will cause go2 to compute the route to be longer, thereby avoiding it. It will also be short enough to not ruin intentional use of the portals. In your case, your custom targets just overrode the built-in targets/tags.
Mapped Shadowguard in prime. Sending it to Tillmen now.
masterdtwin
01-21-2014, 03:41 PM
He's saying shattered has portals like in platinum to go between towns (due to the sparse population). So the route to a bank in another town may be shorter than the route to the local one. This would be a pain in the ass for shattered players who would have to add a check with basically every use of go2 to make sure they didn't end up in the wrong town (there's not usually a human there to notice the mistake). The map database isn't wrong, its correctness is just inconvenient. Increasing the timeto will cause go2 to compute the route to be longer, thereby avoiding it. It will also be short enough to not ruin intentional use of the portals. In your case, your custom targets just overrode the built-in targets/tags.
I understand what he was saying - but he did not state specifically if that solved the issue or not. It also makes zero sense that a bank in another town would be closer to a bank in the town you are in, regardless of the time-to between the portals.
Increasing the timeto will not fix the problem if the problem is related to your custom targets overriding the built-in targets. I was simply suggesting that he check this out as sometimes people forget they set something up for one reason or another.
DaCapn
01-22-2014, 12:05 AM
I understand what he was saying - but he did not state specifically if that solved the issue or not. It also makes zero sense that a bank in another town would be closer to a bank in the town you are in, regardless of the time-to between the portals.
Why a case like this impossible? You are in town 1. You are 20 rooms from that towns pawnshop. You are 2 rooms from a portal. The pawnshop in town 2 is 10 rooms from the portal. In the map database, all corresponding waytos are defined and their timetos are equal.
Increasing the timeto will not fix the problem if the problem is related to your custom targets overriding the built-in targets. I was simply suggesting that he check this out as sometimes people forget they set something up for one reason or another.
Agreed.
Gibreficul
01-22-2014, 05:23 AM
The timeto change seems to have helped. A day or so ago, I just turned off portal usage because the alchemy script, despite my tinkering, was still pulling the wrong note out after running to another town's alchemy shop. My big issue now is jars unphasing and causing encumbrance issues that prevent moving over things like the rope bridge. I cut the "travel time" down today and hope that helps... but at this point, I'm off topic and should be saying this in the alchemy thread.
What DaCapn said is totally true. The distance from the bank in Zul Logoth to the portal is like, 4 rooms. I've ended up there a few times unintentionally. Adding 10 seconds is basically adding 49 rooms (50 total) to go2's "shortest distance" algorithm. I might even change that timeto to 20 seconds just for some additional safety.
Gibreficul
01-22-2014, 04:13 PM
So I found at least a couple issues in the submission I made to Tillmen.
Room 19834 => 6016 could be viewed as a shortcut through the guild.
Room 19859 => 10748 and 10859 => 10596 could also be viewed as shortcuts. (I know my sorc just used that to get to the Weald.)
I'd assume that making the timetos into the guild a StringProc with a profession check would be the easiest way to do that, but I forget how...
I THINK it's
;e Room[####].timeto['####'] = StringProc.new("if Char.prof =~ /sorcerer/i;0.2;else;nil;end")
Someone correct me if I'm wrong.
Geijon Khyree
01-27-2014, 04:38 PM
Woot!
Phoenix is mapped, database sent to Tillmen.
Tillmen
02-02-2014, 05:39 PM
Prime map database is uploaded.
Gibreficul
02-02-2014, 06:51 PM
I must have broken the Shattered map when I mapped the sorc guilds. <pokes Tillmen>
Take all the time you need, but if there's something I can do to make things easier or better for you, let me know.
Mapping more of Talador in prime.
Can we update the map (and correct the spelling) for Talador, Talador EAST and Talador WEST, please?
Database sent to Tillmen.
Tillmen
02-13-2014, 02:27 PM
Prime map database is uploaded.
Ptolemais
02-13-2014, 07:29 PM
Doing mapping in prime. Hope to be finished tonight.
Ptolemais
02-14-2014, 12:17 PM
Map database sent to Tillmen.
Tillmen
02-17-2014, 03:51 PM
Map database sent to Tillmen.
The map database sent is exactly the same as the current map database.
As soon as Ptolemais is squared away, I will be updating Silvergate.
Ceyrin
02-19-2014, 03:14 AM
Uhm, I don't know jack about mapping (and I will be upfront and say I don't have the time), but this just showed up on the officials the other day.
http://oi58.tinypic.com/2ngtp3l.jpg
Seems legit.
Tillmen
02-19-2014, 10:09 AM
Seems legit.
But how legit is it? Is it perhaps too legit?
Buckwheet
02-19-2014, 11:09 AM
But how legit is it? Is it perhaps too legit?
So legit I quit.
Since it's been a week, I've gone ahead and sent Tillmen an update for the prime map database.
There is a place that needs a fix - turning the ring to get into the kobold mine requires a free hand. Currently go2 doesn't do that. Is there a preferred way to do the mini script? Empty the left hand, the right hand? Sheath, stow? Basically it would be "stow whichever hand", "turn ring", "get thathanditem", but I don't know which way is the most common/best way.
Thoughts?
Tillmen
02-25-2014, 08:54 PM
Prime map database is updated.
There is a place that needs a fix - turning the ring to get into the kobold mine requires a free hand. Currently go2 doesn't do that. Is there a preferred way to do the mini script? Empty the left hand, the right hand? Sheath, stow? Basically it would be "stow whichever hand", "turn ring", "get thathanditem", but I don't know which way is the most common/best way.
empty_hand and fill_hand are good methods. I went ahead and fixed it.
Prime map database is updated.
empty_hand and fill_hand are good methods. I went ahead and fixed it.
Did you update the map database I sent you first or will I need to re-do it?
Tillmen
02-26-2014, 09:37 AM
Did you update the map database I sent you first or will I need to re-do it?
Yes. No.
Manstine
03-03-2014, 11:22 PM
Updating Platinum Database
Manstine
03-04-2014, 01:26 AM
E-mailed.
masterdtwin
03-04-2014, 07:48 AM
E-mailed.
Manstine - Caithris keeps a separate Plat database, which is accessed through the Plat_updater script. If you haven't been told about that yet - you should check it out first.
I have decided at this point not to mapmap the new-ish Darkstone Bay water area. If I'm not mistaken it would be the shortest route from the town of Wehnimer's Landing to the black sands (kappa area). If you don't have waterwalking you'll likely die, so that seems to be a bad combination.
Tillmen, is there a way to map it safely and see that it's NOT used as the path to the black sands?
Also, there is a wonky spot that I can't seem to work with. It is in Burrow Way in the landing.
If you go2 7497, search, and go fissure, you will see the spot. It's a four-way junction that acts weird when I've tried to add it in the past. Maybe you can look at it sometime?
Sent prime update to Tillmen.
Kaldonis
03-16-2014, 06:02 AM
Mini-scripts are also needed when there are two identical rooms right next to each other. The solution might be as simple as StringProc.new("move 'east' while checkpaths.include?('e')"), but it can become quite complicated.
You'll notice that mapper is using the location verb.. a lot. There are two reasons for this. The one you might guess is that this information might eventually be used by bounty scripts. The other is to deal with duplicate rooms in different towns, such as the training cauldron room in most guilds. Using only the room title, description, and obvious exits/paths, you can't tell what town you're in, or what room you'll be in if you move out. But, knowing the results of the location verb of the room allows these rooms to get different room numbers and to be connected to the rest map database.
There is also a spot in the map database to save climate and terrain information for each room. At this point, I don't have a ranger and I'm not too worried about filling in that data.
Apologies as this question is probably asked before, but this thread has posts over a number of years, and I'm totally new to this.
I'm interested to improve the treatment of the Miasmal Forest mazes in River's Rest. The paths are static and do not change and the number of rooms are fixed. However, in general the rooms appear to be identical which greatly complicates the situation.
I mapped the Ghostly Trees late last fall, just finished the Spectral Mists. The Ghostly Trees has a total of 15 rooms. The Spectral Mists has 19. There are some stones and skulls both inside the maze and in some otherwise identical rooms leading into the mazes, which can help slightly to uniquely identify a handful of rooms.
For anyone curious how these kinds of maps look schematically, here is a crappy scan: http://goatface.org/files/ghostly-trees.pdf (1 is the skull, 2 is the stone) and http://goatface.org/files/spectral-mists.pdf (SK and ST are more clear)
Is there any way at all to fully implement this kind of map? I have a feeling since we know how many unique rooms and how they are connected it ought to be possible, and the question is if the difficulty level is a 10 out of 10, an 11 out of 10, or a 100 out of 10. As far as attempting to answer that question myself, I'm not sure how lich determines the present room, such that if a character logged out while in one of these mazes, or experienced lag while travelling, perhaps it could be impossible to determine what room they are in. In that case, we at least need to keep the same random solver which presently exists, but still in theory those issues shouldn't absolutely forbid mapping the area (and maybe we need to add an extra "fake" room which is the default determination for the room and uses the random solver to escape).
If a proper mapping is impossible, the system can still be improved I think. In particular, we can make a mini-script to go from each room outside the maze to another room outside the maze based on the known cardinal direction paths. This would at least mean that travelling which should involve movement between, say, four rooms, does not sometimes take twenty seconds with random guesses.
Feedback, insight, and/or guidance greatly appreciated.
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.