Jump to content

adding a logo?


ishorty8

Recommended Posts

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!

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

 

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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