[Python] Safebox problem

04/27/2019 14:13 xl3resciano#1
Hi everyone,

I wanted to create a script in Python that opens the safebox and then put some items in it.

I know that

Code:
net.SendSafeboxCheckinPacket
sends items to the safebox, but im stuck in opening the safebox.

I've found

Code:
net.SendOnClickPacket(vid)
event.SelectAnswer(1, 1)
that interrogate the npc, select the answer
but than i don't know how to insert the password and press enter.

Someone knows how to do that?

Thanks