More keys & tags for [teleport] ability tag (RESOLVED)

Brainstorm ideas of possible additions to the game. Read this before posting!

Moderator: Forum Moderators

Forum rules
Before posting a new idea, you must read the following:
Post Reply
iinscrutable
Posts: 23
Joined: March 4th, 2008, 6:51 am
Contact:

More keys & tags for [teleport] ability tag (RESOLVED)

Post by iinscrutable »

Adding [filter_start_terrain] & [filter_destination_terrain] location filters would help in creating really interesting abilities. For example, we could have unit with ability to teleport between forest chunks (using "ancient forest path magic"). Also, this would simplify using "teleporters" of "caves" in some scenarios, since game engine will recognise extra "teleporter" terrain chunks as endpoints for teleportation for units who can go through cave or teleporter. Or, with additional [filter_adjanced_unit], we can get mobile teleporter units :wink:
For now, teleportation has a little use in mp games (I have not seen silver mage in mp games, ever). May be it's time to use teleportation possibilities?

Edit: typo
Edit2: "closing" topic
Last edited by iinscrutable on August 31st, 2009, 11:26 am, edited 2 times in total.
User avatar
melinath
Posts: 1298
Joined: May 20th, 2009, 7:42 am

Re: More keys & tags for [teleport] ability tag

Post by melinath »

One reason you probably don't see many silver mages in mp is that the silver mage is a lvl 3 unit. If your opponent gets a lvl 3 mage, it seems like you're doing something horribly wrong.

Also, something like this has been suggested before. (Sorry. Too tired to link it.) I seem to recall generally positive feelings but no coding volunteers. (I'd certainly love to see more flexibility in teleport.)
iinscrutable
Posts: 23
Joined: March 4th, 2008, 6:51 am
Contact:

Re: More keys & tags for [teleport] ability tag

Post by iinscrutable »

melinath wrote:Also, something like this has been suggested before. (Sorry. Too tired to link it.) I seem to recall generally positive feelings but no coding volunteers. (I'd certainly love to see more flexibility in teleport.)
Alas, I am not experienced in C programming, and my network connection does not allow me to work with wesnoth code repository. Otherwise, I would be glad to implement it.
User avatar
zookeeper
WML Wizard
Posts: 9742
Joined: September 11th, 2004, 10:40 pm
Location: Finland

Re: More keys & tags for [teleport] ability tag

Post by zookeeper »

Yeah, it's a good idea and there's already a feature request for it.
Orin
Posts: 17
Joined: August 12th, 2009, 8:49 pm

Re: More keys & tags for [teleport] ability tag (RESOLVED)

Post by Orin »

I wonder what happens if you try to teleport to an occupied hex? (This is not an issue with the silver mage, as if you do not have vision of a village and it is occupied you do not control the village)
My motto: "Never trust anything on 70% defense"
User avatar
DEATH_is_undead
Posts: 960
Joined: March 4th, 2007, 3:00 pm
Location: Northern United States

Re: More keys & tags for [teleport] ability tag (RESOLVED)

Post by DEATH_is_undead »

Orin wrote:I wonder what happens if you try to teleport to an occupied hex?
It teleports north of the unit. If that hex is occupied, it goes in a circle clockwise. If all those hexs surrounding the main one are taken, it teleports them around the bigger hex, surrounding the small one, and makes a circle around like the small one.
3P MP Scenario - Great Dwarves Escape
The best way to learn is to follow. In order to learn WML, you have to follow other's work, and check their codes.
Post Reply