TSK Alliance

TSK Alliance Forums
Home­Portal­FAQ­Search­Register­Memberlist­Usergroups­Log in
Search
 
 

Display results as :
 
Rechercher Advanced Search
Latest topics
» MBBS In Ukraine
Thu Oct 01, 2009 10:40 am by ttnnqq06

» I promised
Sat Sep 05, 2009 9:40 pm by Maaya

» [lOvE] Form
Mon Apr 13, 2009 4:15 pm by Chan

» How about some Event Suggestions
Sun Mar 29, 2009 10:00 pm by Jazmyn Zee

» Ding Dong the Alliance is Dead???
Mon Mar 02, 2009 11:08 pm by pampered

» [ZAK] App
Fri Jan 23, 2009 8:36 pm by One And Only Zak

» AKA App
Sun Jan 18, 2009 2:57 am by Jazmyn Zee

» Hey!
Sat Jan 17, 2009 5:49 pm by Morgan

» Reguarding TNS and ECTO
Tue Jan 13, 2009 6:42 pm by Ryan

» Merry Christmas!
Wed Dec 24, 2008 11:15 pm by Jazmyn Zee

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
 
Forum
November 2009
SunMonTueWedThuFriSat
1234567
891011121314
15161718192021
22232425262728
2930     
CalendarCalendar
Post new topic   Reply to topicShare | 
 

 GWBBcode Tutorial

View previous topic View next topic Go down 
AuthorMessage
Tilan
Admin


Posts: 5
Join date: 2007-12-18
Age: 19
Location: Westville, IN

PostSubject: GWBBcode Tutorial   Tue Dec 18, 2007 12:35 am



gwBBCode Tutorial


Display of a single skill:

To display a single skill you only need to encase the Skill name between "[" and "]".
For example "shock" would be represented by
[shock] =
If we only want to put the name of the skill (but not the icon) we must put two "[" before,
Example:
[[shock] = Shock
Note: The skills with multiple words and/or special characters must be written as their name appears on Guild Wars (case insensitive), but some special characters can be ignored.
Examples:
[putrid Explosion] =
["Charge!"] =
[charge]=
[Melandru's Arrows] =
[melandrus arrows] =


Display of a single skill with an specific attribute

If you want to display a skill effect on a specific attribute value you only need to include "@" after skill name and then a number
Example
[shock@8] =  here we have the skill with attribute 8 (the skill description includes the number)
As before we can only display the skill name
[[shock@8] = Shock


Complete Builds

To create a complete build we need to use the tags [build] and [/build] respectively and inside [build] we can introduce much information:

  • Professions: Just add prof=Warrior/Monk for example. We also can use the current available abbreviations W, Mo, E, R, N, Me, Rt, A, D, P.
    We can put a primary and secondary profession or just a single profession.
    Example:
    [build prof=W][/build]

    [build prof=Warrior/Elementalist][/build]

  • Build's Name: Just include name="Char name" (note: it must be encased between "")
    Example:
    [build name="Shock Warr" prof=Warrior/Elementalist][/build]
    Shock Warr

  • Attributes: Just add the attribute name = number, where the name must be without spaces. Example axemastery=10. We can use the plus to mark a rune use.
    Example:
    [build name="Shock Warr" prof=Warrior/Elementalist Strength=11+1 AxeMastery=12+3+1 AirMagic=8 ][/build]
    Shock Warr

  • Description: Here we can add any text like weapon or armor information, to add a break line add {br}. The format is desc="description" all the text must be enclosed between ""
    Example:
    [build name="Shock Warr" prof=Warrior/Elementalist desc="Weapon #1: Vampiric Axe{br}Weapon #2: Penetrating Axe" Strength=11+1 AxeMastery=12+3+1 AirMagic=8][/build]
    Shock Warr

  • Skills: Just include them between the build tags:
    Example:
    [build name="Shock Warr" prof=Warrior/Elementalist desc="Weapon #1: Vampiric Axe{br}Weapon #2: Penetrating Axe" Strength=11+1 AxeMastery=12+3+1 AirMagic=8 ][Frenzy][Eviscerate][Executioners Strike][Bulls Strike][Shock][Axe Rake][Sprint][Resurrection Signet][/build]
    Shock Warr

  • Box: You can create a nice box border to encase the build skills like in the game by adding "box" to the code:
    Example:
    [build name="Shock Warr" box prof=Warrior/Elementalist desc="Weapon #1: Vampiric Axe{br}Weapon #2: Penetrating Axe" Strength=11+1 AxeMastery=12+3+1 AirMagic=8 ][Frenzy][Eviscerate][Executioners Strike][Bulls Strike][Shock][Axe Rake][Sprint][Resurrection Signet][/build]


    Core
    PvE only
    Frenzy
    • 4
    • 5
    Stance. For 8 seconds, you attack 33% faster but take double damage.
Shock Warr

  • No save: If you don't want a build to show the copy build icon just add "nosave" to the code.
    Example:
    [build name="Shock Warr" nosave prof=Warrior/Elementalist desc="Weapon #1: Vampiric Axe{br}Weapon #2: Penetrating Axe" Strength=11+1 AxeMastery=12+3+1 AirMagic=8 ][Frenzy][Eviscerate][Executioners Strike][Bulls Strike][Shock][Axe Rake][Sprint][Resurrection Signet][/build]
    Shock Warr

  • Template Code: Various syntaxes are available to turn a template code into a skill bar:
    Any of the following:
    [Shock Warr;OQYTgw4K5QrSFqM9cOtrCA]
    [build=Shock Warr;OQYTgw4K5QrSFqM9cOtrCA]
    [build=OQYTgw4K5QrSFqM9cOtrCA]
    (this option doesn't insert a buildname)
    results in:
    Shock Warr
  • Pickup:One of the most interesting functions. This allows people to clic on the profession icons to autoassign themselves to a build position making easy the creation of groups. We must add pickup="aabbcc" replacing "aabbcc" with an unique identifier, because if two different pickups have the same id they interfere each other and cause problems. It is highly recommended to use a build's name and the date you are putting it to prevent multiplicity.
    You can also use your username and date. The autoassigned people will appear on the pop-up text.
    [build name="Shock Warr" pickup="Coran 18april07" prof=Warrior/Elementalist desc="Weapon #1: Vampiric Axe{br}Weapon #2: Penetrating Axe" Strength=11+1 AxeMastery=12+3+1 AirMagic=8 ][Frenzy][Eviscerate][Executioners Strike][Bulls Strike][Shock][Axe Rake][Sprint][Resurrection Signet][/build]
    Shock Warr


    Optional Skills on a Build

    Many occasions we want to put a build with just 7 or 6 skills telling there is space to put optional skills. We can just put 7 skills on the bar or include [No Skill] to create a blank space as an option.

    Example:
    [build name="Shock Warr" prof=Warrior/Elementalist desc="Weapon #1: Vampiric Axe{br}Weapon #2: Penetrating Axe" Strength=11+1 AxeMastery=12+3+1 AirMagic=8 ][Frenzy][Eviscerate][Executioners Strike][Bulls Strike][Shock][No Skill][Sprint][/build]

    Shock Warr

    In other occasions we want to include specific skills as a second option. These can be achieved having two skill rows. To do that we only need to add an enter (line break) and then the new skills, the only consequence of this is the build wont be a valid one and you wont be able to copy the template. We can add [No Skill] to create spaces:

    Example:
    [build prof=Mo/Me name="Monky" Div=10+1 Hea=12+4 Ins=8][Channeling][Healing Seed][Healing Whisper][Orison of Healing][Word of Healing][Heal Party][Holy Veil][Inspired Hex]
    [Revealed Hex][No Skill][Ethereal light][No Skill][Blessed Light][/build]



    Monky



    Preventing the gwBBcode locally

    In some text the use of gwBBcode could be not desirable, principally when there are many skill abbreviations.

    For example, Once we had a nice guild on our Alliance called The Dualist
    but, What the heck? where is the tag (TD) and why is there a nice ranger skill instead?
    here an abbreviation of gwBBcode has been activated, to prevent it we can simple add the "pre" tag.
    Example:
    [pre][TD][/pre] = [TD]
    Instead of [TD] =

    This tag is also very useful to explicity show the code to use to create a build instead of displaying the actual images or build formatted.

    Example
    [pre][build prof=W/E][Eviscerate][Shock][/build][/pre]
    results in:
    [build prof=W/E][Eviscerate][Shock][/build]



    The Independent Pickup Function

    You can also create a build independent pickup function, it is handy if you want to see the complete list without having to look on the pop-up texts or it also can be used to create an open poll, where you can see who voted for each option. Or even allowing to vote for more than one option.

    Example

    [pickup="coran tutorial 30agosto06"]
    it results in
    [pickup="coran tutorial 30agosto06"]

    Pickup yourself on next line if you understood this guide =)

    [pickup="understood 30agosto06"]

    and here if you dont =)

    [pickup="no way 30agosto06"]


    Build Import-Export with Gwfreaks

    Because many use the Gwfreaks program, some people have created tools to transmit builds fast and easy.

    From Gwfreaks to gwBBcode: The program already has and Export option to gwBBcode format where you only have to copy the code and paste it to your post-message.

    From gwBBcode To Gwfreaks:
    To look and original gwBBcode from a posted build, just click on "quote" copy only the build code and you paste it on this website:

    http://guild-ed.game-host.org/gws2gwf/index_eng.php

    Then you just click on "convert" and you will be able to download a file to use it with Gwfreaks.

    Note: You don't have to send the "quote" message, you can only close the window or do a clic "back" on the browser.
  • Back to top Go down
    View user profile http://tskalliance.forumotion.com
     

    GWBBcode Tutorial

    View previous topic View next topic Back to top 
    Page 1 of 1

    Permissions of this forum:You cannot reply to topics in this forum
    TSK Alliance :: Character & Team Builds :: PVP Team Builds & Strategies-
    Post new topic   Reply to topic