I figured out that interface 421 was the interface that had the 12 lined text. I made this code then:
Code:
case 1:
c.sendFrame126("@[email protected] Controls", 422);
c.sendFrame126("On the side panel you can now see a variety of options from", 423);
c.sendFrame126("changing your graphic settings and audio and music volume", 424);
c.sendFrame126("to selecting wether your player should accept help from", 425);
c.sendFrame126("other players. Don't worry about these too much for now, they", 426);
c.sendFrame126("will become clearer as you explore the game. Talk to the", 427);
c.sendFrame126("Runescape Guide to continue.", 428);
c.sendFrame164(421);
actionSender.sendFrame218(421);
break;
I had this error:
Code:
Error: T2 - 164,126,126 - 2,3095,3108 - -91,1,
After more debugging, I found out that the problem is:
Code:
c.sendFrame164(421);
Now how could I fix this?
Thanks,
Arham