Display List improvement

i build my world with display lists, but there are some objects that change a bit so
i have do get them of the display list. Is there any way i can overcame this?

Nope. If I were you, I’d use other optimization methods(such as triangle strips), because you can’t do things like portal culling or LOD with Display lists…