Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Serverside showimg limit? (https://forums.graalonline.com/forums/showthread.php?t=72057)

JkWhoSaysNi 02-08-2007 07:07 PM

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?

Chandler 02-08-2007 08:00 PM

I don't think so. How're you displaying them? Inside a loop?

JkWhoSaysNi 02-08-2007 08:43 PM

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.

Admins 02-09-2007 10:48 AM

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.

JkWhoSaysNi 02-09-2007 04:20 PM

Ah, that would explain why only half of the images get displayed serverside :)

Does the same restriction apply to showanis?

Inverness 02-09-2007 05:38 PM

Quote:

Originally Posted by Stefan (Post 1275367)
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.

Kristi 02-10-2007 01:34 AM

Quote:

Originally Posted by JkWhoSaysNi (Post 1274963)
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


All times are GMT +2. The time now is 12:29 PM.

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