Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Gani Construction (https://forums.graalonline.com/forums/forumdisplay.php?f=50)
-   -   Gani wont show. (https://forums.graalonline.com/forums/showthread.php?t=58127)

JkWhoSaysNi 03-17-2005 05:51 PM

Gani wont show.
 
I created a gani to use for a npc. It's called horsestill.gani and it's a horse, which is still.

I uploaded it into levels/ganis and called it using setcharani horsestill.gani but it doesnt work :(

The gani itself is fine, theres not much that can be wrong with it ;)

Another way i could do this is just showing a specific frame of horse.gani. Is that possible? I noticed that the setcharani command has two variables, and i've never seen the second one used.

What could i be doing wrong?

Thanks for any help.

Luigi203 03-17-2005 07:48 PM

Did run the command showcharacter; before the setcharani, if at all?

Polo 03-17-2005 08:46 PM

When using setcharani you dont put the .gani at the end of the filename (Graal auto appends it). Also, even if the seocnd parameter is not used, you must still include it (ie: you need the comma).

Try this...

NPC Code:
setcharani horsestill,;


JkWhoSaysNi 03-17-2005 10:16 PM

I've tried all these ways.. nothing seems to work.

Evil_Trunks 03-17-2005 10:37 PM

Quote:

Originally Posted by JkWhoSaysNi
Another way i could do this is just showing a specific frame of horse.gani. Is that possible? I noticed that the setcharani command has two variables, and i've never seen the second one used.

That's the parameter, and that wouldn't be what you want.

For displaying a specific frame of a gani, you simply do something like this.

NPC Code:
setani sword[2],;



where 2 means the 3rd frame of the gani.

BlueDevil 03-18-2005 01:49 AM

either i got this backwards, or im somehow right, i thought setcharani set a npcs ani, and setani is for the player, so it would be setani horsestill,; right?

JkWhoSaysNi 03-18-2005 02:01 AM

The horse isnt on a player, i'm just moving a horse around the screen :) But thank you Evil. That's exactly what i needed.

Fogles 04-06-2005 01:42 AM

you got it?


All times are GMT +2. The time now is 10:55 PM.

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