Graal Forums  

Go Back   Graal Forums > Development Forums > Level Design
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 09-15-2005, 06:59 AM
Lemonegg Lemonegg is offline
A storm is comming.
Lemonegg's Avatar
Join Date: May 2004
Location: Sacramento, California
Posts: 152
Lemonegg is on a distinguished road
Send a message via AIM to Lemonegg
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.
Reply With Quote
  #2  
Old 09-15-2005, 07:13 AM
Curt1zzle Curt1zzle is offline
Starting not to love you
Curt1zzle's Avatar
Join Date: Sep 2003
Posts: 3,669
Curt1zzle has a spectacular aura about
Send a message via AIM to Curt1zzle
setani blaw;
__________________

This message has been deleted by Sam. Reason: you should better stop it now
Reply With Quote
  #3  
Old 09-15-2005, 09:41 AM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
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.
__________________
Reply With Quote
  #4  
Old 09-16-2005, 03:05 AM
Lemonegg Lemonegg is offline
A storm is comming.
Lemonegg's Avatar
Join Date: May 2004
Location: Sacramento, California
Posts: 152
Lemonegg is on a distinguished road
Send a message via AIM to Lemonegg
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
Reply With Quote
  #5  
Old 09-16-2005, 03:36 AM
VulcanP2P VulcanP2P is offline
Registered User
VulcanP2P's Avatar
Join Date: May 2005
Location: Florida
Posts: 882
VulcanP2P is on a distinguished road
Make sure you didn't do setcharani anihere.gani,; but setcharani anihere,;
__________________

For Zone or Guild Support use the Support Center
Reply With Quote
  #6  
Old 09-16-2005, 03:41 AM
Lemonegg Lemonegg is offline
A storm is comming.
Lemonegg's Avatar
Join Date: May 2004
Location: Sacramento, California
Posts: 152
Lemonegg is on a distinguished road
Send a message via AIM to Lemonegg
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.
Reply With Quote
  #7  
Old 09-16-2005, 05:12 AM
Torankusu_2002 Torankusu_2002 is offline
'been round.
Torankusu_2002's Avatar
Join Date: Nov 2001
Posts: 1,246
Torankusu_2002 is on a distinguished road
do you have the gani? are you sure it's a gani and not just an image?

also, post the name of the gani.
__________________
torankusu's
Reply With Quote
  #8  
Old 09-16-2005, 05:14 AM
Lemonegg Lemonegg is offline
A storm is comming.
Lemonegg's Avatar
Join Date: May 2004
Location: Sacramento, California
Posts: 152
Lemonegg is on a distinguished road
Send a message via AIM to Lemonegg
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 :/
Reply With Quote
  #9  
Old 09-16-2005, 06:45 PM
Crono Crono is offline
:pluffy:
Join Date: Feb 2002
Location: Sweden
Posts: 20,000
Crono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond repute
setcharani era_flower,; not working?
__________________
Reply With Quote
  #10  
Old 09-16-2005, 09:28 PM
Lemonegg Lemonegg is offline
A storm is comming.
Lemonegg's Avatar
Join Date: May 2004
Location: Sacramento, California
Posts: 152
Lemonegg is on a distinguished road
Send a message via AIM to Lemonegg
Quote:
Originally Posted by Gerami
setcharani era_flower,; not working?
Nope.
Reply With Quote
  #11  
Old 09-16-2005, 09:33 PM
VulcanP2P VulcanP2P is offline
Registered User
VulcanP2P's Avatar
Join Date: May 2005
Location: Florida
Posts: 882
VulcanP2P is on a distinguished road
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;
}

__________________

For Zone or Guild Support use the Support Center
Reply With Quote
  #12  
Old 09-16-2005, 10:27 PM
Lemonegg Lemonegg is offline
A storm is comming.
Lemonegg's Avatar
Join Date: May 2004
Location: Sacramento, California
Posts: 152
Lemonegg is on a distinguished road
Send a message via AIM to Lemonegg
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
Reply With Quote
  #13  
Old 09-16-2005, 10:34 PM
Curt1zzle Curt1zzle is offline
Starting not to love you
Curt1zzle's Avatar
Join Date: Sep 2003
Posts: 3,669
Curt1zzle has a spectacular aura about
Send a message via AIM to Curt1zzle
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.
__________________

This message has been deleted by Sam. Reason: you should better stop it now
Reply With Quote
  #14  
Old 09-16-2005, 10:41 PM
Lemonegg Lemonegg is offline
A storm is comming.
Lemonegg's Avatar
Join Date: May 2004
Location: Sacramento, California
Posts: 152
Lemonegg is on a distinguished road
Send a message via AIM to Lemonegg
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?
Reply With Quote
  #15  
Old 09-16-2005, 10:59 PM
Ham-HamT Ham-HamT is offline
I run from pkers.
Ham-HamT's Avatar
Join Date: Jan 2005
Posts: 43
Ham-HamT is on a distinguished road
Send a message via AIM to Ham-HamT Send a message via MSN to Ham-HamT Send a message via Yahoo to Ham-HamT
Then I would have to give you another Mcdonalds coupon.
__________________

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 01:19 AM.


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