Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
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
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 02:59 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.