Starter Zone teleport popup
#1

Ok so I changed my juno map to the old ep1 map in ep4 server/client an I just wondered if anyone knew how to disable or change the cords of this popup when you make a new char an first login..

 

Is it a quest?..

 

 

 

And after I click yes:

 

#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

#3
Or just edit the 6th Subspawn index in t_zonedata of Zone 0 Smile Way quicker if you want to keep the system.

#4
For disable just outcomment the define for ETC_EVENT_JUNO_RENEWAL_QUESTCOMPLETE

#5
Hi there.

As your topic has been answered, and from this topic you can solve your problem or already have I am going to move this topic into our Solved section database.

Thankyou,

-LCKB Staff



Forum Jump:


Users browsing this thread: 1 Guest(s)