Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Classic Main Forum (https://forums.graalonline.com/forums/forumdisplay.php?f=175)
-   -   The Official Zorbi Thread (https://forums.graalonline.com/forums/showthread.php?t=661)

Tyhm 03-27-2001 12:06 PM

All Zorbi (as a viable G2K1 race) info goes here.

Briefing:
Zorbis are basically humans with restricted heads. Only they can use head35 and some fish heads, they're the only human race that can use the fish heads.
Got it pretty much scripted on the thread back in the Main forum, I'll paste that here. I don't much care for this race as a concept, but if someone wants to go somewhere with it, be my guest....

Nai 03-27-2001 12:13 PM

Tyhm, Can I continue the Zorbies? I ahve alot of Ideas.

Tyhm 03-27-2001 12:16 PM

*shrugs*

Fine with me. Here's the code so far:

NPC Code:
if(!strequals(#3(0),head35.gif)&&playerisfemale) setplayerprop #3,head35.gif;
if(!strequals(#3(0),head992.gif)&&playerismale) setplayerprop #3,head992.gif;
if(playerswimming){//or whatever
this.testx=playerx;
this.testy=playery;
if(keydown(0)) this.testy--;
if(keydown(1)) this.testx--;
if(keydown(2)) this.testy++;
if(keydown(3)) this.testx++;
this.wall=0;
for(this.tx=this.testx;this.tx<this.testx+2;this.t x+=0.25){
for(this.ty=this.testy;this.ty<this.testy+2;this.t y+=0.25){
if(onwall(this.tx,this.ty)&&board[this.tx+this.ty*64]<102*1024+12) this.wall=1; //I don't know the tile values
// precisely....sufficed to say, we just tweak this until it detects the dark blue tiles, and if that's the onwall, ignore
// it.
}
}
if(this.wall<1){
playerx=this.tx;
playery=this.ty;
}
}
//optional code: if you really can't set negative glove strength, this will make them throw anything which is at their
// glove strength...at level 2 you can lift a green stone, but it hurts and you immediately throw it, and you can
// carry vases/signs easily...at level 3 you can lift a blackstone and carry greenstones...etc.
if(carrying){
if(playerglovepower<1||(playerglovepower<2&& (carryingstone||carryingblackstone))||carryingblac kstone) hurt 1;
}


Nai 03-27-2001 12:17 PM

ok. I will look at it. Copy it into a text file and do well, the other stuff.

FatherDante 03-27-2001 03:00 PM

Why don't you like Zorbis, Tyhm?

Nai 03-27-2001 09:48 PM

k. Thanks Tyhm. I am gonna start probably when I get home from school.

grim_squeaker_x 03-27-2001 10:04 PM

Blah, Tyhm likes his Zorbi's he's just too busy to continue their production I think.

Tyhm 03-28-2001 02:38 AM

Bingo.
 
Grim's got it.
I like Zorbis. Not too amped about them as a race though. Too Valkorlia for my tastes. But that's just me...and yeah, way too swamped to do any heavy lifting on it.
If Zorbis are gonna be their own race, they'd either need something to differentiate themselves from humanoids beyond the obvious head and color defaults...setplayerprop races have a reputation for, well, sucking royally. I can't think of a way the Zorbis would turn out any different, but you're all welcome to prove me wrong. ^_^

Nai 03-28-2001 06:52 AM

Can I make a tag called (Zorbi Race Admin)?

Tyhm 03-28-2001 07:00 AM

Not half up to me. Maybe after the race goes up, if it does. More likely the Bomy Admins will become the New Races Admins. They might hire subteam members for each race though...

Nai 03-28-2001 07:06 AM

hmm, I see.

Aidoggy 03-29-2001 11:44 PM

I can see flashbacks of old graal and the other quest hehe

Crono Illusion 03-30-2001 09:32 AM

Can the song "Fish Heads" be their theme song?

Tyhm 03-30-2001 10:19 AM

fish-heads-are-rarely-seen-drinking-cappucino-in-Italian-restaurants-with-oriental-women!

Yeah!

guyzer1 03-31-2001 01:53 PM

idea how bought they are all blue and they are bigger than the humans or the can only stay out of water for so long?


All times are GMT +2. The time now is 03:45 AM.

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