If anybody has it can they tell me if its a 'sendItem' or runScript/accessMask like shops, trade, duel. I'm having troubles dumping the sendItem so its most likely to be a runScript.
Printable View
If anybody has it can they tell me if its a 'sendItem' or runScript/accessMask like shops, trade, duel. I'm having troubles dumping the sendItem so its most likely to be a runScript.
It's both ClientScript and AccessMask. I'm currently unsure which scriptId it is. Sorry.
The items are obv sendItems, I don't see where clientScript is used.
To make the items appear on an interface, the runScript must bind them to the array set by the sendItems.Quote:
Originally Posted by 'Mystic Flow [Only registered and activated users can see links. Click Here To Register...]
And I have yet to do the kept on death interface, sorry.
Yeah, I need the childIds for the interface >_>
that all i have :SCode:public void sendItemKeptDeath() {
sendAccessMask(2, 4, 102, 0, 211, 6684690);
sendAccessMask(2, 42, 102, 0, 212, 6684693);
player.stream.writeOpcodeVarShort(70)
.addShort(0)
.addString("")
.addInt(118)
.endOpcodeVarShort();
}
Its 2 accessMask and a clientScript. There is no need for sendItems it will automatically display them once you set the 3/4 kept items in the clientScript.
Once I get my laptop back ill probably post the accessMasks and the clientScript.
Nope.Quote:
Originally Posted by leanbow9 [Only registered and activated users can see links. Click Here To Register...]
...Quote:
Originally Posted by Simon [Only registered and activated users can see links. Click Here To Register...]