Author Topic: Duplicator, Fillcan and Brick-name-gun fix  (Read 29935 times)


thank you for fixed problem for my dupilcater.

Uppit is being gay, please use media fire.

(Because it takes a LONG time for my browser to get to the next window -_-)

Oh yeah, and when it does, it just says error, diagnose connection probs :/


there is also another problem with the duplicator...   if you duplicate something, move the duplicated brick on to another person's build, and try to plant without build trust, it places the brick(s). is this also fixed?
« Last Edit: June 15, 2009, 04:02:02 PM by Jasa 12265 »

there is also another problem with the duplicator...   if you duplicate something, move the duplicated brick on to another person's build, and try to plant without build trust, it places the brick(s). is this also fixed?
As said in the main post, it only fixes the trust bug.

Now, don't exploit that bug because some idiots don't know it yet. Don't let them discover it.

this still crashes my bl if i use it too much(why is that?)

this still crashes my bl if i use it too much(why is that?)
You duplicate too many bricks. I doubt that's my problem.

Nevermind, I finally DL the stuff I needed.

I CANT DOWNLOAD IT IT KEEPS GOING THROUGH STUIPID ADS !!!!!!!!!!!!!! :nes: :nes: :nes: :nes:

Get a good ad blocker then.

Cause: V12 brings a new trust level, with a number of 3. "3" trust is basically a trust with yourself.

Why: In V12, you can no longer wand other people's bricks even under a full trust

Effect: These add-ons measured full trust by being equal to 2, which means trust-with-self is broken.



Here are some manual directions if you don't trust me, otherwise, download below.



Duplicator
Replace
Code: (Torque) [Select]
if(getTrustLevel(%obj, %col) == 2)with
Code: (Torque) [Select]
if(getTrustLevel(%obj, %col) >= 2)


Fillcan
Replace the "==" in these statements
Code: (Torque) [Select]
if(gettrustlevel(%client,%target)==2)
if(gettrustlevel(%obj.client,%col)==2)
if(gettrustlevel(%client,%col.spawnbrick)==2)
to ">="



Namegun
Replace
Code: (Torque) [Select]
if(gettrustlevel(%obj,%col) == $TrustLevel::NameGun)with
Code: (Torque) [Select]
if(gettrustlevel(%obj,%col) >= $TrustLevel::NameGun)


JVS doors
Replace
Code: (Torque) [Select]
if(getTrustLevel(%client,%obj) == 2)with
Code: (Torque) [Select]
if(getTrustLevel(%client,%obj) >= 2)


Tool_duplicator.zip
Tool_fill_can.zip
Tool_BricknameGun.zip

JVS has been officially fixed.
can you give ma a link for vehicles?

can you give ma a link for vehicles?
What?

Please don't quote the whole post, either. It wasn't necessary to quote it at all.

Can someone fix NiXill's toolwand?