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

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.

The side effect is that some add-ons were hard coded to check for trust level 2 instead of any trust level greater than 2.



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 Or new duplicator(new duplicator incompatible with Block City)
Tool_fill_can.zip
Tool_BricknameGun.zip
JVS_Doors.zip

Duplicator officially fixed
JVS has been officially fixed.
« Last Edit: September 30, 2009, 12:22:04 PM by Badspot »

whats the relevance can you wand bricks of your friends now

whats the relevance can you wand bricks of your friends now
Duplicator and fillcan broke with V12. Couldn't fillcan/duplicate your own bricks.

whats the relevance can you wand bricks of your friends now
What?

What?
if you had full trust with a friend you couldnt wand their bricks

Duplicator and fillcan broke with V12. Couldn't fillcan/duplicate your own bricks.
i use fill and dupe alot im screwed!


« Last Edit: July 01, 2009, 09:49:11 AM by Kalphiter »

Where do i put them?


Ace

Your JVS Doors fix gets rid of the Doors Packs.

Your JVS Doors fix gets rid of the Doors Packs.

oh dear

oh dear
Oh dear is right.

All I did was adjust trust :)

Oh, must've had old JVS! ha.

Your JVS Doors fix gets rid of the Doors Packs.

Orly? I should of read that before i dled the doors fix. :S