Bump, I need this.
|
|

Does anyone have the ActionSender for changing the text on an interface on Hyperion? I tried copying it from a content driven base but had no luck.

Bump, I need this.

Code:/** * Sends a string. * @param id The interface id. * @param string The string. * @return The action sender instance, for chaining. * Sendquest send quest */ public ActionSender sendString(String string, int id) { PacketBuilder bldr = new PacketBuilder(126, Type.VARIABLE_SHORT); bldr.putRS2String(string); bldr.putShortA(id); player.write(bldr.toPacket()); return this; }


I'd already got it, but thankyou anyway.
Rep'd.
| « 317 w 508 | need a coder who can code project insanity » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |