Clipz Posted July 31, 2007 Share Posted July 31, 2007 Ok, well I saw alot of people talking about how a Grappeling Hook LIKE mod would be cool so I tryed it using one of the peoples suggestions off the forum. It's an arrow that when it strikes something that a spell can hit (For EX. a door, barrel, or person.) It checks the location of the arrow and places you there. Now, what I need help with. If you shoot a door it has the tendancy to place you inside the building its attached to (Not the cell the building itself). And the other problem is it doesn't work on everything an arrrow can hit and stick in to. I'm going to post the enchantment script for it and please tell me any tweaks I should make. And anyone may use this script so long as they don't sell anything with it in it. --scn aaaGrap short xxshort yyshort zz begin ScriptEffectStartend begin ScriptEffectUpdateset xx to getpos xset yy to getpos yset zz to getpos zend begin ScriptEffectFinishplayer.setPos x, xxplayer.setpos y, yyplayer.setpos z, zzplayer.additem FormIDforArrow 1end Link to comment Share on other sites More sharing options...
Vagrant0 Posted July 31, 2007 Share Posted July 31, 2007 Hate to say it, but this isn't anything new, there are already a few mods which use similar effects. When people ask for a grappeling hook, they mean something they can toss onto the edge of the building and actually climb. Not something which instantly moves them there. That aside, there is one flaw which all these effects have in common, you tend to appear inside the door or object you just hit. Which often leads to being trapped within the landscape or in places you can't get out of without tcl. Since this is caused by the object's base location being the spot where the player is moved, it cannot be fixed in any way. Not even the alternate method player.moveto target or spawning an activator (placeatme) near the target and moving the player there gets around this problem since buildings, rocks, and other stuff are usually hollow. Link to comment Share on other sites More sharing options...
Clipz Posted July 31, 2007 Author Share Posted July 31, 2007 I figured there was no direct wayt of fixing it.. And thank you for the information about the other mods, nice to know Im not the only one who did this. Link to comment Share on other sites More sharing options...
JamesTruant Posted July 31, 2007 Share Posted July 31, 2007 What would happen if you shot a person with said arrow? Link to comment Share on other sites More sharing options...
Switch Posted July 31, 2007 Share Posted July 31, 2007 Moving this to General Mod Talk. Link to comment Share on other sites More sharing options...
Vagrant0 Posted August 1, 2007 Share Posted August 1, 2007 What would happen if you shot a person with said arrow?You would move to the position of that person at the time the effect on the arrow ended. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.