Starter Zone teleport popup
#2

if you want change xyz pos:

 

doFuncEtc.cpp line 3028

 

 

if(ch->m_etcEvent & ETC_EVENT_JUNO_RENEWAL_QUESTCOMPLETE)
{
                    
    CZone* pZone = gserver->FindZone(ZONE_START);
if (pZone == NULL)
    return;

GoZone(ch, pZone->m_index, pZone->m_zonePos[6][0], // y                    
GetRandom(pZone->m_zonePos[6][1], pZone->m_zonePos[6][3]) / 2.0f,// x
GetRandom(pZone->m_zonePos[6][2], pZone->m_zonePos[6][4]) / 2.0f);// z
}

 

 

 

if you want disable just comment JUNO_RENEWAL_MESSAGEBOX define in config_localize_(your nation).h



Messages In This Thread
[No subject] - by Sutz - 01-04-2016, 04:39 PM
[No subject] - by Agility - 01-04-2016, 05:28 PM
[No subject] - by Tarissuis - 01-04-2016, 05:56 PM
[No subject] - by ZaTii - 01-04-2016, 06:15 PM
[No subject] - by Sutz - 01-04-2016, 07:47 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)