Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
External Property Tool
Author Message
Barnabus
Journeyman
*

Posts: 124
Likes Given: 0
Likes Received: 3 in 2 posts
Joined: Apr 2012
Reputation: 1



Post: #1
External Property Tool
This property tool enables the player to release or lockdown items rapidly within a set distance from the house sign.

It is handy when you need to lock down or release 20 fences in a row fast.. While locking down a gate this script will
create a newbied key for the gate and place it in the owners pack, likewise when releasing the gate, the newbie key is removed.

The gate check can be seen on line 80 IF (STRMATCH(*i_gate*,<ARGO.BASEID>)).

This script will work with any house system that stores the house owner id on the brass sign, it was made for coruja's house system which used TAG0.LOCKED_ITEMS to control the locked down item count. If your house system item count is different search this script for LOCKED_ITEMS and change it to increase or decrease the locked down item count in your house system

[DEFNAME HousingExternalProperty]
DistanceMax 15 // Allowable use distance (radius) from house sign.
DistanceMin 1 // Minimal Distance


Attached File(s)
.scp  HouseTool-EP.scp (Size: 6.39 KB / Downloads: 11)
.scp  t_locked_down.scp (Size: 380 bytes / Downloads: 11)
(This post was last modified: 10-12-2012 04:28 AM by Barnabus.)
10-12-2012 03:27 AM
Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,140
Likes Given: 217
Likes Received: 89 in 76 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #2
RE: External Property Tool
Missing things:
Function CheckEvents
Typedef t_locked_down

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
10-12-2012 03:48 AM
Find all posts by this user Like Post Quote this message in a reply
Barnabus
Journeyman
*

Posts: 124
Likes Given: 0
Likes Received: 3 in 2 posts
Joined: Apr 2012
Reputation: 1



Post: #3
RE: External Property Tool
Thanks Extreme

IF (<ARGO.CheckEvents t_locked_down>) has been changed too IF (<ARGO.isevent.t_locked_down>)

and The TypeDef i am using is included in the house system and has been taken from the SCP its so
admirably long ive attached in in a seperate SCP for those that dont have a t_locked_down and for those that do they can simply exclude adding that the file t_locked_down.scp.

The original post was updated with both scripts for download
10-12-2012 04:07 AM
Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,140
Likes Given: 217
Likes Received: 89 in 76 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #4
RE: External Property Tool
Functions Missing...
CanAccess
f_fix_contitems
FixHouseSubcontainers
House_AvaibleStorage
House_AvaibleLockdowns
FCOUNT
HousePlayerAccess

Hmm

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
10-12-2012 04:13 AM
Find all posts by this user Like Post Quote this message in a reply
Barnabus
Journeyman
*

Posts: 124
Likes Given: 0
Likes Received: 3 in 2 posts
Joined: Apr 2012
Reputation: 1



Post: #5
RE: External Property Tool
ahhh all from the type t_locked_down ... Ill make another one just for this tool then and update it again..

>>>>>> changed the typedef

you could just use [TYPDEF t_locked_down] on its own without any code.
(This post was last modified: 10-12-2012 04:31 AM by Barnabus.)
10-12-2012 04:19 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)