View Single Post
  #1  
Old 02-21-2005, 09:34 PM
Evil_Trunks Evil_Trunks is offline
Evil
Evil_Trunks's Avatar
Join Date: Dec 2004
Posts: 391
Evil_Trunks is on a distinguished road
Known Issues with Graal 3.14

  1. The event "playerenters" isn't triggered clientside when an NPC is created.
    This is a huge problem, many scripts rely upon playerenters to initialize values, etc. If the NPCs download fast then they will have it called, but if they take a while to download then it doesn't work since it's creating them after the client triggered playerenters on everything (I think.) This also happens with putnpc2 NPCs, and gani scripts.
  2. save[] isn't supported.
    Although this is deprecated, it's very useful for easily storing on/off flags, etc. I'd at least like someone to say he left this out on purpose and will no longer support it.
  3. The right side of the screen doesn't redraw for GUI level things.
    Screenshot included.
  4. showpoly isn't working correctly.
  5. The flag "playerreading" doesn't work.
  6. Shields often show up in the wrong position.
    This may be because abnormally-sized shields aren't drawn the same as they used to be.
Attached Thumbnails
Click image for larger version

Name:	redraw.jpg
Views:	196
Size:	331.3 KB
ID:	31212  
__________________

Reply With Quote