Return to inventory instead of PostBox

10/09/2022 09:09 sugoiporu#1
Does anyone know how I can make the items to send to inventory instead of postbox?

I'm talking about this line.
g_dpDBClient.SendQueryPostMail(pUser->m_idPlayer, 0, itemVendor, 0, pItemProp->szName, "You have recalled the merchant, now you can use it again.");


This is related to the Offline vendor. I hope somebody out there has an answer for this.
10/10/2022 09:36 Flogolo#2
Quote:
Originally Posted by sugoiporu View Post
Does anyone know how I can make the items to send to inventory instead of postbox?

I'm talking about this line.
g_dpDBClient.SendQueryPostMail(pUser->m_idPlayer, 0, itemVendor, 0, pItemProp->szName, "You have recalled the merchant, now you can use it again.");


This is related to the Offline vendor. I hope somebody out there has an answer for this.
Wrong section. This belong to pserver and not official.

:rtfm:
10/10/2022 18:54 Icetea#3
Quote:
Originally Posted by Flogolo View Post
Wrong section. This belong to pserver and not official.

:rtfm:
^ as mentioned above.

Please take a look [Only registered and activated users can see links. Click Here To Register...].

#moved
10/15/2022 05:57 sugoiporu#4
Quote:
Originally Posted by Icetea View Post
^ as mentioned above.

Please take a look [Only registered and activated users can see links. Click Here To Register...].

#moved
Thanks, and sorry for the trouble.

Quote:
Originally Posted by ZeroTwo02 View Post
createitem
Thanks, I will try this one.