View Single Post
  #5  
Old 05-10-2007, 04:22 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by Crow View Post
Its not really fixed if you use ganis. For example a gani for a tree...if the npc itself disappears (the part of a gani that normally blocks), the rest of it will also disappear. I just used setshape2 on Esteria to fix this. That should work well
Not quite in my case..

PHP Code:
//#CLIENTSIDE
function onCreated()
{
  
setImgPart(image4*1613*167*165*16);
  
showImg(200image413);
  
changeImgPart(20000getImgWidth(image), getImgHeight(image) - (3*16));
  
changeImgMode(2001);

  
setShape2(54, {
    
02222220,
    
2222222222,
    
2222222222,
    
2222222222
  
});
  
drawUnderPlayer();
  
setTimer(.05);
}

function 
onTimeOut()
{
  if (
player.x in |46| && player.y in |13y|) changeImgColors(200111.5);
  else 
changeImgColors(2001111);
  
  
setTimer(.05);

__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote