Posts: 1,163
Threads: 160
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jun 2011
Reputation:
0
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:
Posts: 32
Threads: 3
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jul 2014
Reputation:
0
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
Posts: 336
Threads: 14
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: May 2013
Reputation:
0
For disable just outcomment the define for ETC_EVENT_JUNO_RENEWAL_QUESTCOMPLETE
Posts: 1,163
Threads: 160
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jun 2011
Reputation:
0
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