uk47 Vampire Force Feed Mod

Post » Fri Sep 18, 2009 2:59 pm

Hi

I am making a mod, that would allow vampire to force feed on anyone, but to be honest, I really svck at script, and the script I made don't works at all.

So someone you please download it, and see what's wrong.
here
http://www.sendspace.com/file/j1ngrf

Also could anyone add some stuff to the script as well :
-you must be in sneak mod "hidden".
-you must be a vampire.
-you must be behind the npc.

thanks
User avatar
He got the
 
Posts: 3399
Joined: Sat Nov 17, 2007 12:19 pm

Post » Fri Sep 18, 2009 6:20 pm

anyone ?
User avatar
Genevieve
 
Posts: 3424
Joined: Sun Aug 13, 2006 4:22 pm

Post » Fri Sep 18, 2009 10:33 am

I don't think anybody here really wants to do your mod for you, you can post the script and I'm sure someone will help you solve your problem or give you links to where you can find the answer, but as for doing the actual script for you...
User avatar
Elisha KIng
 
Posts: 3285
Joined: Sat Aug 18, 2007 12:18 am

Post » Fri Sep 18, 2009 5:48 am

:facepalm:

scn zzUk47VampForceFeed

Short Feed
Short GettingFeed

ref NPCReference

begin GameMode



if( onControlDown 22 )
let Feed := 1
Player.StopCombatAlarmOnActor
Player.ModCrimeGold 100
Player.pickidle

let GettingFeed:= 1
let npcreference := getcrosshairref
NPCReference.additem zzuk47VFFRing 1
NPCReference.StopCombat
NPCReference.SetUnConscious 1
NPCReference.pickidle

endIf

end

User avatar
Pete Schmitzer
 
Posts: 3387
Joined: Fri Sep 14, 2007 8:20 am

Post » Fri Sep 18, 2009 9:42 am

Here are two of the three conditions that you are llking for:

if (PCVampire > 0)if(player.IsSneaking == 1);If the player is a vampire, and if the player is sneaking do whatever is in here.endifendif

User avatar
Silvia Gil
 
Posts: 3433
Joined: Mon Nov 20, 2006 9:31 pm

Post » Fri Sep 18, 2009 7:41 pm

Here are two of the three conditions that you are llking for:

if (PCVampire > 0)if(player.IsSneaking == 1);If the player is a vampire, and if the player is sneaking do whatever is in here.endifendif

Thanks
But why the script I made don't works ? any idea ?
User avatar
Charlie Sarson
 
Posts: 3445
Joined: Thu May 17, 2007 12:38 pm

Post » Fri Sep 18, 2009 8:09 am

Hi

I am making a mod, that would allow vampire to force feed on anyone, but to be honest, I really svck at script, and the script I made don't works at all.

So someone you please download it, and see what's wrong.
here
http://www.sendspace.com/file/j1ngrf

Also could anyone add some stuff to the script as well :
-you must be in sneak mod "hidden".
-you must be a vampire.
-you must be behind the npc.

thanks



This sounds AWESOME !!!!!!!!!!! I hope you get it working !!!!!!
User avatar
suniti
 
Posts: 3176
Joined: Mon Sep 25, 2006 4:22 pm

Post » Fri Sep 18, 2009 5:50 am

This sounds AWESOME !!!!!!!!!!! I hope you get it working !!!!!!

I made like 6 new animation for this project, so I really hope it will :)
User avatar
courtnay
 
Posts: 3412
Joined: Sun Nov 05, 2006 8:49 pm

Post » Fri Sep 18, 2009 6:27 pm

Usually you say:
set Feed to 1


Does that other syntax "let Feed := 1" work?
User avatar
FITTAS
 
Posts: 3381
Joined: Sat Jan 13, 2007 4:53 pm

Post » Fri Sep 18, 2009 10:05 am

I've had force feed working for a while now:

http://downloads.4drulers.com/Oblivion_Mods/unholydarkness/Unholy%20Darkness%20Force%20Feeding.wmv

http://downloads.4drulers.com/Oblivion_Mods/unholydarkness/Unholy%20Darkness%20Forcefeed02.wmv

I don't know what to tell you on your script, other that its missing about 100 lines of code. You can borrow mine after I release it.
User avatar
Tarka
 
Posts: 3430
Joined: Sun Jun 10, 2007 9:22 pm

Post » Fri Sep 18, 2009 7:47 pm

Usually you say:
set Feed to 1


Does that other syntax "let Feed := 1" work?
Let's a version of Set that works for OBSE things like arrays. Shouldn't cause a problem.
User avatar
MARLON JOHNSON
 
Posts: 3377
Joined: Sun May 20, 2007 7:12 pm

Post » Fri Sep 18, 2009 11:36 am

I've had force feed working for a while now:

http://downloads.4drulers.com/Oblivion_Mods/unholydarkness/Unholy%20Darkness%20Force%20Feeding.wmv

http://downloads.4drulers.com/Oblivion_Mods/unholydarkness/Unholy%20Darkness%20Forcefeed02.wmv

Wow nice ! it's a feature for Unholy Darkness ?

I don't know what to tell you on your script, other that its missing about 100 lines of code. You can borrow mine after I release it.


Thanks but as far I know, it's not gonna be released soon, so I will see if I can get it working before, I need it for the project trailer.
User avatar
Katey Meyer
 
Posts: 3464
Joined: Sat Dec 30, 2006 10:14 pm

Post » Fri Sep 18, 2009 7:57 am

Need help ? bump
User avatar
Andrew
 
Posts: 3521
Joined: Tue May 08, 2007 1:44 am

Post » Fri Sep 18, 2009 6:13 am

Anyone ? lol
User avatar
Joanne
 
Posts: 3357
Joined: Fri Oct 27, 2006 1:25 pm

Post » Fri Sep 18, 2009 12:08 pm

Here's a new script I made, using others script from Qazaaq/HeX_0ff/shadeMe :

scn SneakForceFeedSCRIPTref actorfloat headingshort keycodeshort curkeyshort stagefloat fquestdelaytimeBegin GameModeset fquestdelaytime to 0.01set keyCode to 22let actor := GetCrossHairRefif (actor.IsActor) && (victim.GetIsCreature == 0) if ( curKey && isKeyPressed2 curkey ) elseset curkey to 0endifif ( isKeyPressed2 keyCode )let heading := actor.GetHeadingAngle playerlet heading := abs headingif (heading > 160)set curKey to keyCodeplayer.additemns 0SFeedingRing 1actor.additemns 0SFeeded_uponRing 1set stage to 1returnendifif(stage == 1)player.pickidle 1actor.pickidle 1set stage to 2returnendifif(stage == 2)player.removeitemns 0SFeedingRing 1actor.removeitemns 0SFeeded_uponRing set stage to 3returnendifif(stage == 3)let maxFatigue := -1 * actor.GetAV fatigueplayer.pickidle 0actor.pickidle 0actor.ModAV2 fatigue maxFatigueset stage to 0returnendifEnd 

User avatar
Lisa
 
Posts: 3473
Joined: Thu Jul 13, 2006 3:57 am

Post » Fri Sep 18, 2009 6:25 am

Help ?
User avatar
lucy chadwick
 
Posts: 3412
Joined: Mon Jul 10, 2006 2:43 am


Return to IV - Oblivion