ishorty8 Posted April 5, 2016 Share Posted April 5, 2016 hi new to scripting, I've been following loads of tuts ect and made a fisher that banks trout and salmon, but I was wondering how I would go about adding a logo to my script? @ScriptManifest(author = "iShorty8", info = "simple F2P fishing bot", name = "iFisher", version = 1.0, logo = "http://s22.postimg.org/f48fq388t/i_Fisher_logo_finished.png") after that I tried a similar method which I used to get my paint image, Image logo = getImage ("http://s22.postimg.org/f48fq388t/i_Fisher_logo_finished.png"); the logo doesn't show up though, any help would be greatly appreciated! Quote Link to comment Share on other sites More sharing options...
lisabe96 Posted April 5, 2016 Share Posted April 5, 2016 hi new to scripting, I've been following loads of tuts ect and made a fisher that banks trout and salmon, but I was wondering how I would go about adding a logo to my script? @ScriptManifest(author = "iShorty8", info = "simple F2P fishing bot", name = "iFisher", version = 1.0, logo = "http://s22.postimg.org/f48fq388t/i_Fisher_logo_finished.png") after that I tried a similar method which I used to get my paint image, Image logo = getImage ("http://s22.postimg.org/f48fq388t/i_Fisher_logo_finished.png"); the logo doesn't show up though, any help would be greatly appreciated! The code you posted should be working, try imgur Quote Link to comment Share on other sites More sharing options...
ishorty8 Posted April 5, 2016 Author Share Posted April 5, 2016 The code you posted should be working, try imgur still the same, all im getting atm is this, I feel I'm probably doing something stupid o.O Quote Link to comment Share on other sites More sharing options...
lisabe96 Posted April 5, 2016 Share Posted April 5, 2016 (edited) still the same, all im getting atm is this, I feel I'm probably doing something stupid o.O It's because you have none of my scripts added You actually do, so that can't be it I doubt it's the issue but maybe try to put it in this order @ScriptManifest(author = "RandQm", info = "Qhost AI", logo = "https://i.imgur.com/WzuyltF.png" , name = "Qhost AI 5.00", version = 5.00) Edited April 5, 2016 by lisabe96 Quote Link to comment Share on other sites More sharing options...
ishorty8 Posted April 5, 2016 Author Share Posted April 5, 2016 It's because you have none of my scripts added You actually do, so that can't be it I doubt it's the issue but maybe try to put it in this order @ScriptManifest(author = "RandQm", info = "Qhost AI", logo = "https://i.imgur.com/WzuyltF.png" , name = "Qhost AI 5.00", version = 5.00) Of course I have your script in there, what kind of person would I be if I didn't nope still nothing, how about that, I can make a basic script that runs but I can't add a logo Quote Link to comment Share on other sites More sharing options...
lisabe96 Posted April 5, 2016 Share Posted April 5, 2016 Of course I have your script in there, what kind of person would I be if I didn't nope still nothing, how about that, I can make a basic script that runs but I can't add a logo Hmmm the code is right though. Make sure you have no other jar's added with the same script manifest title. If you've exported jars with the same title but different jar names only 1 will be shown. So i'd recommend to be sure, remove all your local jars and export yours again Quote Link to comment Share on other sites More sharing options...
Vilius Posted April 6, 2016 Share Posted April 6, 2016 Logo size has to be 180x180px and upload it to imgur and use the direct link too. Quote Link to comment Share on other sites More sharing options...
ishorty8 Posted April 6, 2016 Author Share Posted April 6, 2016 Logo size has to be 180x180px and upload it to imgur and use the direct link too. Thankyou! seems to be working now! Quote Link to comment Share on other sites More sharing options...