View Single Post
  #1  
Old 10-27-2006, 06:08 AM
Yen Yen is offline
Banned
Yen's Avatar
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
Yen is an unknown quantity at this point
Send a message via AIM to Yen Send a message via MSN to Yen
Gani not being shown

I have an NPC which shows a gani moving, something like a boomerang.
The script is fine. I'm using the exact same script with a different gani in three different places, but this one won't display the gani to anyone but the person using the NPC.

I can see the gani just fine. Nobody else can.
When somebody elses uses the NPC, they can see the gani but I can't.

The index of the gani is 15, so it should be shown globally; the similar scripts are the exact same and they work.

This is the gani:
PHP Code:
GANI0001
SPRITE  299 PARAM1                 0    0  160  132 scythe 
(00)
SPRITE  301 PARAM1                 320    0  160  132 scythe (20)
SPRITE  303 PARAM1                 0  132  160  132 scythe (01)
SPRITE  305 PARAM1                 320  132  160  132 scythe (21)
SPRITE  309 PARAM1                 320  264  160  132 scythe (22)
SPRITE  311 PARAM1                 0  396  160  132 scythe (03)
SPRITE  313 PARAM1                 320  396  160  132 scythe (23)
SPRITE  316 PARAM1                 160  528  160  132 scythe (14)

LOOP
CONTINUOUS
SINGLEDIRECTION
DEFAULTPARAM1 zodiac_scytheofdreams
.png

ANI
 311 
-46 -26,  309 -72 -29

 311 
-46 -26,  316 -35 -37

 316 
-35 -37,  313 -48 -62

 313 
-48 -62,  305 -59 -60

 305 
-59 -60,  303 -61 -51

 303 
-61 -51,  299 -63 -31

 299 
-63 -31,  301 -66 -31

 301 
-66 -31,  309 -72 -29
ANIEND 
I've also tried using a constant image, rather than the first parameter, but it still doesn't show to others.
Reply With Quote