Smitefire logo

Join the leading SMITE community.
Create and share God Guides and Builds.

Create an MFN Account






Or

Not Updated For Current Season

This guide has not yet been updated for the current season. Please keep this in mind while reading. You can see the most recently updated guides on the browse guides page

x
This build has been archived and is for historical display only

This build has been archived by the author. They are no longer supporting nor updating this build and it may have become outdated. As such, voting and commenting have been disabled and it no longer appears in regular search results. We recommend you check out our other Builds

x

Vote received! Would you like to let the author know their guide helped you and leave them a message?

Banner for  guides

Code Blue: BBCoding for Beginners (Archived)

19 1 19,219
by TormentedTurnip updated April 29, 2014

Smite God:

Build Guide Discussion 29 More Guides
Tap Mouse over an item or ability icon for detailed info

Archive Notice:

Jordenito and I have decided to merge our coding guides into one. Make sure to check his BBCoding guide out instead of reading this one.

This one will remain open just in case anyone prefers its format, but it will not be receiving anymore updates.

Introduction

Howdy there, guidecrafter! My name is TormentedTurnip, or DrPaco, and I'd like to help you improve the look of your guides by teaching you how to use something referred to as "BBCoding."


Proper formatting is essential for a guide to be considered good. BBCoding might not technically be necessary, but it's a great tool for formatting your guide, and even the simplest of codes make it easy to emphasize important material. Let's face it: most of us have the attention spans of a goldfish. And even if someone does manage to muster through an entire guide without BBCoding, they won't be able to retain every single tidbit of information they learned. It's therefore best to give salience and vividness to the most important information, and there's no better way to do that than with BBCoding.

I won't explain every single possible code you can use - hell, there are probably some I still don't even know about. But what I've written here should help get you on your feet and may still be useful even if you're pretty familiar with BBCoding.


If, after reading through the guide, the concept seems too confusing or time consuming to be worth your effort, please at least check through the sections that provide ready-made templates of coding used in some of the top rated guides on this site, which were given to me by the publishers themselves. Feel free to use them to improve your guide's presentation, as it will be nothing short of flattery to those you've used it from.

Also please note that none of the templates throughout this guide are actually cut off. If you highlight text from either the bottom-up or top-down, it will still include anything that has been visually separated from the page. You will also have to insert vertical spaces (pressing the enter key x amount of times) where you see fit.


And if you haven't already, make sure to check out my guide to guidecrafting before publishing your guide. As important/helpful as BBCoding is, it will end up being useless if the foundation of the guide itself is broken.

Simple Coding

As mentioned previously, BBCoding, even more than it's used to make a guide pretty, is helpful for giving salience and vividness to its most important information. Extremely simple coding can be applied by highlighting the desired text and pressing any of the buttons that head the text box.

That said, it's better to learn how to enter codes by individual characters rather than "quick-buttons." Every single code is surrounded by brackets, which look like [ and ]. The first one is an opening bracket, and the second one is a closing bracket, which are used to surround the desired coding. You need a set of both brackets at the start of the code, and a set of both brackets (with a slash mark) to signify the end of the code. In visual terms, it will look like this: [code]coded material[/code].


If you want a statement to look like this, for example, then you simply have to enter in the following characters:

[i]If you want a statement to look like this,[/i]



Now that you have a rudimentary understanding of how to start and end a code, let me give you a short list of some of the more basic codes along with their effects:



[i]italicized[/i]
[b]bolded[/b]
[u]underlined[/u]
[color=yellow]colored yellow[/color] - color chart & color creator
[font=Monotype Corsiva]altered font[/font] - no list available :,(

[left]aligned left[/left]
[center]centered[/center]
[right]aligned right[/right]
[size=5]altered font size[/size] - scales from one to seven



You can also form subsections by inserting a "rule function," by entering [rule] or removing the spaces between - - - - -

This will result in:



Just don't overuse it.

Database Coding

Probably the most important feature of BBCoding that you should take advantage of is coding for items in the database. Instead of drowning the readers in a sea of text that will likely become outdated as the game is patched, database coding allows them to hover their cursor over an item, skill, or active to see a pop-up box that displays their descriptions.

A prime example for this is in your section explaining how to use a god's skills. Let's compare a section that hasn't used database coding with one that has:





No Coding






Swift Vengeance

Key Bind: 1

Nemesis dashes in a line, dealing 50/80/110/140/170 (+25% of your physical power) damage to enemies in her path and may dash again within 2s. Using another ability during this time cancels the second dash.

Cost: 50/60/70/80/90 mana.
Cooldown: 14 seconds.


Once upon a time, someone made a guide to BBCoding. To show the benefit of using database coding, he had to write a description of four skills. Unfortunately, he's a lazy bastard who couldn't be bothered to actually come up with actual descriptions of how to use the skills. But then again, who cares? It's not like this is a guide to Nemesis, or anything...



Slice and Dice

Key Bind: 2

Nemesis swings her blade, dealing 40/65/90/115/140 (+25% of your physical power) damage in an area in front of her. Enemies in the center of her swing are struck for 2x damage and slowed by 50% for 2s.

Cost: 60/65/70/75/80 mana.
Cooldown: 7 seconds.


Once upon a time, someone made a guide to BBCoding. To show the benefit of using database coding, he had to write a description of four skills. Unfortunately, he's a lazy bastard who couldn't be bothered to actually come up with actual descriptions of how to use the skills. But then again, who cares? It's not like this is a guide to Nemesis, or anything...




Retribution

Key Bind: 3

Nemesis activates a temporary shield around herself that protects her from all incoming damage for 1s. Nemesis heals for 30/35/40/45/50% of the damage that was avoided and 30/35/40/45/50% of any damage received from gods and minions while the shield is active is reflected back to the source (pre-mitigation). Hard crowd control effects remove the shield once applied.

Cost: 60/65/70/75/80 mana.
Cooldown: 12 seconds.


Once upon a time, someone made a guide to BBCoding. To show the benefit of using database coding, he had to write a description of four skills. Unfortunately, he's a lazy bastard who couldn't be bothered to actually come up with actual descriptions of how to use the skills. But then again, who cares? It's not like this is a guide to Nemesis, or anything...



Divine Judgement

Key Bind: 4

Nemesis chooses a single enemy god, reducing their health by 30/35/40/45/50% of current HP and movement speed by 30/35/40/45/50% for 5s and stealing 30/35/40/45/50% of their protections for 10s. Her movement speed is also increased during this time.

Cost: 90/95/100/105/110 mana.
Cooldown: 90 seconds.



Haha! Thought it'd be the same filler text again, did you?! Wrong! I'm not that lazy! Of course, I'm still not going to explain how to use this frustrating spell because you shouldn't need an explanation - it can't miss, its buff duration is obscene, and it pretty much ensures a free kill. Totally a perfect skill for a "warrior."








Some Coding



Swift Vengeance




Once upon a time, someone made a guide to BBCoding. To show the benefit of using database coding, he had to write a description of four skills. Unfortunately, he's a lazy bastard who couldn't be bothered to actually come up with actual descriptions of how to use the skills. But then again, who cares? It's not like this is a guide to Nemesis, or anything...


Slice and Dice




Once upon a time, someone made a guide to BBCoding. To show the benefit of using database coding, he had to write a description of four skills. Unfortunately, he's a lazy bastard who couldn't be bothered to actually come up with actual descriptions of how to use the skills. But then again, who cares? It's not like this is a guide to Nemesis, or anything...


Retribution




Once upon a time, someone made a guide to BBCoding. To show the benefit of using database coding, he had to write a description of four skills. Unfortunately, he's a lazy bastard who couldn't be bothered to actually come up with actual descriptions of how to use the skills. But then again, who cares? It's not like this is a guide to Nemesis, or anything...


Divine Judgement




Haha! Thought it'd be the same filler text again, did you?! Well, okay, so I did use it once before. That's too bad. Oh, and I'm still not going to explain how to use this frustrating spell because you shouldn't need an explanation - it can't miss, its buff duration is obscene, and it pretty much ensures a free kill. Totally a perfect skill for a "warrior."




The descriptions with the coding are much easier to read, with the added benefit of you not needing to update with every patch change; as long as Smitefire's database is kept up to date, you won't have to worry about your skill descriptions being incorrect. And trust me, it's very easy to overlook minor changes like tweaks to base damage scaling.




Now, you may be thinking that something so useful would have to have some seriously intimidating coding. Au contraire, it's even easier than italicizing! There are two different ways to code into the database. The first results in something very similar to text, allowing a sentence to flow naturally; the second results in an image, which you would usually not want in the middle of paragraph.

For the textual code, you simply place two brackets around each side of the item or skill. For example, [[Switch Stances]] will result in Switch Stances.

For the icons, there's a little bit more involved. [icon=Switch Stances size=50] will result in:

As you can see, using an icon in the middle of a sentence would disrupt its flow. They're much more useful for heading and separation, such as how they were used in the skill explanations above.

Also note that the numerical value you have set equal to its size will determine its dimensions. You can therefore increase or decrease its size by increasing or decreasing its magnitude, respectively. Just make sure to not make its size too extreme. If it's too large, the poor resolution makes it look sloppy; if it's too small, it's more difficult to hover over it to read its description.

Advanced Coding

In my eyes, simple coding is just using one code to format something. But fortunately, you can do much more with coding than that! It reasons to be, then, that advanced coding is combining individual codes for multiple effects. A simple form of advanced coding, for example, would be combining both a color and the underline code, to achieve something like this.

There are multiple ways to code this, but I prefer having coding "consume" another. The above code, for example, was entered as: [color=cyan][u]like this[/u][/color]. As you can see, the underlining code began after the color code, but was also the first to end. The same result could be achieved by closing them off in any order (such as [color=cyan][u]like this[/color][/u]), but I feel it's harder to upkeep, especially when using multiple codes.




Another form of advanced coding is the actual customization of codes. Say, for example, that the size of a picture you desire is either too large or small to be practical. Instead of using the default [img][/img] code, you'll have to set the image equal to your desired dimensions. Let's say the image is typically 500x600 pixels, but you want it to be a fair bit smaller (say, 167x200 pixels). You'll need to use the coding:
[img width=167 height=200][/img].

When customizing dimensions, make sure to change them proportionally. Modifying 500x600 pixels to 100x350 pixels, for example, would drastically alter its appearance. To find a picture's dimensions, simply right-click the image and select "Image Properties..." A new window will open, displaying, among other things, its dimensions.

So, to modify this image to one-eighth of its original dimensions, you would change its default dimensions of 1440x1080 to 180x135. The coding would therefore change from [img]image url[/img] to
[img width=180 height=135]image url[/img]


Coding


Result






Now for some really fun stuff! Let's center, head, and modify the dimensions of a picture while also linking it to its original address for its full-size!

Coding


Result


Useful Links

Before I leave you with ready-made templates, I'd like to provide a few links to some guides that deal with more specific BBCoding.

If you've any experience in BBCoding at all, you might notice how there's been a severe lack of explanation on columns. Well, that's because there's so much about columns that you could write an entire guide on them. In fact, several people have! I highly recommend checking out both Icecreamy's guide to columns and Jordenito's guide to columns, as they're a tremendously useful formatting tool.

There are also come codes listed here that I haven't gone over because they've already been explained fairly well. It won't take much time out of your day; it's pretty short and concise.

If the twelve colors in the color wheel heading the content box don't quite do it for you, here are both a color chart and a color "creator".

TT's Basic Templates

The templates in the following sections may seem rather unwieldy; if you end up staring at them with a blank face, use these simple ones I made. Just replace any capitalized text with the content you desire.




Pros and Cons Template


Result



PRO'S
  • CONTENT
  • CONTENT
  • CONTENT

CON'S
  • CONTENT
  • CONTENT
  • CONTENT





Skills, Items, and Actives Explanations Template


Result



Switch Stances




DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION
DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION
DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION





Alternate Skills, Items, or Actives Explanations Template


Result


DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION
DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION
DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION


TormentedTurnip's Templates

This guy!




This is useful for giving an quick overview of a god's strengths and weaknesses while also allowing potential for expansion.

Pros and Cons Coding


Result



[The] Anti-Peeler.
Excellent AoE heals.
Excellent sustain and burst.
Ability to prevent and/or remove crowd control.


Expansion




High Skill Floor.
No leap or dash.
No true ultimate.
No hard crowd control.


Expansion







Pros and Cons Template


Result



PRO'S PRO'S PRO'S
PRO'S PRO'S PRO'S
PRO'S PRO'S PRO'S


Expansion




CON'S CON'S CON'S
CON'S CON'S CON'S
CON'S CON'S CON'S


Expansion









I use this to help visually separate different skills, items, or actives without being as glaring as a rule bar.



Corner Coding


Result


Repulse / Inspire

It is an Area of Effect spell that is cast with you in the center. Therefore, you need to be near to enemies to hurt them and near to teammates to heal them. This is probably the most dangerous part about Hel because she has to get in pretty close to cast them, despite having low health, resistances, and a lack of escapes. Fortunately, it both hits and heals like a truck, and it's pretty much impossible to miss.

A good Hel will do his/her best to position his/herself to heal multiple teammates rather than just the one being focused the hardest, while also not wasting too much time trying to incorporate everyone into its range. This is much harder to do when you queue alone, grouping you with morons that spread apart from your heals. (/rant)

Be very aware of Inspire's speed increase as well (between fifteen and twenty-five percent, depending on rank) and that it affects everyone in its radius, not just Hel.

This is your AoE nuke/heal, and should be leveled to maximum before any other skill. I almost always put two points into it at the start of the match, and one point into Hinder / Cleanse.









Corner Template


Result


SKILL NAME

DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION
DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION
DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION
DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION
DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION
DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION
DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION
DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION

PiederMan's Templates

I, personally, think Piederman's Ao Kuang guide is the cleanest comprehensive guide on the site and certainly deserves its position as one of the most highly rated guides here. He has unfortunately ceased his activity on Smitefire, so I believe we should make use of all the effort he put into his guide, giving his influence a lasting contribution to this site. In case he does one day make a triumphant return, it'd be great if you'd give him a +Rep and credit him for using his coding.

A word of warning, though. The templates provided here might be slightly off from Piederman's actual guide because, even though he did send me the coding, it was unfortunately inaccessible when I finally got around to writing the templates. But I made sure to inspect the elements and convert the majority of the html to BBCoding, so it should be pretty similar.




This is, in my opinion, the best skill explanation section I have ever seen. He doesn't go extremely in-depth with the skills, but the formatting and presentation for them is stellar. This is my most highly recommended template if you can manage to create gifs for the skills.


Skill Explanation Coding


Result





Graceful Winds

Whenever people hear the name Ao Kuang, his passive should clearly be what first comes to mind. What it does is that it gives you an additional magical power equal to 5% of your total mana, which is why he is mostly built with mana items. In the late game with my builds you have around 2700 mana, which gives you around 135 additional magical power.




Squall

A very useful ability not just for you, but for your teammates as well as it'll help melee gods stick to their target a lot easier. Never use this on minions or for poking. It'll just eat up all your mana before you know it, and leaving you without any major results as well. Use this and Slither to keep your Polynomicon up and running in team fights when you have it.

Squall






Slither

This ability is superb when you realize you're in the wrong spot of a team fight and need to get out of there, or to quickly catch up with an fleeing enemy. It's also a very strong ability if you use it together with Squall to keep Polynomicon up, as they both only have a 7 second base cooldown. This gives you slow immunity for 1 second upon activation as well.

Slither






Tornadoes

The main ability of Ao Kuang. This brings forth huge tornado with a wide area of effect range that adds a massive damage over time effect on enemies within it. The damage over time effect also refreshes if an enemy remains, or steps back into it. This ability is used for out-zoning Assassins and Hunters from team fights, or to keep them from feeling out of one.

Tornadoes






Spirit's Tempest

This is Ao Kuangs ultimate. It can be breath-taking if used properly, but its also very difficult to hit with; as well as making a very distinctive sound upon activation. Use it only if you know that it will hit; otherwise use it defensively, or else you'll be drawing a lot of attention to you. It works really well with Ares's No Escape and Hades Pillar of Agony for example.

Spirit's Tempest










Skill Explanation Template


Result





SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION
SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION
SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION




SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION
SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION
SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION

Switch Stances






SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION
SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION
SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION

Switch Stances






SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION
SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION
SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION

Switch Stances






SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION
SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION
SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION SKILL DESCRIPTION

Switch Stances










This is another one of my favorites. Use it in a section dealing with matchups against specific gods - it displays all of their abilities, immediately makes their difficulty apparent, and gives plenty of room for explanations.



Matchups Coding


Result




Agni
DIFFICULTY
VERY HIGH



Path of Flame
Agni, The God of Fire is one of the strongest poke gods out there. He will simply be able to dodge all your Tornadoes with his escape ability Path of Flame. Not only this, he will also have a stronger push than you before you reach 5 and above, and at this time he will be able to poke you in a very unpleasant way with his ultimate Rain Fire.
Tips and Tricks

Avoid standing behind your minions, and don't stand next to them at all once he's level 5 or more. This will only give him a straight advantage to poke you down.

Remember to move unpredictably to make it harder for him to successfully hit you with any of his abilities, but mainly for his Rain Fire.








Matchups Template


Result




Hel
DIFFICULTY
EASY/MEDIUM/HARD




EXPLANATION OF THE GOD'S PLAYSTYLE EXPLANATION OF THE GOD'S PLAYSTYLE
EXPLANATION OF THE GOD'S PLAYSTYLE EXPLANATION OF THE GOD'S PLAYSTYLE
EXPLANATION OF THE GOD'S PLAYSTYLE EXPLANATION OF THE GOD'S PLAYSTYLE
EXPLANATION OF THE GOD'S PLAYSTYLE EXPLANATION OF THE GOD'S PLAYSTYLE

Tips and Tricks

TIPS ON WINNING TIPS ON WINNING TIPS ON WINNING TIPS ON WINNING
TIPS ON WINNING TIPS ON WINNING TIPS ON WINNING TIPS ON WINNING
TIPS ON WINNING TIPS ON WINNING TIPS ON WINNING TIPS ON WINNING
TIPS ON WINNING TIPS ON WINNING TIPS ON WINNING TIPS ON WINNING







Here are the codes for several images used throughout his guide:


Code



Code



Code



Code



Code

Subzero008's Templates

Subzero008 SubShallot is definitely one of the best guidewriters on this site; he has published more guides than anyone else without forsaking quality for quantity. He's probably got the best organization out of anyone, both within each guide and how well they're all integrated together. Even if you don't use his coding, I recommend you simulate how his guides are structured. And if you do use his coding, make sure to +Rep and give him credit.




This is useful for starting your guide with a bang - it will help provide a short and sweet overview of the god your guide is about.


Introduction Coding


Result


Five seconds after this picture was taken, the boar devoured the cameraman.

Transgressors Fate


Playing Artemis


If I had to describe Artemis with one word, it would be unforgiving.
Artemis is a difficult goddess to play. She has a set of clearly defined and easily exploitable weaknesses while having few strengths compared to other carries such as Apollo or Neith. Her main strength is the absurd amounts of damage she can inflict late game, but her reliance on basic attacks is also a weakness. With no escape, any mistakes in positioning will be severely punished, and missing shots will decrease your damage output significantly.
In short, you cannot afford to make a single mistake. You must have perfect positioning, perfect accuracy, and perfect foresight. If you can master these three, you have mastered Artemis.

Transgressors Fate







Introduction Template


Result


WITTY CAPTION (totally a requirement)


TITLE


CONTENT
CONTENT
CONTENT
CONTENT
CONTENT
CONTENT
CONTENT
CONTENT
CONTENT
CONTENT
CONTENT
CONTENT

Jordenito's Templates

Jordenito Jojobanito has published multiple works, and you can really see how his coding skills have developed with each guide. If you want your guide to have a great format, definitely ask him for help. He also typically leaves great reviews. And if you use any of his codes, make sure to +Rep and give him credit.




This is great for displaying a god's common combo(s), while also giving you the option to go more in-depth about it.


Combo Coding


Result



ULTIMATE-BLINK COMBO

blink

Explanation








Combo Template


Result



NAME OF SUPER COMBO


Explanation









Here's some great coding that provides plenty of room for explanations on how to fight/counter specific gods and also displaying their skills and difficulty level.



Matchups Coding


Result


bakasura





Matchups Template


Result


GOD NAME










If you want an easy-to-read introduction that spells out the pro's and con's of the god at hand, this is your go-to template.



Introduction/Pros and Cons Coding


Result


Advantages
Superb Damage Output
Immense Sustain
Ridiculous Ultimate
Trolliest God Ever
Low Skill Floor
Excellent Mobility
_____________

__________
Drawbacks
Useless Passive
Low Burst
Mana Hungry
Weak Early Game
Team Reliant
Low Scaling
IN SHORT
The Team Fight Chang'er
expansion









Introduction/Pros and Cons Template


Result


ADVANTAGES
ADVANTAGE
ADVANTAGE
ADVANTAGE
ADVANTAGE
ADVANTAGE
_____________

__________
DRAWBACKS
DRAWBACK
DRAWBACK
DRAWBACK
DRAWBACK
DRAWBACK
IN SHORT
ASDFASDFASD;LFJASDF
expansion













Here's the coding for the arrow he uses in his guides:


Coding




And here's the "invisible text" he uses to create minute changes in spacing in spoilers. Note that it does not completely hide text on the default guide background, but it matches that of a spoiler box.


Coding




In a guide:

Highlight Between Me! Invisible Text Highlight Between Me!


In a spoiler:

Result




Our dear Jojobanito has also written his own BBCoding guide that specifically explains how to use columns.

Sanguis's Templates

Sanguis is the author of the top rated Ymir guide here. And even more importantly, he's the one that converted MOBAfire's skillsequence coding into a format Smitefire can use. In addition, he's just generally a very kind and helpful member of the community. Make sure to +Rep and credit him if you use his coding.




I recommend using this code to head you skill explanations section, as it really helps to show the general priority of the god's spell leveling orders.


Skill Sequence Coding


Result



Ability Sequence
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20





Skill Sequence Template


Result



Ability Sequence
1
2
path of flame
3
4
5
6
7
8
path of flame
9
10
11
path of flame
12
path of flame
13
14
path of flame
15
16
17
18
19
20

BestMinionEver's Templates

BestMinionEver BestMelonEver, or Marki, is the author of one of the top rated guides on the site, with several other solid guides under his belt. Both he and Subzero could be considered the site's Jungling mentors, and he's graced me with some coding from his comprehensive guide to Ne Zha. Please give him a +Rep and credit him if you use his coding in your guide.




This one here is great if you've got multiple builds, as different itemizations do indeed change a god's strengths and weaknesses.


Pros and Cons coding


Result


Here I'll give you an idea of what the different builds are good at and what they are less effective at doing, to give you an idea of how you might want to build depending on your experience and what you are up against.

Beginner build (jungle)


Pros

Cons

Advanced build (jungle)


Pros

Cons

Early snowball build


Pros

Cons

My current build


Pros

Cons







Template


Result



TITLE


PRO'S

CON'S


TITLE


PRO'S

CON'S








This is a visually pleasing section for explaining the god's skills that can be compacted so as to not take up too much space.


Skill Explanation coding


Result


Immortal SpiritImmortal SpiritImmortal SpiritImmortal Spirit (Passive)Immortal SpiritImmortal SpiritImmortal Spirit



This passive gives Ne Zha a stack of 0,5 hp5 (health points per 5 seconds) for each hit with a basic attack up to 50 stacks, so 25 hp5 (5 health per second, which is half the health you get from a Healing Potion). The stacks are lost when you die.
He also got a basic attack chain (with 4 attacks) x1 damage, x1 damage, x1,5 and x2 aoe (area of effect) damage (using abilities resets the chain).
My thoughts

Universe Ring Toss



You throw a ring in a straight line, the ring will bounce between targets that are close to each other. Enemies that are hit gets slowed and gets a physical protection debuff, enemies take 25% less damage for each time they get hit. Ne Zha also gets a movement speed buff for each hit. The ring bounces 3 times at rank 1 and 7 times at rank 5 (+ the first hit so 4-8 hits). It has relatively low damage per hit and does only get 20% of your physical power, but it is relatively cheap to cast when it comes to mana and it has a 12 second cooldown.
My thoughts

Flaming Spear



This is a steroid that buffs your attack speed and critical hit chance, which makes you do your chain combo much faster so that you get the bonus from your third and fourth attack more often. The duration of the steroid is 4 seconds at rank 1 and 6 seconds at rank 5, the mana cost is pretty low, but the cooldown is 18 seconds.
My thoughts

Armillary Sash



This is a ability that only works against enemy gods, it is long ranged single target stun which pulls you to the target dealing damage in the area close to your target. It has a relatively low base damage, but it gets 100 percent of your physical power. It has a base mana cost of 75 mana and a cooldown of 18 seconds at rank 1 and 14 seconds at rank 5.
My thoughts

Wind Fire Wheels



This ability also only works against enemy gods. It is a straight line dash that when you collide with an enemy will throw you and the enemy into the air. While you are up in the air you are going to hit the enemy three times over 4 seconds. The base damage for each hit is pretty low and it doesn't get more than 30 percent of your physical power, but each hit can do a critical hit (so Deathbringer is a must have). After you are done hitting the enemy you throw him back to the ground (Seismic Toss from pok©mon much?) dealing damage to everyone standing underneath you. This does a bit more damage, but can't apply critical hits. When you get back to the ground you dash back to where you originally dashed from before colliding with an enemy. It has a cooldown of 90 seconds and a mana cost of 80 at rank 1 and 120 at rank 5.
My thoughts








Template


Result



IMMORTAL SPIRITIMMORTAL SPIRITImmortal SpiritPASSIVE'S NAMEIMMORTAL SPIRITIMMORTAL SPIRITIMMORTAL SPIRIT



DESCRIPTION
MY THOUGHTS


FIRST SKILL'S NAME



DESCRIPTION
MY THOUGHTS


SECOND SKILL'S NAME



DESCRIPTION
MY THOUGHTS


THIRD SKILL'S NAME



DESCRIPTION
MY THOUGHTS


ULTIMATE'S NAME



DESCRIPTION
MY THOUGHTS

Conclusion and Changelog

Well, I hope this guide was helpful to you. I really would like to see guidemakers make use of the templates that multiple prominent authors have provided, using the time they will have saved to focus on the content of their guides. Best of luck to you, and feel free to PM me with any questions or help regarding BBCoding.

Changelog

Winter 2013-2014


Spring 2014

Credits

When I began writing my first guide in June of 2013, I hadn't an inkling of what BBCoding was. Although I didn't use it as a reference for this guide, Jhoijhoi certainly helped get me on my feet with her Getting Started guide.

A big thank you to Icecreamy and Jordenito for their guides to columns. I would not have even considered making this guide if I were going to explain columns. *Shudder*

Huge props to Piederman, Subzero008, Jordenito, Sanguis, and BestMinionEver for lending me their codes to be used as templates.

There are also many others who have, to a lesser but non-negligible extent, influenced my works. Thanks for being active, ya'll.

And finally, let's not forget the editors, veterans, moderator, and administrators who keep the database current!


Leave a Comment

You need to log in before commenting.

Collapse All Comments

1
Jordenito (66) | April 15, 2014 9:32pm
No problem :)
1
TormentedTurnip (96) | April 15, 2014 11:31am
Sounds great! If you do intend to make a guide to columns, let me know right away and I'll make sure to place a salient link to it.
1
Pentargonite (62) | April 15, 2014 10:08am
Jordenito wrote:

I'm planning on maing a columns guide...


YAY :D
<3 u if you make it
1
Jordenito (66) | April 14, 2014 12:44pm
I'm planning on maing a columns guide...
1
Pentargonite (62) | April 14, 2014 12:05pm
I don't understand columns :(
1
TormentedTurnip (96) | March 26, 2014 7:16pm
Nope, you don't need to capitalize anything. I just sometimes do out of habit.
1
FerrumSlash (70) | March 25, 2014 5:35am
Are the codes case sensitive?
1
subheg222 | March 23, 2014 8:13pm
The guide plays with all kinds of possible codes but doesn't tell how to justify text and which font names work with BBC.
1
TormentedTurnip (96) | March 15, 2014 10:58am
Thanks. I went ahead and updated to [img=] for the results, but have [img][/img] still in the coding. And while updating, I discovered that part of my explanations had been hidden under an invisible bar somehow, lol. So if the advanced coding section seemed a little...off, then I'd recommend rereading it (it just cut out one paragraph).
1
Startled_Goldsfish | March 15, 2014 10:27am
very helpful for first time guide makers, thank you very much
1
NightOfTheWatch (2) | March 13, 2014 11:58am
Fantastic guide, I really helped me in constructing a guide of my own. So, well done and thanks ^_^.
Loading Comments...
Load More Comments

SMITEFire is the place to find the perfect build guide to take your game to the next level. Learn how to play a new god, or fine tune your favorite SMITE gods’s build and strategy.

Copyright © 2019 SMITEFire | All Rights Reserved