Search:

Type: Posts; User: Unseen

Search: Search took 0.10 seconds.

  1. Re: How to load specific .midi (music) files from the cache?

    "c" is the client.

    I need it to load the .midi files and then play them in-game. (if you see the code, if you are in certain X and Y Coordinates, it plays the song).
  2. How to load specific .midi (music) files from the cache?

    I'm making a Music System, this is what I have so far:



    if (c.absX >= 3205 && c.absX <= 3216 && c.absY >= 3209 && c.absY <= 3229) {
    c.outStream.createFrame(74);//Lumbridge...
Results 1 to 2 of 2