Quote:
Originally Posted by bsryeah
anyone can fix keepconnectevent only with private shop can get rewards.. i will pay your code please help 
|
I think it's something like (idk) ->
EventLua.cpp
On function "CEventLua::SetKeepConnectEvent" add after the verif of "puser" this ->
Code:
if( pUser->m_vtInfo.VendorIsVendor() || pUser->m_vtInfo.IsVendorOpen() )
return;