Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Level Design (https://forums.graalonline.com/forums/forumdisplay.php?f=6)
-   -   Era Ganis in level, help? (https://forums.graalonline.com/forums/showthread.php?t=61220)

Lemonegg 09-15-2005 06:59 AM

Era Ganis in level, help?
 
Hi, i was just making a few levels with the Era tileset, crazy hard for me, but i cant seem to get the tree or flower ganis to work! Can someone help me? I have to set the img instead of using the gani, at least untill i figure out how to work it. Thx. ^^

Curt1zzle 09-15-2005 07:13 AM

setani blaw;

xAndrewx 09-15-2005 09:41 AM

Quote:

Originally Posted by Curt1zzle
setani blaw;

That's for the player.

showcharacter; will show an npc.
setcharani ani,; is for the character to show the gani.

Lemonegg 09-16-2005 03:05 AM

Quote:

Originally Posted by xAndrewx
That's for the player.

showcharacter; will show an npc.
setcharani ani,; is for the character to show the gani.

Bleh. It didn't work :(

VulcanP2P 09-16-2005 03:36 AM

Make sure you didn't do setcharani anihere.gani,; but setcharani anihere,;

Lemonegg 09-16-2005 03:41 AM

Quote:

Originally Posted by VulcanP2P
Make sure you didn't do setcharani anihere.gani,; but setcharani anihere,;

I did that. But the only gani that seems to work is the tree gani. I cant get the flower gani to work. :\

Torankusu_2002 09-16-2005 05:12 AM

do you have the gani? are you sure it's a gani and not just an image?

also, post the name of the gani.

Lemonegg 09-16-2005 05:14 AM

Quote:

Originally Posted by Torankusu_2002
do you have the gani? are you sure it's a gani and not just an image?

also, post the name of the gani.

Yeah i have the gani. Its era_flower.gani :/

Crono 09-16-2005 06:45 PM

setcharani era_flower,; not working?

Lemonegg 09-16-2005 09:28 PM

Quote:

Originally Posted by Gerami
setcharani era_flower,; not working?

Nope.

VulcanP2P 09-16-2005 09:33 PM

With the flower GANI you need to set what flower you're using. I'll get the params, one second.

EDIT:
NPC Code:

if (created) {
setcharani era_flower,era_flower-2_3b.png;
}


Lemonegg 09-16-2005 10:27 PM

Quote:

Originally Posted by VulcanP2P
With the flower GANI you need to set what flower you're using. I'll get the params, one second.

EDIT:
NPC Code:

if (created) {
setcharani era_flower,era_flower-2_3b.png;
}


:O Omg. It was right in front of me. x.x

Curt1zzle 09-16-2005 10:34 PM

Quote:

Originally Posted by xAndrewx
That's for the player.

showcharacter; will show an npc.
setcharani ani,; is for the character to show the gani.

Er? What did he want? Thought he might want to be a tree...

Oh wait, got it.

Lemonegg 09-16-2005 10:41 PM

Quote:

Originally Posted by Curt1zzle
Er? What did he want? Thought he might want to be a tree...

Oh wait, got it.

And if I DID want to be a tree? ;)

Ham-HamT 09-16-2005 10:59 PM

Then I would have to give you another Mcdonalds coupon.

Admins 09-16-2005 11:42 PM

Normally it works best if you just drag&drop the gani from the Windows file explorer into the Graal level, although in this case you probably don't have the default flower template

PHP Code:

setcharani era_flower,era_flower-5_4b.png;
setshape 1,32,32

Also the flower is currently just a simple image, setimg era_flower-5_4b.png; would be ok too except the level is meant to come online on Era.

Lemonegg 09-17-2005 03:17 AM

Quote:

Originally Posted by Stefan
Normally it works best if you just drag&drop the gani from the Windows file explorer into the Graal level, although in this case you probably don't have the default flower template

PHP Code:

setcharani era_flower,era_flower-5_4b.png;
setshape 1,32,32

Also the flower is currently just a simple image, setimg era_flower-5_4b.png; would be ok too except the level is meant to come online on Era.

Another problem with the setimg part is the fact that you cannot walk through the img.

xAndrewx 09-17-2005 10:28 AM

gs: dontblock;
gs2: dontblock();

And the gani was used because of all the flowers on Era. Jenn made about 50 new types of flowers, It would lagg alot more on a gmap if they were images, and not a gani (So Jenn said).

Curt1zzle 09-17-2005 05:34 PM

Quote:

Originally Posted by Lemonegg
And if I DID want to be a tree? ;)

Then..

Quote:

Originally Posted by Code
setani treeblah,;
replaceani walk treeblah,;
replaceani idle treeblah,;
replaceani pull treeblah,;
replaceani push treeblah,;
replaceani swim treeblah,;

Instead treedom.

Lemonegg 09-17-2005 06:51 PM

Quote:

Originally Posted by Curt1zzle
Then..



Instead treedom.

Oh my god....IM A TREE!@!!


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

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