View Single Post
  #58  
Old 03-17-2016, 04:02 PM
nilbog nilbog is offline
Project Manager

nilbog's Avatar

Join Date: Oct 2009
Posts: 14,460
Default

After watching utenan's video 'Everquest Mysteries', I saw the frozen goblin king in permafrost had black crown issues:

Fixed.

Add

Quote:
rem nilbog fix goblin crown in ice cube permafrost_chr
set rt_permafrost_obj=cubegobcrown.bmp
and under call :PatchS3D:

Quote:
echo.
call :PatchS3D "permafrost_obj.s3d" "-rt %rt_permafrost_obj%"
if %ErrorLevel%==1 exit /b
[You must be logged in to view images. Log in or Register.]

This is completely client side. Anyone that wants to add to, or take over the splotch/transparency project, feel free.
Reply With Quote