The RuneLocus forum has been archived and does not accept new registrations.
Click here for more information, and click here to join the community on Discord.
Search the Community
Showing results for tags 'sprites'.
The search index is currently processing. Current results may not be complete.
-
help!
-
what im trying to do is have my normal prayer book have all of its normal prayers and too add the curse turmoil next to piety . i understang u cant get the gfx to work im running 474 gfx i cant get my a [I] [COLOR="#FF0000"]addPrayer(18016, 0, 609, 94, 8, "Turmoil"); [/COLOR] [/I] to register any PRAYON sprite. [B] [COLOR="#FF0000"] public static void prayerTab(TextDrawingArea[] tda) { RSInterface tab = addTabInterface(5608); RSInterface currentPray = interfaceCache[687]; currentPray.textColor = 0xFF981F; currentPray.textShadow = true; currentPray.message = "%1/%2"; addSprite(5651, 0, "Prayer/PRAYER"); addPrayer(18000, 0, 601, 7, 0, "Sharp Eye"); addPrayer(18002, 0, 602, 8, 1, "Mystic Will"); addPrayer(18004, 0, 603, 25, 2, "Hawk Eye"); addPrayer(18006, 0, 604, 26, 3, "Mystic Lore"); addPrayer(18008, 0, 605, 43, 4, "Eagle Eye"); addPrayer(18010, 0, 606, 44, 8, "Mystic Might"); addPrayer(18012, 0, 607, 59, 6, "Chivalry"); addPrayer(18014, 0, 608, 69, 7, "Piety"); addPrayer(18016, 0, 609, 94, 8, "Turmoil"); tab.totalChildren(55); /* Buttons/glows */ tab.child(0, 5609, 6, 4); tab.child(1, 5610, 42, 4); tab.child(2, 5611, 78, 4); tab.child(3, 5612, 6, 40); tab.child(4, 5613, 42, 40); tab.child(5, 5614, 78, 40); tab.child(6, 5615, 114, 40); tab.child(7, 5616, 150, 40); tab.child(8, 5617, 6, 76); tab.child(9, 5618, 114, 76); tab.child(10, 5619, 150, 76); tab.child(11, 5620, 6, 112); tab.child(12, 5621, 42, 112); tab.child(13, 5622, 78, 112); tab.child(14, 5623, 114, 112); tab.child(15, 683, 42, 148); tab.child(16, 684, 78, 148); tab.child(17, 685, 114, 148); /* Sprites */ tab.child(18, 5632, 8, 6); tab.child(19, 5633, 44, 6); tab.child(20, 5634, 80, 6); tab.child(21, 5635, 8, 42); tab.child(22, 5636, 44, 42); tab.child(23, 5637, 80, 42); tab.child(24, 5638, 116, 42); tab.child(25, 5639, 152, 42); tab.child(26, 5640, 8, 79); tab.child(27, 5641, 116, 78); tab.child(28, 5642, 152, 78); tab.child(29, 5643, 8, 114); tab.child(30, 5644, 44, 114); tab.child(31, 686, 80, 114); tab.child(32, 5645, 116, 114); tab.child(33, 5649, 44, 150); tab.child(34, 5647, 80, 150); tab.child(35, 5648, 116, 150); /* New prayers */ tab.child(36, 18000, 114, 4); tab.child(37, 18001, 117, 8); tab.child(38, 18002, 150, 4); tab.child(39, 18003, 153, 7); tab.child(40, 18004, 42, 76); tab.child(41, 18005, 45, 80); tab.child(42, 18006, 78, 76); tab.child(43, 18007, 81, 79); tab.child(44, 18008, 150, 112); tab.child(45, 18009, 153, 116); tab.child(46, 18010, 6, 148); tab.child(47, 18011, 9, 151); tab.child(48, 18012, 150, 148); tab.child(49, 18013, 157, 151); tab.child(50, 18014, 6, 184); tab.child(51, 18015, 8, 194); tab.child(52, 18016, 43, 184); /* Prayer icons & text */ tab.child(53, 5651, 65, 242); tab.child(54, 687, 14, 244); }[/COLOR][/B] heres code for copy [code] public static void prayerTab(TextDrawingArea[] tda) { RSInterface tab = addTabInterface(5608); RSInterface currentPray = interfaceCache[687]; currentPray.textColor = 0xFF981F; currentPray.textShadow = true; currentPray.message = "%1/%2"; addSprite(5651, 0, "Prayer/PRAYER"); addPrayer(18000, 0, 601, 7, 0, "Sharp Eye"); addPrayer(18002, 0, 602, 8, 1, "Mystic Will"); addPrayer(18004, 0, 603, 25, 2, "Hawk Eye"); addPrayer(18006, 0, 604, 26, 3, "Mystic Lore"); addPrayer(18008, 0, 605, 43, 4, "Eagle Eye"); addPrayer(18010, 0, 606, 44, 8, "Mystic Might"); addPrayer(18012, 0, 607, 59, 6, "Chivalry"); addPrayer(18014, 0, 608, 69, 7, "Piety"); addPrayer(18016, 0, 609, 94, 8, "Turmoil"); tab.totalChildren(55); /* Buttons/glows */ tab.child(0, 5609, 6, 4); tab.child(1, 5610, 42, 4); tab.child(2, 5611, 78, 4); tab.child(3, 5612, 6, 40); tab.child(4, 5613, 42, 40); tab.child(5, 5614, 78, 40); tab.child(6, 5615, 114, 40); tab.child(7, 5616, 150, 40); tab.child(8, 5617, 6, 76); tab.child(9, 5618, 114, 76); tab.child(10, 5619, 150, 76); tab.child(11, 5620, 6, 112); tab.child(12, 5621, 42, 112); tab.child(13, 5622, 78, 112); tab.child(14, 5623, 114, 112); tab.child(15, 683, 42, 148); tab.child(16, 684, 78, 148); tab.child(17, 685, 114, 148); /* Sprites */ tab.child(18, 5632, 8, 6); tab.child(19, 5633, 44, 6); tab.child(20, 5634, 80, 6); tab.child(21, 5635, 8, 42); tab.child(22, 5636, 44, 42); tab.child(23, 5637, 80, 42); tab.child(24, 5638, 116, 42); tab.child(25, 5639, 152, 42); tab.child(26, 5640, 8, 79); tab.child(27, 5641, 116, 78); tab.child(28, 5642, 152, 78); tab.child(29, 5643, 8, 114); tab.child(30, 5644, 44, 114); tab.child(31, 686, 80, 114); tab.child(32, 5645, 116, 114); tab.child(33, 5649, 44, 150); tab.child(34, 5647, 80, 150); tab.child(35, 5648, 116, 150); /* New prayers */ tab.child(36, 18000, 114, 4); tab.child(37, 18001, 117, 8); tab.child(38, 18002, 150, 4); tab.child(39, 18003, 153, 7); tab.child(40, 18004, 42, 76); tab.child(41, 18005, 45, 80); tab.child(42, 18006, 78, 76); tab.child(43, 18007, 81, 79); tab.child(44, 18008, 150, 112); tab.child(45, 18009, 153, 116); tab.child(46, 18010, 6, 148); tab.child(47, 18011, 9, 151); tab.child(48, 18012, 150, 148); tab.child(49, 18013, 157, 151); tab.child(50, 18014, 6, 184); tab.child(51, 18015, 8, 194); tab.child(52, 18016, 43, 184); /* Prayer icons & text */ tab.child(53, 5651, 65, 242); tab.child(54, 687, 14, 244);[/code] I tested and came to the conclusion on this error by replacing the mystic lore's loading sprite to the same as i have my turmoil and also having the correct prayer interface on next to piety and the sprite would load for the mystic lore prayer and still not the turmoil interface. [img]http://i.gyazo.com/32e4538ff9b69af9aa4e3940c5b09de8.png[/img] but the prayer glow still works when activated [img]http://i.gyazo.com/58faa0cae7c7c253421497118715bece.png[/img]
-
Anyone happen to have Squeel of Fortune sprites laying around in .gif for a 718? Looking to just toss them in the cache with sprite editor. I took them from another source, and converted to .gif from .png but they are all blurry. Looking for something that looks nice. Or if someone knows of a program that will convert A LOT of .png to .gif at once and still keep the same size/quality? Because I have the sprites. Just can't convert them without losing the detail! [Solved] For anyone having the same issue I figured out a quick simple way to do it. Just open ALL the pictures at one time in Photoshop, there is no save all button, but what I did was create an action. The action recorded me saving the file for web in a .gif form, then closing out of the photo. I then clicked the action and it did it very quickly for every one of my photos!