Resource icon

Daat99's World Omniporter 2.4 2.5

No permission to download
To install:
1. Drop anywhere in Scripts folder.
2. To remove moongates run command:
[global delete where publicmoongate
3. Run command "[WorldOmniGen" to add World Omniporters




If you use UltimaLive Map Streamer and want to add more pages for custom maps be sure to change the following validations :

Around line 1151:
if ( page < 0 || page > 13 )


Around line 1369:
if ( id == 0 && count < 13 )
{
from.SendGump( new WorldOmniporterGump( from, m_WO, count ) );
return;
}


Around line 1376:
//Invalid checks
if ( id < 1 || id > 13 || (id == 12 && !m_Staff) )
id = 1;

Around line 1440:
for ( int x=0; x<=12; x++ )
Back