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 10-02-2001, 02:40 AM
ChantalValkyrie ChantalValkyrie is offline
Registered User
Join Date: Sep 2001
Posts: 7
ChantalValkyrie is on a distinguished road
I Need The House Scripts For G2K1

Hey i would like someone to give me the house scripts that are on G2K1... I have asked lots of peepl if they had it, but they won't give it to me ... I want to make a house.
Reply With Quote
  #2  
Old 10-02-2001, 02:48 AM
SSRobgeta SSRobgeta is offline
Ebil Cloud = l337 *kupo*
SSRobgeta's Avatar
Join Date: Aug 2001
Location: Monroeville, PA
Posts: 1,084
SSRobgeta is on a distinguished road
Send a message via AIM to SSRobgeta
Re: I Need The House Scripts For G2K1

Quote:
Originally posted by ChantalValkyrie
Hey i would like someone to give me the house scripts that are on G2K1... I have asked lots of peepl if they had it, but they won't give it to me ... I want to make a house.
*****! Why don't you make your own! I am even though I have the script
__________________
Rob Getashu
Anyone can show you the way, but the real adventure is finding it yourself..
Reply With Quote
  #3  
Old 10-02-2001, 03:01 AM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
Re: I Need The House Scripts For G2K1

Quote:
Originally posted by ChantalValkyrie
Hey i would like someone to give me the house scripts that are on G2K1... I have asked lots of peepl if they had it, but they won't give it to me ... I want to make a house.
you mean like the player houses that have keys and stuff?
Reply With Quote
  #4  
Old 10-02-2001, 03:45 AM
ChantalValkyrie ChantalValkyrie is offline
Registered User
Join Date: Sep 2001
Posts: 7
ChantalValkyrie is on a distinguished road
yeah those scripts... and i can't make my own because i bet stefen won't allow new scripts for houses.
Reply With Quote
  #5  
Old 10-02-2001, 03:47 AM
SSRobgeta SSRobgeta is offline
Ebil Cloud = l337 *kupo*
SSRobgeta's Avatar
Join Date: Aug 2001
Location: Monroeville, PA
Posts: 1,084
SSRobgeta is on a distinguished road
Send a message via AIM to SSRobgeta
Quote:
Originally posted by ChantalValkyrie
yeah those scripts... and i can't make my own because i bet stefen won't allow new scripts for houses.
Oh are you making a player house for 2001?
__________________
Rob Getashu
Anyone can show you the way, but the real adventure is finding it yourself..
Reply With Quote
  #6  
Old 10-02-2001, 04:09 AM
ChantalValkyrie ChantalValkyrie is offline
Registered User
Join Date: Sep 2001
Posts: 7
ChantalValkyrie is on a distinguished road
trying to anyway
Reply With Quote
  #7  
Old 10-02-2001, 04:17 AM
Shard_IceFire Shard_IceFire is offline
Registered User
Shard_IceFire's Avatar
Join Date: Jun 2001
Location: Eastern Harkoonia
Posts: 861
Shard_IceFire is on a distinguished road
lol
__________________

-=Shard IceFire=-
Reply With Quote
  #8  
Old 10-02-2001, 04:25 AM
ChantalValkyrie ChantalValkyrie is offline
Registered User
Join Date: Sep 2001
Posts: 7
ChantalValkyrie is on a distinguished road
Don't post unless you are going to give it to me!
Reply With Quote
  #9  
Old 10-02-2001, 05:13 AM
ArmadeusWarlock ArmadeusWarlock is offline
Registered User
Join Date: Jun 2001
Posts: 373
ArmadeusWarlock is on a distinguished road
I think stefan adds the house script for keys and stuff.

If you are having rooms in your house, i think youll have to make the doors to the rooms yourself, and stefan would check them for bugs.

also, i dont think you can just have a house on graal by sending it in, you would have to afford a high weekly rent and all, inferno and i just gave up on the house and sold it for what we got it for
Reply With Quote
  #10  
Old 10-02-2001, 05:49 AM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
stefan definitley wont allow new house scripts other than the current ones
Reply With Quote
  #11  
Old 10-02-2001, 07:13 AM
Enigma_GP6 Enigma_GP6 is offline
Banned
Join Date: Jul 2001
Location: Who?
Posts: 261
Enigma_GP6 is on a distinguished road
Send a message via ICQ to Enigma_GP6 Send a message via AIM to Enigma_GP6
I worked an hour on making my own one, I have never seen the G2K1 houses, but I am just making mine to where the person who owns it, can lock/unlock, change music, begina sparring zone, turn on/off playerkiling, and more. Just make up your own, if Stefan Doesn't do it for you.

-Rebel95
Reply With Quote
  #12  
Old 10-02-2001, 07:44 AM
SSRobgeta SSRobgeta is offline
Ebil Cloud = l337 *kupo*
SSRobgeta's Avatar
Join Date: Aug 2001
Location: Monroeville, PA
Posts: 1,084
SSRobgeta is on a distinguished road
Send a message via AIM to SSRobgeta
Maybe its something like this


if (created) {
this.open = false;
setimg housecrystal.png;
setshape 1,48,64;
}
if (initialized) {
this.mode = 0;
}
if (playerenters) {
if (strequals(#s(this.owner0),))
this.open = true;

checkisowner();
if (isowner==false && this.open==false)
warpplayerout();
else {
if (this.mode==0) {
message Welcome!;
sleep 3;
message;
}
}
}
if (playertouchsme) {
say2#
Hello!#b
If you are the owner of this#b
house then use these commands:#b
give key <enter> account name#b
take key <enter> account name#b
list owners#b
open door#b
close door#b
Max #v(this.maxowners) players can have the key;
}
if (playerchats && !strequals(#c,)) {
if (strequals(#s(this.owner0),#a)) {
if (this.mode==0) {
if (strequals(#c,give key)) {
getfreeslot();
if (freeslot>=0) {
this.mode = 1;
this.request = 0;
message Giving key: Tell me the account name of the player!;
} else {
say2
There is no free key anymore!#b
Max #v(this.maxowners) keys can#b
be given.;
}
}
if (strequals(#c,take key)) {
this.mode = 1;
this.request = 1;
message Taking key: Tell me the account name of the player!;
timeout = 0;
}
if (strequals(#c,open door)) {
this.open = true;
message Door is open!;
sleep 3;
message;
}
if (strequals(#c,close door)) {
this.open = false;
warpallplayersout();
message Door is closed!;
sleep 3;
message;
}
} else if (this.mode==1) {
this.mode = 0;
if (this.request==0) {
setstring this.checkacc,#c;
getslot();
if (slot>=0) {
message That player already has a key!;
sleep 3;
message;
} else {
getfreeslot();
if (freeslot>=0) {
setstring this.owner#v(freeslot),#c;
message Player #s(this.owner#v(freeslot)) got the key!;
sleep 3;
message;
}
}
} else if (this.request==1) {
setstring this.checkacc,#c;
getslot();
if (slot==0)
message The key for the owner can only be removed from an NPC
Admin.;
else if (slot>=1) {
if (this.open==false) with (getplayer(#s(this.checkacc))) {
if (strequals(#F,#L))
warpplayerout();
}
setstring this.owner#v(slot),;
message Key was taken away;
} else
message That player has no key for this house!;
sleep 3;
message;
}
}
}
if (this.mode==0) {
if (strequals(#c,list owners)) {
listowners();
message Owners: #s(this.ownerlist);
sleep 5;
message;
}
}
}
function checkisowner() {
isowner = false;
for (i=0; i<this.maxowners; i++)
if (strequals(#s(this.owner#v(i)),#a)) {
isowner = true;
break;
}
if (strequals(#g,Coder))
isowner = true;
}
function getfreeslot() {
freeslot = -1;
for (i=0; i<this.maxowners; i++)
if (strequals(#s(this.owner#v(i)),)) {
freeslot = i;
break;
}
}
function getslot() {
slot = -1;
for (i = 0; i<this.maxowners; i++)
if (strequals(#s(this.owner#v(i)),#s(this.checkacc))) {
slot = i;
break;
}
}
function listowners() {
setstring this.ownerlist,#s(this.owner0);
for ( i = 1 ; i<this.maxowners ; i++ ) {
if (!strequals(#s(this.owner#v(i)),))
setstring this.ownerlist,#s(this.ownerlist) + #s(this.owner#v(i));
}
}
function warpplayerout() {
setlevel2 #s(this.outlevel),this.outx,this.outy;
}
function warpallplayersout() {
for (j=0; j<playerscount; j++) {
with (players[j]) {
checkisowner();
if (isowner==false)
warpplayerout();
}
}
}
__________________
Rob Getashu
Anyone can show you the way, but the real adventure is finding it yourself..
Reply With Quote
  #13  
Old 10-02-2001, 08:18 AM
ChantalValkyrie ChantalValkyrie is offline
Registered User
Join Date: Sep 2001
Posts: 7
ChantalValkyrie is on a distinguished road
since i am no expert at anything, besides being a n00b, is that the real script or something very similar to it?
Reply With Quote
  #14  
Old 10-02-2001, 08:32 AM
ArmadeusWarlock ArmadeusWarlock is offline
Registered User
Join Date: Jun 2001
Posts: 373
ArmadeusWarlock is on a distinguished road
Well....

Im not sure, but G2K1 scripts are illegal to use unless on G2K1 itself.

That script does look like a house script for sure though. But I wouldnt add it, because:
1)Stefan more than likely wont except the house.
a)If he does, you wont own it.
b)If he does, you must buy it for a large sum of gralat and you must pay weekly rent of 200+ gralat like all the others.
2)Stefan will add the new house script for you if you are UPDATING your house.
Reply With Quote
  #15  
Old 10-02-2001, 08:42 AM
ChantalValkyrie ChantalValkyrie is offline
Registered User
Join Date: Sep 2001
Posts: 7
ChantalValkyrie is on a distinguished road
As i said, I want to make my own house, and its going to be on G2K1, if i can persuade stefen.... you just need to know when to ask, and how to ask to get past him... I hope he does tho because I'm going to put ALOT, and i mean ALOT of time in this house... I think houses would be alot better if it was multi level with whatever the owner wants in it. One level doesn't express the creator's work enought ... Oh and the money bit? I've gotten that taken care of, sort of... When stefen enables the water 4 trees at once bug again, i will be making lots of money to pay for it. And I WILL own it... you can count on that, hehe.
Reply With Quote
  #16  
Old 10-02-2001, 08:51 AM
entravial entravial is offline
Registered User
entravial's Avatar
Join Date: Mar 2001
Posts: 825
entravial is on a distinguished road
Send a message via ICQ to entravial Send a message via AIM to entravial Send a message via Yahoo to entravial
~AlphaFlame~

Quote:
As i said, I want to make my own house, and its going to be on G2K1, if i can persuade stefen.... you just need to know when to ask, and how to ask to get past him... I hope he does tho because I'm going to put ALOT, and i mean ALOT of time in this house... I think houses would be alot better if it was multi level with whatever the owner wants in it. One level doesn't express the creator's work enought ... Oh and the money bit? I've gotten that taken care of, sort of... When stefen enables the water 4 trees at once bug again, i will be making lots of money to pay for it. And I WILL own it... you can count on that, hehe.
Can't... resist... must... reword!

leik, i sed i wanted to maked mi ownz house, plz, and itz gong to b on g2k1 leik wow! if i r persuade stefen... u just r b ned to no when 2 ask and how 2 ask 2 get pist him... i r hope he r b likes tacos! i think hoses wood b alot betr if it b malleted lvl with whatevr the ownr wantsed in it. 1 lvl dusnt expriss the craiteors wurk enoguhtat... oh and the $$$ bit? I r leik sold mahj boddeee. win stefen enabled the watr 4 tees at 1nce bag agin, i r will b makin leik lotz of $$$, caus i r chep! LEIK OMG I R B RITCH BOOG!!! And I r ownz j00 plz! kthxbai, hehe!

Sorry... sorry... please don't kill me...
__________________


If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
Reply With Quote
  #17  
Old 10-02-2001, 08:55 AM
dragoonvenganc dragoonvenganc is offline
Registered User
Join Date: Jul 2001
Location: USA
Posts: 331
dragoonvenganc is on a distinguished road
Send a message via ICQ to dragoonvenganc Send a message via AIM to dragoonvenganc
You can have more then 1 level houses.. Its 300 per level per week.. lol..

And you have to buy house from someone or when stefan decides to add more house.. rarley..
__________________
Dragoon Vengance
Owner of Pangea Relics of Time
P2P Rp server
For info or job
Email: [email protected]
aim: dragoonvengnc
Reply With Quote
  #18  
Old 10-02-2001, 04:32 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
yes

Quote:
Originally posted by ArmadeusWarlock
I think stefan adds the house script for keys and stuff.

If you are having rooms in your house, i think youll have to make the doors to the rooms yourself, and stefan would check them for bugs.

also, i dont think you can just have a house on graal by sending it in, you would have to afford a high weekly rent and all, inferno and i just gave up on the house and sold it for what we got it for
Stefan does add the scripts to the houses and anything on Graal 2001 that requires them. Such as playerhouses. Also other things like the guild castles and stuff like Pirate Crew who has the guild tag helper. And some other places too. Stefan will put in it your house but not give it to you ... Too bad they removed the debugger though ehh ?
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 05:47 PM.


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