I'm wondering, if in the game, there are any items/spells that alllow you to move between dungeon area's, and town, and then back again.
Basically, I'm considering building a multi-level dungeon, but I want players to be able to get out, back to town, with a recall or something, then back to the level they were in before.
Can anyone point out some items or spells that may allow this?
Thanks
recall/teleport/ect
Moderator: Board moderators
The game has a spell of town portal. It is a lvl 15 sorcery spell which allows you to connect two magic enabled parts of the world with a portal.
The spell can be a little bit hard to find and sorcery is not the easiest skill to develop but once you get past those two obstacles and learn the spell you are good to go adventuring in the most remote parts of the world.
How the spell works: you cast it in one location, this is your attempt to memorise where your character is, once that is done move to a second location, cast the spell again and if both locations were magic you will have a portal connection between them.
Couple of things to note: You can not create portals to private apartments. Your party members can use your portal.
There is also a level 10 prayer of word of recall. It will bring you back to your bed from almost anywhere in the world. Exception is unholy ground, where you can not use prayers.
The spell can be a little bit hard to find and sorcery is not the easiest skill to develop but once you get past those two obstacles and learn the spell you are good to go adventuring in the most remote parts of the world.
How the spell works: you cast it in one location, this is your attempt to memorise where your character is, once that is done move to a second location, cast the spell again and if both locations were magic you will have a portal connection between them.
Couple of things to note: You can not create portals to private apartments. Your party members can use your portal.
There is also a level 10 prayer of word of recall. It will bring you back to your bed from almost anywhere in the world. Exception is unholy ground, where you can not use prayers.
Thanks for the help.
I'll see if I can figure out a way to make things do what I'm hoping for. If not, I'll look at the scriptable objects and see if I can do it with python.
(Basically, I am hoping to put together a very deep dungeon, similar to mangband, but am not
a big fan of repeatedly going up and down over area's I've already been through)
I'll see if I can figure out a way to make things do what I'm hoping for. If not, I'll look at the scriptable objects and see if I can do it with python.
(Basically, I am hoping to put together a very deep dungeon, similar to mangband, but am not
a big fan of repeatedly going up and down over area's I've already been through)
What you typically end up doing in a multilevel dungeon (take training center for example) is you go up(or down) the levels keep killing monsters and whenever you loot enough treasure that it is worth going back to town you establish a portal , recall (I prefer using a high level rod, but a prayer can do too) dump your goodies, change equipment, go pray or anything you like.
Then use your portal to get back to the dungeon. The portal will be open for 2 hours, basically until the map that has the other side of the portal resets or until you use savebed.
What I used to like in angband is a spell that would teleport you one level up or down in a dungeon. A scriptable object might do the trick or even a completely new spell similar to recall.
There is also nethack dungeon inside crossfire world with some unusual monsters not found anywhere else in the world. The way this was implemented might be worth looking at.
Good luck in mapmaking
Then use your portal to get back to the dungeon. The portal will be open for 2 hours, basically until the map that has the other side of the portal resets or until you use savebed.
What I used to like in angband is a spell that would teleport you one level up or down in a dungeon. A scriptable object might do the trick or even a completely new spell similar to recall.
There is also nethack dungeon inside crossfire world with some unusual monsters not found anywhere else in the world. The way this was implemented might be worth looking at.
Good luck in mapmaking
