LCKB
Starter Zone teleport popup - Printable Version

+- LCKB (https://lckb.dev/forum)
+-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109)
+--- Forum: Guides & Help Section (https://lckb.dev/forum/forumdisplay.php?fid=193)
+---- Forum: Help & Support (https://lckb.dev/forum/forumdisplay.php?fid=157)
+----- Forum: Ep4 Support (https://lckb.dev/forum/forumdisplay.php?fid=128)
+------ Forum: Solved topics (https://lckb.dev/forum/forumdisplay.php?fid=158)
+------ Thread: Starter Zone teleport popup (/showthread.php?tid=4504)



- Sutz - 01-04-2016


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:

 




- Agility - 01-04-2016


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




- Tarissuis - 01-04-2016

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




- ZaTii - 01-04-2016

For disable just outcomment the define for ETC_EVENT_JUNO_RENEWAL_QUESTCOMPLETE




- Sutz - 01-04-2016

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