Back

Guides

Community created guides, helpful strategies, and more.
TOPIC | Coding any dragon's avatar the easy way
No tabs, no right clicking, no copying and pasting a bajillion things; [b]you only need the generic template, and the dragon's ID number[/b]. This will work for ANY adult dragon, even those that aren't yours, even exalted ones. Unfortunately, it doesn't work for hatchlings. [b]If you want to skip all the explanation and just learn how to do it, go to the end of this post.[/b] First, here's the BBCode for the dragon in my current avatar, Estus. I get it from going to her page and clicking Generate Code. Note that her ID number is 24060289. [code][url=http://flightrising.com/main.php?dragon=24060289] [img]http://flightrising.com/rendern/350/240603/24060289_350.png[/img] [/url][/code] That will get us a fullbody picture, like this: [url=http://flightrising.com/main.php?dragon=24060289] [img]http://flightrising.com/rendern/350/240603/24060289_350.png[/img] [/url] And this is the code for her avatar. I get it from setting her as my avatar, then right-clicking the picture, then looking at the image address. I've put it in image tags for demonstration's sake. [code] [img]http://www1.flightrising.com/rendern/portraits/240603/24060289p.png[/img][/code] That gives me this: [img]http://www1.flightrising.com/rendern/portraits/240603/24060289p.png[/img] Ignoring the part that says url=blahblahblah, let's put the two addresses of the two images next to each other to see the similarities and differences: [code]FULLBODY http://flightrising.com/rendern/ 350 / 240603 / 24060289 _350 .png PORTRAIT http://flightrising.com/rendern/ portraits / 240603 / 24060289 p .png [/code] Section by section: [LIST=1] [*]Everything is the same up until the part that says 'rendern'. This part you never touch. [*]The next part says '350' for fullbody, and 'portraits' for headshot. [*]This part looks a bit like the dragon's ID... but not quite. Let's skip this part for now and call it the mystery number. [*]This part is the dragon's ID number. [*]This part says '_350' for fullbody and 'p' for headshot. [*]This is the file extension, .png. [/LIST] Alright, so you might have figured out that you can go to a dragon's page, generate code, switch out '350' for 'portraits', and '_350' for 'p', and you'll get their headshot. But what is this mystery number? That, my friend, is the secret to getting any dragon's picture, even if they're exalted. Dragons seem to be referenced on the server in batches of 100 (except for ID's 1-99, that's a batch of 99). So for ID's 1-99, this mystery number will be 1. For ID's 100-199, this mystery number will be 2. In short, for this number, you [b]round up to the next multiple of 100, then take off the last two zeroes[/b]. If the ID in question is a multiple of 100, you still go up to the next one. For Estus, whose ID is 24060289, we round up to get 24060300, then lop off the zeroes to get 240603. And that's it! No opening tons of tabs to code other dragons' portraits into one dragon's lore. And it works with exalted dragons too! You just have to put in their ID into the place it would normally go. So here's one of my dragons, a dragon with a randomly typed ID, an exalted dragon, and a deity. [url=http://flightrising.com/main.php?dragon=23059041][img]http://flightrising.com/rendern/portraits/230591/23059041p.png[/img][/url][url=http://flightrising.com/main.php?dragon=12345][img]http://flightrising.com/rendern/portraits/124/12345p.png[/img][/url][url=http://flightrising.com/main.php?dragon=23920591][img]http://flightrising.com/rendern/portraits/239206/23920591p.png[/img][/url][url=http://flightrising.com/main.php?dragon=9][img]http://flightrising.com/rendern/portraits/1/9p.png[/img][/url] [b][size=6]TL;DR[/size][/b] Go to any dragon's page, generate code, then copy the BBCode. Then modify as follows (I've put it in angle brackets for clarity) to get any other dragon's avatar: [code][url=http://flightrising.com/main.php?dragon=<Dragon's ID>] [img]http://flightrising.com/rendern/<replace 350 with portraits>/<round up ID to next multiple of 100 then divide by 100>/<dragon's ID><replace _350 with p>.png[/img] [/url][/code]
No tabs, no right clicking, no copying and pasting a bajillion things; you only need the generic template, and the dragon's ID number. This will work for ANY adult dragon, even those that aren't yours, even exalted ones. Unfortunately, it doesn't work for hatchlings.

If you want to skip all the explanation and just learn how to do it, go to the end of this post.

First, here's the BBCode for the dragon in my current avatar, Estus. I get it from going to her page and clicking Generate Code. Note that her ID number is 24060289.
Code:
[url=http://flightrising.com/main.php?dragon=24060289] [img]http://flightrising.com/rendern/350/240603/24060289_350.png[/img] [/url]

That will get us a fullbody picture, like this:

24060289_350.png


And this is the code for her avatar. I get it from setting her as my avatar, then right-clicking the picture, then looking at the image address. I've put it in image tags for demonstration's sake.
Code:
[img]http://www1.flightrising.com/rendern/portraits/240603/24060289p.png[/img]

That gives me this:
24060289p.png

Ignoring the part that says url=blahblahblah, let's put the two addresses of the two images next to each other to see the similarities and differences:
Code:
FULLBODY http://flightrising.com/rendern/ 350 / 240603 / 24060289 _350 .png PORTRAIT http://flightrising.com/rendern/ portraits / 240603 / 24060289 p .png
Section by section:
  1. Everything is the same up until the part that says 'rendern'. This part you never touch.
  2. The next part says '350' for fullbody, and 'portraits' for headshot.
  3. This part looks a bit like the dragon's ID... but not quite. Let's skip this part for now and call it the mystery number.
  4. This part is the dragon's ID number.
  5. This part says '_350' for fullbody and 'p' for headshot.
  6. This is the file extension, .png.

Alright, so you might have figured out that you can go to a dragon's page, generate code, switch out '350' for 'portraits', and '_350' for 'p', and you'll get their headshot. But what is this mystery number? That, my friend, is the secret to getting any dragon's picture, even if they're exalted.

Dragons seem to be referenced on the server in batches of 100 (except for ID's 1-99, that's a batch of 99). So for ID's 1-99, this mystery number will be 1. For ID's 100-199, this mystery number will be 2. In short, for this number, you round up to the next multiple of 100, then take off the last two zeroes. If the ID in question is a multiple of 100, you still go up to the next one. For Estus, whose ID is 24060289, we round up to get 24060300, then lop off the zeroes to get 240603.

And that's it! No opening tons of tabs to code other dragons' portraits into one dragon's lore. And it works with exalted dragons too! You just have to put in their ID into the place it would normally go.

So here's one of my dragons, a dragon with a randomly typed ID, an exalted dragon, and a deity.
23059041p.png12345p.png23920591p.png9p.png


TL;DR

Go to any dragon's page, generate code, then copy the BBCode. Then modify as follows (I've put it in angle brackets for clarity) to get any other dragon's avatar:
Code:
[url=http://flightrising.com/main.php?dragon=<Dragon's ID>] [img]http://flightrising.com/rendern/<replace 350 with portraits>/<round up ID to next multiple of 100 then divide by 100>/<dragon's ID><replace _350 with p>.png[/img] [/url]
@ninjakt pinging myself so I can find it again
@ninjakt pinging myself so I can find it again
frbanner2_by_ninjakt-da8czme.png
This works exactly the same for making a small fullbody! [url=http://flightrising.com/main.php?dragon=24789046] [img]http://flightrising.com/rendern/350/247891/24789046_350.png[/img] [/url] [url=http://flightrising.com/main.php?dragon=24789046] [img]http://flightrising.com/rendern/avatars/247891/24789046.png[/img] [/url] [code][url=http://flightrising.com/main.php?dragon=24789046] [img]http://flightrising.com/rendern/350/247891/24789046_350.png[/img] [/url] [url=http://flightrising.com/main.php?dragon=24789046] [img]http://flightrising.com/rendern//247891/24789046.png[/img] [/url][/code] Instead of changing 350 to portrait, it is changed to [b]avatars[/b], and the _350 is deleted entirely Emma's avatar, just for fun: [url=http://flightrising.com/main.php?dragon=24789046] [img]http://flightrising.com/rendern/portraits/247891/24789046p.png[/img] [/url]
This works exactly the same for making a small fullbody!


24789046_350.png


24789046.png

Code:
[url=http://flightrising.com/main.php?dragon=24789046] [img]http://flightrising.com/rendern/350/247891/24789046_350.png[/img] [/url] [url=http://flightrising.com/main.php?dragon=24789046] [img]http://flightrising.com/rendern//247891/24789046.png[/img] [/url]

Instead of changing 350 to portrait, it is changed to avatars, and the _350 is deleted entirely

Emma's avatar, just for fun:

24789046p.png
3AB4012A-38D8-4891-89EA-E4C43D4FD6DB_zpssbfbgply.gif075E01E0-30AD-40CC-A25D-EC402EB53CCA_zpsrsktb5ys.gifWpXSLnN_zpstpltejsi.gifTungsten_zps20grmvsy.png
I was looking for how to do that !

@Donnie
I was looking for how to do that !

@Donnie
:D
@o0ArcaneAura0o

I'm probably going to need this later. Pinging myself, thank you.
@o0ArcaneAura0o

I'm probably going to need this later. Pinging myself, thank you.
CxEBf1c.png xx lark
he/him
+2 fr time
x
THIS IS SO HELPFUL
THIS IS SO HELPFUL
XKezLHG.png
Amazingly helpful. Pinging myself so I can find this easier.
@Fellise
Amazingly helpful. Pinging myself so I can find this easier.
@Fellise
pALVzFZ.png
This is the most amazing thing, it's exactly what I needed exactly when I needed it, thank you!
This is the most amazing thing, it's exactly what I needed exactly when I needed it, thank you!
Chasing Memories, a Pinkerlocke
Free Cauldron Lvl 10
@Vistron

Usefulllll
@Vistron

Usefulllll
MVxSTuW.jpg