View Single Post
  #3  
Old 09-11-2001, 08:59 AM
KJS KJS is offline
The one, The only -
KJS's Avatar
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
KJS is on a distinguished road
Send a message via AIM to KJS
I hope this will awnser all your questions

Quote:
Originally posted by Stefan
Yesterday all playerhouses have been updated
to a new script version. Main features:
- automatic rent system (say show rent/pay rent)
- all keys have a number so you can use it for assigning
ownership to special rooms (and it works after npcserver
restart since the keys are saved in the house-control npc)
- a new class for playerhouse doors which makes the
thing simplier, the script looks like this:
NPC Code:

if (created) {
this.key = 4;
setstring this.control,House-Control1;
this.warpx = 8;
this.warpy = 13;
}
join housedoors;


- new command: 'give ownership to "accountname"'

Because the rent thing is simplier now (because it doesn't
need admins to transfer the money etc.) we can add more
houses, possibly in the underground lake
__________________
Thanks,
-KJL
Reply With Quote