Lugormod Building Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Latest topics
» misc_bsp help
Trigger_hurt??? I_icon_minitimeThu Aug 25, 2022 5:30 pm by Shadow

» The Sith of Qarr
Trigger_hurt??? I_icon_minitimeTue Mar 02, 2021 8:57 pm by Cor

» Admin Key/disable teleports
Trigger_hurt??? I_icon_minitimeMon May 13, 2019 4:06 am by Pierry

» Some possibly useful addons
Trigger_hurt??? I_icon_minitimeWed May 08, 2019 3:37 pm by Pierry

» Active lugormod servers
Trigger_hurt??? I_icon_minitimeWed May 08, 2019 11:23 am by Pierry

» Quick links
Trigger_hurt??? I_icon_minitimeWed May 08, 2019 11:12 am by Pierry

» Help with trigger_usescript
Trigger_hurt??? I_icon_minitimeThu Sep 22, 2016 8:16 am by flanagon

» New Lugormod U# (Windows + Linux)
Trigger_hurt??? I_icon_minitimeThu Sep 22, 2016 7:03 am by Ufo

» iobject terminal
Trigger_hurt??? I_icon_minitimeThu Sep 25, 2014 2:39 pm by flanagon


Trigger_hurt???

4 posters

Go down

Trigger_hurt??? Empty Trigger_hurt???

Post by Shadow Fri Jan 28, 2011 1:05 am

I saw something on a server once that when you hit the "use" button on a panel in front of a jail, it said something like "BURN THE RULE BREAKER" in front of the jailed, then if you did /pay 10 the flamejets came on and killed the person/people in the jail.

I was wondering if it was a triger_hurt, or what and how to make one, lol

id imagine that you could use lightning, fire, moving spears, moving sabers, the ghost of ragnos using force lightning, etc..... to kill the person in the jail......

it would be cool to have a giant ragnos appear and use the force to kill a rule breaker! lol


is it all trigger_multiple, trigger_hurt? or is there more to it?
Shadow
Shadow
Standard Member
Standard Member

Posts : 44
Join date : 2010-08-04

Back to top Go down

Trigger_hurt??? Empty Re: Trigger_hurt???

Post by Pierry Sat Jan 29, 2011 5:28 am

It isn't trigger_hurt it's basically only fx_runner
Code:
/place fx_runner 0 fxfile,effects/misc/possession,spawnflags,4,splashRadius,______,splashDamage,______

splashRadius - the radius around the origin that the fx is located, default is 16
splashDamage - the damage to give everything in the splash radius, default is 5
Pierry
Pierry
Admin
Admin

Posts : 157
Join date : 2010-04-26
Age : 32
Location : Cybertron

Back to top Go down

Trigger_hurt??? Empty Re: Trigger_hurt???

Post by Zkyo Sun Jan 30, 2011 8:10 am

Yea, they just place a fx_runner with splashradius and splashdamage. You can use pretty much effect, like lightning and fire, or a moving object. a lmd_door with model.rocky_ruins/portcullis works good for hidden spikes. tongue

I dont think it's possible to use a saber, but it might be possible to use fx_runners to act like a saber. I doubt it is possible to use ragnos though, as .glm models don't work well with moving entities.
avatar
Zkyo
Admin
Admin

Posts : 384
Join date : 2010-03-29
Age : 30
Location : Grand Rapids, Michigan, USA

https://lugorhelp.forumotion.com

Back to top Go down

Trigger_hurt??? Empty Re: Trigger_hurt???

Post by Shadow Mon Jan 31, 2011 1:39 am

ok well i have a pushable button that i want to activate flame_jets, but i want them to go off after like 2 seconds. lol
Shadow
Shadow
Standard Member
Standard Member

Posts : 44
Join date : 2010-08-04

Back to top Go down

Trigger_hurt??? Empty Re: Trigger_hurt???

Post by KHax Mon Jan 31, 2011 6:25 am

a target delay should work fine
KHax
KHax
Standard Member
Standard Member

Posts : 21
Join date : 2010-12-29
Age : 30
Location : Unknown

Back to top Go down

Trigger_hurt??? Empty Re: Trigger_hurt???

Post by Shadow Tue Feb 01, 2011 1:05 am

target delay didnt work.......

whats wrong with this cmd? the "use fore" thing appears but no model...........

Code:
/place lmd_door 0 model,players/marka_ragnos/model.glm,speed,90,targetname,ragnos,vehopen,1,closetarget,act_button,spawnflags,6,movement,0 0 -100
Shadow
Shadow
Standard Member
Standard Member

Posts : 44
Join date : 2010-08-04

Back to top Go down

Trigger_hurt??? Empty Re: Trigger_hurt???

Post by KHax Tue Feb 01, 2011 6:29 am

lmd_door doesn't show player models

The Buton targets the delay and the delay targets the fx_runner
KHax
KHax
Standard Member
Standard Member

Posts : 21
Join date : 2010-12-29
Age : 30
Location : Unknown

Back to top Go down

Trigger_hurt??? Empty Re: Trigger_hurt???

Post by Zkyo Tue Feb 01, 2011 6:35 am

Yeah, adding a target_delay would work. Example:
Code:
/place misc_model_breakable 0 ......target,jail_button
/place target_delay * targetname,jail_button,target,jail_flame,wait,2
/place fx_runner 0 ,,,,,,,targetname,jail_flame
avatar
Zkyo
Admin
Admin

Posts : 384
Join date : 2010-03-29
Age : 30
Location : Grand Rapids, Michigan, USA

https://lugorhelp.forumotion.com

Back to top Go down

Trigger_hurt??? Empty Re: Trigger_hurt???

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum