Joined: Sun Mar 29, 2009 11:07 pm Posts: 2992 Location: --------------->
Re: first time usre with b24 problem!! need help!
He's saying that your CC is haunted.
Sun Jun 12, 2011 2:50 pm
411570N3
Joined: Wed Jan 07, 2009 10:26 am Posts: 4074 Location: That quaint little British colony down south
Re: first time usre with b24 problem!! need help!
You are going to be needing at least five fragments of the true cross and something like a priest. Then you are going to be needing a catapult, a mattress and very good aim.
Also some genuine ww2 guns and a tank to serve as a distraction.
Sun Jun 12, 2011 8:56 pm
Kettenkrad
Joined: Mon Oct 25, 2010 5:51 am Posts: 1198 Location: Sydney
Re: first time usre with b24 problem!! need help!
So.
IDEA POOL GO!
- Actor has .lua script to delete all particles withing certain radius. - Actor (deletes self?) if enemy(?) actor is within radius. - Actor has HUD hidden. - Head spasms in random(?) directions: A: another player with mouse controlling it, or B: a script that makes his aim angle random. - Add more...
How to kill it:
- Particle with annihilation script that deletes EVERYTHING within radius. - Need more ideas here:
Now I'm thinking we, as in anyone who wants to help this poor lad, could make a pretty cool mini-mod, be it a revolver with silver bullets (the bullets have the annihilation script), a gun that shoots wooden steaks, or an exploding crucifix.
Mon Jun 13, 2011 1:25 am
411570N3
Joined: Wed Jan 07, 2009 10:26 am Posts: 4074 Location: That quaint little British colony down south
Re: first time usre with b24 problem!! need help!
It's entirely possible it's not even an actor.
Mon Jun 13, 2011 4:56 am
Asklar
Data Realms Elite
Joined: Fri Jan 07, 2011 8:01 am Posts: 6211 Location: In your office, earning your salary.
Re: first time usre with b24 problem!! need help!
This will be a good bed time story for your grandsons.
Mon Jun 13, 2011 6:18 am
Fail Flail
Joined: Sun Jun 13, 2010 5:40 am Posts: 1059 Location: I chose my fate, do not pity me.
Re: first time usre with b24 problem!! need help!
411570N3 wrote:
It's entirely possible it's not even an actor.
Yeah but judging by the way it jerks around, I'm guessing it's an actor. What would be the point of making a particle do that?
Mon Jun 13, 2011 7:47 am
411570N3
Joined: Wed Jan 07, 2009 10:26 am Posts: 4074 Location: That quaint little British colony down south
Re: first time usre with b24 problem!! need help!
Stops it from having to do a bunch of stuff to ignore Lua attacks.
Mon Jun 13, 2011 8:34 am
Asklar
Data Realms Elite
Joined: Fri Jan 07, 2011 8:01 am Posts: 6211 Location: In your office, earning your salary.
Re: first time usre with b24 problem!! need help!
Alright, now this scared me.
To begin with, I'm testing a lua script that has NOTHING to do with that. I swear. This is a script I'm testing:
And it still won't work properly =P
Code:
function Create(self) self.AimTimer = Timer() end
function Update(self)
if self:GetController():IsPlayerControlled(-1) == false and self.AimTimer:IsPastSimMS(3700) then local curdist = 1700 for actor in MovableMan.Actors do local avgx = actor.Pos.X - self.Pos.X; local avgy = actor.Pos.Y - self.Pos.Y; local dist = math.sqrt(avgx ^ 2 + avgy ^ 2); if dist < curdist and actor.PresetName ~= "Tesla Coil Dome" and actor.Team ~= self.Team then curdist = dist; self.target = actor; end end self.NewAim = SceneMan:ShortestDistance(self.Pos,self.target.Pos,SceneMan.SceneWrapsX) self:SetAimAngle(self.NewAim.AbsRadAngle) if self.target ~= nil then self:SetState(PRIMARY_ACTION) self.target = nil end self.AimTimer:Reset() end end
Why would the lua console try to find the BlueCloneA? What the hell is going on?
Tue Jun 14, 2011 2:53 am
Asklar
Data Realms Elite
Joined: Fri Jan 07, 2011 8:01 am Posts: 6211 Location: In your office, earning your salary.
Re: first time usre with b24 problem!! need help!
Oh. God.
Look at the Base.rte/Actors/Clone/Blue.
There is a lua script called "Ghost". I can only say one thing: ♥♥♥♥ YOU DATA. YOU MADE ME ♥♥♥♥ MY PANTS FOR A SECOND.
Now, what the hell triggered that script?
Tue Jun 14, 2011 2:58 am
Asklar
Data Realms Elite
Joined: Fri Jan 07, 2011 8:01 am Posts: 6211 Location: In your office, earning your salary.
Re: first time usre with b24 problem!! need help!
Just like that? Hell no, I demand information first.
Tue Jun 14, 2011 3:00 am
Asklar
Data Realms Elite
Joined: Fri Jan 07, 2011 8:01 am Posts: 6211 Location: In your office, earning your salary.
Re: first time usre with b24 problem!! need help!
Ha!
Now what the hell is going on? WHAT WOULD TRIGGER THIS THING!? IS THIS THE END OF THE WORLD!? IS B25 COMING OUT NOW!? WHAT THE ♥♥♥♥ IS GOING ON!?!?!?!?!?
Tue Jun 14, 2011 3:04 am
Asklar
Data Realms Elite
Joined: Fri Jan 07, 2011 8:01 am Posts: 6211 Location: In your office, earning your salary.
Re: first time usre with b24 problem!! need help!
I don't know if I have to feel honored, scared, excited or whatnot. Let's see if more guys get this thing!
Tue Jun 14, 2011 3:06 am
The Protestor
Joined: Sat Jun 11, 2011 1:24 pm Posts: 21
Re: first time usre with b24 problem!! need help!
SEE!!!!!! IT ISNT JUTS ME!!!!
hahahahaha!!!
this is funny now!
Tue Jun 14, 2011 3:06 am
Asklar
Data Realms Elite
Joined: Fri Jan 07, 2011 8:01 am Posts: 6211 Location: In your office, earning your salary.
Re: first time usre with b24 problem!! need help!
I just want to know what is going on.
To begin with, a stranger who can't write correctly in english (no offense) comes telling something that sounds nuts. Then, I see that it is about to happen to me, and I freak out. Then, another player gets this thing too.
This is not a mere coincidence. There is some wierd stuff happening in here.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum