Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Bomy Island Main Forum (https://forums.graalonline.com/forums/forumdisplay.php?f=80)
-   -   some one with ftp upload this? (https://forums.graalonline.com/forums/showthread.php?t=4955)

Birdbird_0 06-16-2001 12:18 PM

some one with ftp upload this?
 
I will be on graal for the next 3 or 9 hours but I made this player house playerhouse10.nw so here is a screenshot here, the npcs that I need are the housecrystal, the npc that alows only 1 player to enter their room, and the npc door to the house next door. the lights are scripted for the server so it be all spiff, loriel be sleeping so....
http://birdbird_0.tripod.com/lookatdapwetycolors.htm

Lugie 06-16-2001 12:22 PM

loriel would be the one to do it, catch him on icq, save your levels in .nw, and make it so he doesnt have to do any scripting at all and he will do it for you very fast. if he has to do scripting, then he most likely wont do it

Birdbird_0 06-16-2001 12:23 PM

duher! Im a LAT I know how to save it in .nw and Loriel is not on because he is sleeping in another time zone, he is the one that tought me the npc lights, Loriel is sooo nice and patienct!

Hulk Hogan 06-16-2001 12:25 PM

Quote:

Originally posted by Birdbird_0
duher! Im a LAT I know how to save it in .nw and Loriel is not on because he is sleeping in another time zone, he is the one that tought me the npc lights, Loriel is sooo nice and patienct!
my god...i jsut answers from him like "gah!" and "go away!".

:( He is NOT paniteint!#@$#@

Lugie 06-16-2001 12:28 PM

he can be lazy... and SORRY MR. BIRDBIRD DOESNT WANT ANYBODY TO TRY TO HELP HIM!

i think loriel is the only one that is allowed to change levels

Hulk Hogan 06-16-2001 12:31 PM

Quote:

Originally posted by Lugie
he can be lazy... and SORRY MR. BIRDBIRD DOESNT WANT ANYBODY TO TRY TO HELP HIM!

i think loriel is the only one that is allowed to change levels

I ask him for something to work on and he sends me 1. the samurai castle and fix the 506854 gifs to use {setimg x,y;} or 2. fix up the railroad park which is 43905834 levels and there is nothing to do with it because they need room to make rails.....:( Why cant he give me something easy? :(

Lugie 06-16-2001 12:40 PM

he should assign parts of those things to the level makers as a whole

Tyhm 06-16-2001 12:53 PM

Tiling error: Pub table, inside corner.
Probable error: Swamp in the northwest corner: If you tiled over the regular swamp object, slashing or bombing it will place cut swamp over the other tiles. Not good.

Yes, we are very picky. ^_~

06-16-2001 12:55 PM

Looks like Birdbird can type again. o.O

Lugie 06-16-2001 12:55 PM

i hate that tilign error, along with not using the other half of that one castle tile that is used for a blockaide a lot... >.<

FxChiP 06-16-2001 01:19 PM

Re: some one with ftp upload this?
 
Quote:

Originally posted by Birdbird_0
I will be on graal for the next 3 or 9 hours but I made this player house playerhouse10.nw so here is a screenshot here, the npcs that I need are the housecrystal, the npc that alows only 1 player to enter their room, and the npc door to the house next door. the lights are scripted for the server so it be all spiff, loriel be sleeping so....
http://birdbird_0.tripod.com/lookatdapwetycolors.htm

No idea how this would be integrated to the server, but here are the scripts you want!

NPC that only allows one player:

NPC Code:

if (playerenters && playerscount>1) {
this.Fx2ndPlayerI = playerscount - 1;
this.Fx2ndPlayerID = players[this.Fx2ndPlayerI].id;
if (playerid == this.Fx2ndPlayerID) {
setlevel2 outsidelevel.nw,playerx,playery;
}
}



Had to make sure it didn't warp both players out.. anyway

Door to other house:
NPC Code:

this.CheckOpen = strtofloat #s(server.WhateverHouseOD);
if (strcontains(#s(server.WhateverHouse),#a) || this.CheckOpen == 1) {
setlevel2 housenextdoor.nw,0,playery;
}

else { message You must have a key to enter!; sleep 3; message;}



Housecrystal... I can't exactly figure out how to get a script to go through the server.var and reconstruct it without the account name. That's Stefan's part.

Yamizitzu 06-16-2001 01:39 PM

Quote:

Originally posted by Tyhm
Tiling error: Pub table, inside corner.
Probable error: Swamp in the northwest corner: If you tiled over the regular swamp object, slashing or bombing it will place cut swamp over the other tiles. Not good.

Yes, we are very picky. ^_~

You missed one Tyhm ;)
In the room with "muckdeep" to the right of the bed there is a tile error where the wrong tiles have been placed

CrazedMerlin 06-16-2001 01:45 PM

Theres also a cut-off mountain tile error when your going up to the fishing area right past the gully race

Yamizitzu 06-16-2001 01:54 PM

Well if you are saying tile errors on 2001 then look on these levels and find some tiles missing from trees
worldy-08, worldt-11, worldt-14

Birdbird_0 06-16-2001 02:25 PM

Wll duhur I sent that screenthot in before I saw the tile errors, I saw the tile errors after I took it... and I fixed some of the light erros to, now I have no idea what or how to use alot of scripting commands 4 I be wetarted...


All times are GMT +2. The time now is 07:41 AM.

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