This version fixes the version number problem reported in 2.3.6.
All constants have been moved into a single table (PVPLOG). This was done primarily to reduce global namespace polution and any potential name conflicts.
Regards,
Brad
Moderator: bsmorgan
function PvPLogInBG()
bg_found = false;
bg_indx = 0;
for i=1, MAX_BATTLEFIELD_QUEUES do
bg_status, bg_mapName, bg_instanceId = GetBattlefieldStatus(i);
if (bg_status == "active" ) then
bg_found = true;
bg_indx = i;
return true;
end
end
return false;
end
$bg_array = array(
'alterac_valley',
'arathi_basin',
'warsong_gulch',
);
$bg_array = array(
'alterac_valley',
'arathi_basin',
'warsong_gulch',
'eye_of_the_storm',
);
// These need to be EXACTLY what PvPLog stores them as
$wordings['deDE']['alterac_valley']='Alteractal';
$wordings['deDE']['arathi_basin']='Arathibecken';
$wordings['deDE']['warsong_gulch']='Warsongschlucht';
$wordings['deDE']['eye_of_the_storm']='Auge des Sturms';
Users browsing this forum: No registered users and 0 guests