Specifying a client
RE: my custom zone music setup found here.
The principle behind this script is that it uses a sub EVENT_ENTERZONE function in the templates\player.pl to access a cmd line that runs a vbs script which in turn launches a batch file which in turn plays music for the zone in which it is triggered. Here's a short sample of the flow: Code:
my $zone_music_w = 'C:\EQEmu\quests\music\runw.vbs'; # 92 - frontiermtns my $music_client = $client; if($zoneid == 92 && $music_client eq ???) { system("$random_music_w"); } I'm not sure how this should read, or even if it can be done. Can someone give me some guidance on this? |
All times are GMT -4. The time now is 10:24 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.