PDA

View Full Version : Max Number of "Doors"


Hateborne
03-04-2015, 08:30 PM
Evening ladies/gents,

I'm trying to customize a zone using Akkadius' door manipulator plugin. I'm doing fairly well and it's looking great...and then I hit the "door" cap. 255 objects and the plugin started failing miserably. What are my options for continuing?

Is it a client limitation that the source simply mirrors? Is it a simple source limitation? Or is there something far more complex at hand? :confused:


-Hate

Uleat
03-04-2015, 08:55 PM
https://github.com/EQEmu/Server/blob/master/common/patches/uf_structs.h#L2528

Pretty sure packets use reverse-byte order for type values..so, it looks like it's client capped at 255.

Hateborne
03-04-2015, 09:04 PM
Uleat (and Akkadius),

Thank you both!


-Hate