SendOpenSpecialContainer()

Archive of the older Feature Request Forum Posts

Moderator: POL Developer

Locked
mr bubbles
Grandmaster Poster
Posts: 120
Joined: Thu Jan 18, 2007 2:34 am

SendOpenSpecialContainer()

Post by mr bubbles »

Would it be possible to maybe get optional x and y flags on this function? I just need it to open on a certain point on the screen. Thanks :)

Edit:

Was gonna post this seperately in scripting help forums, but i may as well do it here.

Is there any easy way to make it so items cant be used from inside the container? And i don't mean editing each items use script :P

The easiest way im thinking of is making it save a "script" cprop to the item on the oninsert script, set .script to something else and then changing .script to "script" on onremove.
tartaros
New User
Posts: 28
Joined: Tue Mar 27, 2007 6:30 am
Contact:

Re: SendOpenSpecialContainer()

Post by tartaros »

mr bubbles wrote:Would it be possible to maybe get optional x and y flags on this function? I just need it to open on a certain point on the screen.
Impossible.
this packet http://packets.polserver.com/index.php? ... acket=0x24
opens the container, and as you can see it only sends the id and gump model.
Locked