I'm trying to add the loading screen whenever a character uses the teleport, but I'm not having success, I thought that with this ShowBoard parameter it could happen, but apparently it only pulls html, does anyone know of any other parameters that I might be trying to use , or a different method?
I'm trying to add the loading screen whenever a character uses the teleport, but I'm not having success, I thought that with this ShowBoard parameter it could happen, but apparently it only pulls html, does anyone know of any other parameters that I might be trying to use , or a different method?
a window proportional to loading?
Generally these windows already have their own size, in this case I would have to implement a new window with a size necessary for loading, or are there some proportional ones?
a window proportional to loading?
Generally these windows already have their own size, in this case I would have to implement a new window with a size necessary for loading, or are there some proportional ones?
Yes you need modify size with backgroundin interface.xdat and send packet with current window in your java server, also need add timer on interface close window cause packet can't do clientside actions.
Yes you need modify size with backgroundin interface.xdat and send packet with current window in your java server, also need add timer on interface close window cause packet can't do clientside actions.