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 02-08-2007, 07:07 PM
JkWhoSaysNi JkWhoSaysNi is offline
Ruler of the graalaxy
Join Date: Feb 2005
Location: Great Britain
Posts: 488
JkWhoSaysNi is on a distinguished road
Send a message via ICQ to JkWhoSaysNi
Serverside showimg limit?

I'm using showimg as part of a weapon NPC effect, i want everyone to see the effect so i'm using indexes less than 200, however, only about 10 (of 20) of the showimgs are showing.

Is there a limit on how many serverside images a client can display?
__________________

Coming soon (Hopefully:P)
Reply With Quote
  #2  
Old 02-08-2007, 08:00 PM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
I don't think so. How're you displaying them? Inside a loop?
Reply With Quote
  #3  
Old 02-08-2007, 08:43 PM
JkWhoSaysNi JkWhoSaysNi is offline
Ruler of the graalaxy
Join Date: Feb 2005
Location: Great Britain
Posts: 488
JkWhoSaysNi is on a distinguished road
Send a message via ICQ to JkWhoSaysNi
Yeah, inside a loop and a timeout, each one is further away from the player. I'm only seeing about half of them.


Hmm, I'm not sure that is is the problem any more, i think it's just updating too fast to be visible to everyone.
__________________

Coming soon (Hopefully:P)
Reply With Quote
  #4  
Old 02-09-2007, 10:48 AM
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
Players are only allowed to display a maximum of 128x128 pixels on the screen of other players using showimgs, this is to prevent hackers/abusers from completely hiding the screen of other players.
Reply With Quote
  #5  
Old 02-09-2007, 04:20 PM
JkWhoSaysNi JkWhoSaysNi is offline
Ruler of the graalaxy
Join Date: Feb 2005
Location: Great Britain
Posts: 488
JkWhoSaysNi is on a distinguished road
Send a message via ICQ to JkWhoSaysNi
Ah, that would explain why only half of the images get displayed serverside

Does the same restriction apply to showanis?
__________________

Coming soon (Hopefully:P)
Reply With Quote
  #6  
Old 02-09-2007, 05:38 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by Stefan View Post
Players are only allowed to display a maximum of 128x128 pixels on the screen of other players using showimgs, this is to prevent hackers/abusers from completely hiding the screen of other players.
It would be nice if you could somehow make this an adjustable option, in server ops or for each npc on the serverside.
__________________
Reply With Quote
  #7  
Old 02-10-2007, 01:34 AM
Kristi Kristi is offline
Bowie's Deciple
Kristi's Avatar
Join Date: Dec 2003
Location: Boston, MA
Posts: 748
Kristi has a spectacular aura aboutKristi has a spectacular aura about
Send a message via AIM to Kristi Send a message via MSN to Kristi
Quote:
Originally Posted by JkWhoSaysNi View Post
I'm using showimg as part of a weapon NPC effect, i want everyone to see the effect so i'm using indexes less than 200, however, only about 10 (of 20) of the showimgs are showing.

Is there a limit on how many serverside images a client can display?
put the clientside script in a gani file and set an player.attr[x], eg player.attr[13] = "yourganifile.gani"

assign all the variables that change how it functions to other players eyes to attrs as well
__________________
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 09:02 AM.


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