Author Topic: Ownershipper - sets ownership duplicator-style! Update, 7-10-12, V2  (Read 6447 times)

Back when I was working with hankyje, I had a problem with lot ownership in the cityrpg I was running, so I made this mod.

Tool_Ownershipper

Simply use this command to set the target bl_id to transfer ownership to:

>/setOSW BL_ID
That's short for "set Owner-Shipper-Wand".
>/OSW
This puts the wand in your hand.
>hit the target build
-note: target build can not be your mothers ass, as this add-on does not support "hit'n dat"

For example, if I did /setOSW 16807 then hit boobface's build, I would then own his build.

oh yeah, it's super admin only too.

Bump with V2.
I've repaired the issue that wordy pointed out, and apparently the add-on was nested.
so, that means that the file structure was this
Tool_Ownershipper.zip
-Tool_Ownershipper - Folder
--server.cs
--description.txt


instead of this

Tool_Ownershipper.zip
-server.cs
-description.txt


fascinating that no one complained, cause that usually prevents add-ons from executing.

There are a few longhand commands, /setOwnershipper BL_ID and /ownershipper, but you'll never need to use them.

Download here.
« Last Edit: September 25, 2012, 02:19:07 AM by Lugnut »

lovey, will be useful


RTB pref?
jesus you guys must think i'm motherloving santa up in here


no, there are no rtb prefs, sorry.

jesus you guys must think i'm motherloving santa up in here


no, there are no rtb prefs, sorry.
lol sry santa

OH FU@#
SRY SRY SRY DONT KILL ME!

lol sry santa

OH FU@#
SRY SRY SRY DONT KILL ME!
Candy is bad for you.


Candy is bad for you.
NO I'M DIEING

tell badspot... this game kicks ass


What color is the wand?

is it just me or if someone miss uses this it could potentially crash the server?(ie. spamming the command)

Code: [Select]
function servercmdreloadOSW()
{
exec("add-ons/tool_ownershipper/server.cs");
}

whats the diff between this and chown

ninjaedit:

Quote from: Paulguy
When you change the ownership of one of your bricks, you will still be able to destroy that brick, even if you changed the ownership

seems you can still destroy bricks that were previously yours with the chone
« Last Edit: June 25, 2012, 11:38:18 AM by Goth77 »

whats the diff between this and chown
Chown is like chown.
This is like chown -R.

So does this hit individual bricks or can it select a group like the duplicator

So does this hit individual bricks or can it select a group like the duplicator
Aka chown is on individual bricks, this is on groups duplicator-style.