Any other way then cushion? and teleports.

Have questions about CoD/UO mapping that aren't covered in the tutorials section? Post here!

Moderator: Core Staff

Post Reply
zipperdude
CJ Worshipper
CJ Worshipper
Posts: 386
Joined: July 12th, 2007, 6:07 pm

Any other way then cushion? and teleports.

Post by zipperdude » October 16th, 2008, 3:29 am

Im making a shooting map and I want you to be able to fall from anywhere and not get hurt. I know about cushion but when i use taht you cant hear people walking and i want you to be able to hear that. Is there a way to have it so i can just do like on the server where you can select fall damage on or off and put that in a script for the map?

second question is i have a teleport in my map and it teleports me not where i want to go and out of the map.
does anyone know how to fix it?
Show me what lies just beyond my eyes
Would you take me to the world where my spirit flies?
Tell me is that really fact or a pack of lies?

Twiztid = By . Blink = Song.
[color=#00FF00]Drofder2004[/color] wrote:Its not out of nowhere, I carry it in my backpack, with my elephant, 32 pets, a spare pair of leggings, 20 fish feasts, a staff I use to magically disenchant things, a stone I can use to travel home, 20000 arrows, a portable stable with a gorilla, a cat and a wolf, 20 bandages and massive quantity of cloth.

zipperdude
CJ Worshipper
CJ Worshipper
Posts: 386
Joined: July 12th, 2007, 6:07 pm

Re: Any other way then cushion? and teleports.

Post by zipperdude » October 16th, 2008, 6:46 pm

KillerSam wrote:
zipperdude wrote: second question is i have a teleport in my map and it teleports me not where i want to go and out of the map.
does anyone know how to fix it?
Change the co-ordinates in the scripting.
I have twice to 2 different co-ordinances and it still throws me out of the map
Show me what lies just beyond my eyes
Would you take me to the world where my spirit flies?
Tell me is that really fact or a pack of lies?

Twiztid = By . Blink = Song.
[color=#00FF00]Drofder2004[/color] wrote:Its not out of nowhere, I carry it in my backpack, with my elephant, 32 pets, a spare pair of leggings, 20 fish feasts, a staff I use to magically disenchant things, a stone I can use to travel home, 20000 arrows, a portable stable with a gorilla, a cat and a wolf, 20 bandages and massive quantity of cloth.

zipperdude
CJ Worshipper
CJ Worshipper
Posts: 386
Joined: July 12th, 2007, 6:07 pm

Re: Any other way then cushion? and teleports.

Post by zipperdude » October 16th, 2008, 9:23 pm

I tried deleting my trigger and re-creating it and nothing. Heres my script:

Code: Select all

main()
{
thread tower_tele_1();
thread tower_tele_2();
thread tower_tele_3();
thread tower_tele_4();
}






tower_tele_1()
{
	trigger = getent("tower_tele_1", "targetname");
	while(1)
	{
		trigger waittill ("trigger",user);
		user setOrigin( (-1150, 1192, 1193) );
	}
}

tower_tele_2()
{
	trigger = getent("tower_tele_2", "targetname");
	while(1)
	{
		trigger waittill ("trigger",user);
		wait(1);
		user setOrigin( (734, 219, 1193) );
		wait(1);
	}
}


tower_tele_3()
{
	trigger = getent("tower_tele_3", "targetname");
	while(1)
	{
		trigger waittill ("trigger",user);
		wait(1);
		user setOrigin( (850, -364, 334) );
		wait(1);
	}
}


tower_tele_4()
{
	trigger = getent("tower_tele_4", "targetname");
	while(1)
	{
		trigger waittill ("trigger",user);
		wait(1);
		user setOrigin( (-226, 263, 818) );
		wait(1);
	}
}
I posted all 4 because I did them all exactly the same. I've checked the targetnams, its a trigger>multiple and i have no clue what to do.
Show me what lies just beyond my eyes
Would you take me to the world where my spirit flies?
Tell me is that really fact or a pack of lies?

Twiztid = By . Blink = Song.
[color=#00FF00]Drofder2004[/color] wrote:Its not out of nowhere, I carry it in my backpack, with my elephant, 32 pets, a spare pair of leggings, 20 fish feasts, a staff I use to magically disenchant things, a stone I can use to travel home, 20000 arrows, a portable stable with a gorilla, a cat and a wolf, 20 bandages and massive quantity of cloth.

Post Reply

Who is online

Users browsing this forum: No registered users and 31 guests