Jump to content

adding a logo?


Recommended Posts

Posted

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!

Posted

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
Posted (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 doge.png

You actually do, so that can't be it :D

 

 

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 by lisabe96
Posted

 

It's because you have none of my scripts added doge.png

You actually do, so that can't be it biggrin.png

 

 

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 happy.png

nope still nothing, how about that, I can make a basic script that runs but I can't add a logo laugh.png

Posted

Of course I have your script in there, what kind of person would I be if I didn't happy.png

nope still nothing, how about that, I can make a basic script that runs but I can't add a logo laugh.png

 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...