Hi everyone,
I wanted to create a script in Python that opens the safebox and then put some items in it.
I know that
sends items to the safebox, but im stuck in opening the safebox.
I've found
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
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
I've found
Code:
net.SendOnClickPacket(vid) event.SelectAnswer(1, 1)
but than i don't know how to insert the password and press enter.
Someone knows how to do that?
Thanks