rpherbig / dr-scripts

A series of Lich 5 (https://github.com/elanthia-online/lich-5) scripts for use with DragonRealms (http://www.play.net/dr/). Donations are welcome (http://www.paypal.me/rcuhljr)!
GNU General Public License v2.0
52 stars 177 forks source link

Add Shard Ranger guild rooms to go2 #1680

Closed aslerjack closed 7 years ago

aslerjack commented 7 years ago

Was wondering if someone could add the two rooms in the Shard Ranger guild as locations that can be reached with the go2 script? I can get to Room Number: 6272 but then need to "go underbrush" for the [Shattered Oak, Ranger Guild] room and then 'West" to get to the [Shattered Oak, Work Area] room. Neither of these rooms have a room number.

Not a big deal if it can't be done, just would like to use the "work area" room as a training spot.

thanks, Jack

NBSL commented 7 years ago

If you follow this guide: Lich Mapping Reference, you can use ;addroom to add the rooms yourself.

You might have to run the checkout command as ;repos checkout-mapdb --password=YOURPASSWORD

Then run the command like this: ;addroom "go underbrush, west, east, go underbrush" manual while in room 6272 to add unmapped rooms.

The second go underbrush is whatever the exit is to get back to room 6272

Once you run that, you can do ;repos uploadmapdb --password=PASSWORD_USED_WITH_CHECKOUT

Remember the password you set, as it's used for updating the mapdb and uploading scripts.

aslerjack commented 7 years ago

Thank you, I will give it a shot tonight.

Jack

Sent from my iPad

On May 31, 2017, at 9:39 AM, NBSL notifications@github.com wrote:

If you follow this guide: Lich Mapping Reference, you can use ;addroom to add the rooms yourself.

You might have to run the checkout command as ;repos checkout-mapdb --password=YOURPASSWORD

Then run the command like this: ;addroom "go underbrush, west, east, go underbrush" manual to add unmapped rooms.

The second go underbrush is whatever the exit is to get back to room 6272

Once you run that, you can do ;repos uploadmapdb --password=PASSWORD_USED_WITH_CHECKOUT

Remember the password you set, as it's used for updating the mapdb and uploading scripts.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

aslerjack commented 7 years ago

Worked like a charm, thanks again for the help. Jack