Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-10-2007, 11:35 AM
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
Images + GMAPs = mismatch?

Is there any way of making it so larger images just doesn't "blip" away when you're too far away from them on a GMAP? Logon Mythic and walk around to see what I mean.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote
  #2  
Old 05-10-2007, 02:40 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
I think GK fixed this by using ganises, as the towers and such are ganises
__________________
Reply With Quote
  #3  
Old 05-10-2007, 02:49 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 Chompy View Post
I think GK fixed this by using ganises, as the towers and such are ganises
Ah yes, that's true! Should have thought of it, cheers!
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote
  #4  
Old 05-10-2007, 03:26 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
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
Reply With Quote
  #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
  #6  
Old 05-10-2007, 05:40 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Yea. If the NPC is gone, the showimg thats like 13 tiles over the NPC is also gone. I made a single image out of the stuff I needed and used setshape2 if I wanted to change the block/non-block stuff ;o
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 10:46 PM.


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