View Single Post
  #7  
Old 06-10-2013, 01:06 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
It only displays objects which are on the screen
There are a few ways to get around the clipping for stuff like particle effects:
- use setshape and display the particles more in the middle of the npc, not at 0,0
- when using particles in ganis, you can put some visible or invisible graphics (1x1 pixel) somewhere outside the npc image to make graal think that the npc is covering a larger area, because it's calculating the area covered by the gani (only set the ani, not image or setshape)
Reply With Quote