ishorty8 Posted April 5, 2016 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!
lisabe96 Posted April 5, 2016 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
ishorty8 Posted April 5, 2016 Author 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
lisabe96 Posted April 5, 2016 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
ishorty8 Posted April 5, 2016 Author 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
lisabe96 Posted April 5, 2016 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
Vilius Posted April 6, 2016 Posted April 6, 2016 Logo size has to be 180x180px and upload it to imgur and use the direct link too.
ishorty8 Posted April 6, 2016 Author 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!