Duh hello!
Well, I was trying to add some animations to my client, but in the 255! the server crash, afaik the 255 is the last number in hexadecimal or somethin' like that so i was wondering how could i add more than 255 animations :3 cause if i just add them when I type or execute the animation 255 my client crash and if i execute the 256+ they just repeat the first ones 1,2,3,4,5,6.
I have it like that.
Well, I was trying to add some animations to my client, but in the 255! the server crash, afaik the 255 is the last number in hexadecimal or somethin' like that so i was wondering how could i add more than 255 animations :3 cause if i just add them when I type or execute the animation 255 my client crash and if i execute the 256+ they just repeat the first ones 1,2,3,4,5,6.
I have it like that.
PHP:
MAGIC_EFFECT_255 = 0x15E, //255
MAGIC_EFFECT_256 = 0x15F, //256
MAGIC_EFFECT_257 = 0x160, //257
MAGIC_EFFECT_258 = 0x161, //258
MAGIC_EFFECT_259 = 0x162, //259
MAGIC_EFFECT_260 = 0x163, //260
MAGIC_EFFECT_261 = 0x164, //261
MAGIC_EFFECT_262 = 0x165, //262
MAGIC_EFFECT_263 = 0x166, //263
MAGIC_EFFECT_264 = 0x167, //264
MAGIC_EFFECT_265 = 0x168, //265
MAGIC_EFFECT_266 = 0x169, //266
MAGIC_EFFECT_267 = 0x16A, //267
MAGIC_EFFECT_268 = 0x16B, //268
MAGIC_EFFECT_269 = 0x16C, //269
MAGIC_EFFECT_270 = 0x16D, //270
MAGIC_EFFECT_271 = 0x16E, //271
MAGIC_EFFECT_272 = 0x16F, //271
MAGIC_EFFECT_273 = 0x170, //272
MAGIC_EFFECT_274 = 0x171, //273
MAGIC_EFFECT_275 = 0x172, //274
MAGIC_EFFECT_276 = 0x173, //275
MAGIC_EFFECT_277 = 0x174, //276
MAGIC_EFFECT_278 = 0x175, //277
MAGIC_EFFECT_279 = 0x176, //278