keepconnect event private shop

12/25/2017 19:53 bsryeah#1
anyone can fix keepconnectevent only with private shop can get rewards.. i will pay your code please help :mofo:
12/25/2017 20:11 alfredico#2
How much?
12/26/2017 09:26 kiss805269587#3
if you give me a source that UI is V19taskbar and it have no bug ,I can give this code ,i come from china and i need a UI no bug v19 source ,sorry my bad english .
12/26/2017 17:00 ZeroTwo02#4
Quote:
Originally Posted by bsryeah View Post
anyone can fix keepconnectevent only with private shop can get rewards.. i will pay your code please help :mofo:
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;