Post by nemotvchampion on Jan 29, 2013 16:21:51 GMT -8
I'm having some trouble with a code I have on the v4 version of my forum when I converted a test forum to v5.
Header Code in V4
Header Code in V5: nemotesting.freemessageboards.com/board/2/guidebook
As you can see, The Header in V4 is for the "Guidebook" category of our Roleplay forum, which lists stats and such. But when I tried to use it in V5 the box background (blue) does not show up while the text is present. Could someone please help me convert this header code to work with V5?
Header Code in V4
Header Code in V5: nemotesting.freemessageboards.com/board/2/guidebook
As you can see, The Header in V4 is for the "Guidebook" category of our Roleplay forum, which lists stats and such. But when I tried to use it in V5 the box background (blue) does not show up while the text is present. Could someone please help me convert this header code to work with V5?
<div><script type="text/javascript"></div><div><!--</div><div>
</div><div>/*</div><div> *<span class="Apple-tab-span" style="white-space:pre"> </span>Dynamically Tabbed Welcome Table v2</div><div> *<span class="Apple-tab-span" style="white-space:pre"> </span>Generated by the DTT Generator</div><div> *<span class="Apple-tab-span" style="white-space:pre"> </span>Created By Jordan a.k.a. Triad</div><div> *<span class="Apple-tab-span" style="white-space:pre"> </span>http://support.proboards.com</div><div> */</div><div>
</div><div>var DTT = {</div><div>
</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>selected:</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>{</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>id: "adminote",</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>listItem: {}</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>},</div><div>
</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>$: function(id)</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>{</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>if(id)</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>return document.getElementById(id);</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>return false;</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>},</div><div>
</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>init: function()</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>{</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>var tCookie = this.getCookie();</div><div>
</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>if(tCookie.tab)</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>{</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>this.toggleTab(tCookie.tab);</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>}</div><div>
</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>if(tCookie.show == "0")</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>{</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>this.$("pro_collapse").style.display = "none";</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>}</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>},</div><div>
</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>setCookie: function(tab, show)</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>{</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>var tTab = "";</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>var tShow = "";</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>var tCookie = this.getCookie();</div><div>
</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>if(tab)</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>tTab = tab;</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>else</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>tTab = (tCookie.tab) ? tCookie.tab : this.selected.id;</div><div>
</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>if(show)</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>tShow = show;</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>else</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>tShow = (tCookie.show) ? tCookie.show : "1";</div><div>
</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>document.cookie = "DTTData=tab=" + encodeURI(tTab) + "|show=" + encodeURI(tShow) + ";expires=Sat, 20 Jan 3000 12:12:12 UTC; path=/;";</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>},</div><div>
</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>getCookie: function()</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>{</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>if(document.cookie.match(new RegExp("DTTData=(.+?)($|;)","gi")))</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>{</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>var data = decodeURI(RegExp.$1);</div><div>
</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>return {</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>tab: data.split("=")[1].split("|")[0],</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>show: data.split("=")[2]</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>};</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>}</div><div>
</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>return false;</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>},</div><div>
</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>toggleTab: function(id)</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>{</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>var newID = id.substr(4);</div><div>
</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>if(this.selected.id != newID && this.$(id))</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>{</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>if(this.$("nav_" + this.selected.id))</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>{</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>this.$("nav_" + this.selected.id).className = "tabbg";</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>this.$("pro_" + this.selected.id).style.display = "none";</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>}</div><div>
</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>this.selected.id = newID;</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>this.$("nav_" + this.selected.id).className = "tabbgselected";</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>this.$("pro_" + this.selected.id).style.display = "";</div><div>
</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>this.setCookie(id, false);</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>}</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>},</div><div>
</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>toggleTable: function()</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>{</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>if(this.$("pro_collapse").style.display == "")</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>{</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>this.$("pro_collapse").style.display = "none";</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>this.setCookie(false, "0");</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>}</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>else</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>{</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>this.$("pro_collapse").style.display = "";</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>this.setCookie(false, "1");</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>}</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>},</div><div>
</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>toggleListItem: function(id, name)</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>{</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>if(this.selected.listItem[id])</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>{</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>if(this.selected.listItem[id].name == name)</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>{</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>if(this.selected.listItem[id].object.style.display == "")</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>{</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>this.selected.listItem[id].object.style.display = "none";</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>this.$("pro_" + id + "_default").style.display = "";</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>}</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>else</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>{</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>this.$("pro_" + id + "_default").style.display = "none";</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>this.selected.listItem[id].object.style.display = "";</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>}</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>return true;</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>}</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>else</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>this.selected.listItem[id].object.style.display = "none";</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>}</div><div>
</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>this.selected.listItem[id] = {</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>name: name,</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>object: this.$("pro_" + id + "_" + name)</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>};</div><div>
</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>this.$("pro_" + id + "_default").style.display = "none";</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>this.selected.listItem[id].object.style.display = "";</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>}</div><div>};</div><div>
</div><div>//--></div><div></script></div><div>
</div><div><style type="text/css"></div><div><!--</div><div>
</div><div>.tabbg {</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>background-color: #6b2900;</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>border-bottom: 1px solid #000000;</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>border-right: 1px solid #000000;</div><div>}</div><div>
</div><div>.tabbgselected {</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>background-color: #007291;</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>border-bottom: 1px solid #007291;</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>border-right: 1px solid #000000;</div><div>}</div><div>
</div><div>#pro_tabs td, #pro_sidebar td {</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>font-size: 10pt;</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>font-weight: bold;</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>text-align: center;</div><div>}</div><div>
</div><div>#pro_tabs td {</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>width: 25%;</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>cursor: pointer;</div><div>}</div><div>
</div><div>#pro_content {</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>font-size: 10pt;</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>text-align: left;</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>padding: 10px;</div><div>}</div><div>
</div><div>#pro_threads {</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>font-size: 10pt;</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>font-weight: bold;</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>line-height: 1.5em;</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>text-align: left;</div><div>}</div><div>
</div><div>--></div><div></style></div><div>
</div><div><table width="92%" align="center" cellspacing="1" cellpadding="0" class="bordercolor"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><tr></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><td class="titlebg" align="center" colspan="1" style="padding: 4px; cursor: pointer;" onclick="DTT.toggleTable();"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><font size="2"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>The Guidebook</div><div><span class="Apple-tab-span" style="white-space:pre"> </span></font></div><div><span class="Apple-tab-span" style="white-space:pre"> </span></td></div><div><span class="Apple-tab-span" style="white-space:pre"> </span></tr></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><tr id="pro_collapse" style="display:;"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><td width="70%" align="center" class="windowbg" valign="top"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><table width="100%" cellspacing="0" cellpadding="4"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><tr id="pro_tabs"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><td class="tabbgselected" onclick="DTT.toggleTab(this.id);" id="nav_adminote">Administrator's Note</td></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><td class="tabbg" onclick="DTT.toggleTab(this.id);" id="nav_rules">Basic Rules</td></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><td class="tabbg" onclick="DTT.toggleTab(this.id);" id="nav_Character">Characters</td></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><td class="tabbg" onclick="DTT.toggleTab(this.id);" id="nav_tabcolor" style="border-right: none;">Stat/Battle System</td></div><div><span class="Apple-tab-span" style="white-space:pre"> </span></tr></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><tr></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><td class="windowbg" id="pro_content" colspan="4"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><div id="pro_adminote"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><center><font size=1><p>Hello, and welcome to Radiating Spell Books, a futuristic Gash Bell role play forum. We're glad to have you here and hope that while you remain with us, you enjoy your stay to the fullest extent!</p></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><soft>The Basic Rules and Characters tabs of this guide are must reads before creating your character. The Stat and Battle System is necessary for the distribution of stats to the profile and to learn how to battle. If you have any questions about the information displayed, or find that something hasn't been fully answered, please let the staff know!</soft><p></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><font size=4>About Us</font></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><i>Radiating Spell Books</i> is a PG-13 rated, futuristic Gash Bell Roleplay forum set in the year 3000 where members create their own unique Demon character to participate in the battle for the title of Demon King. We are an active forum with kind staff that allows roleplayers of all experience and ages. <i>Radiating Spell Books</i> first opened in January, 2008 with the name Gash Bell: Demon Battle 3000. We are proud to say that the current version is very similar to the original opened two years ago.</p></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>Within this thread are the Rules and Regulations of all aspects of the Forum. Please, be sure to read all of the posts in this thread, as well as others in the Guidebook, as everything is important.</p></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>Hidden in one of these rules sections is the password to access the Character Creation thread. The password for both creation threads are the same. Please continue reading even after the password is found.</p></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>The staff here at <i>Radiating Spell Books</i> take the rules outlined below very seriously, as well as the consequences that come from breaking those rules. Everything on this forum, from the stat system, layout, and general rules, were created by the hardworking staff of the boards. Please do not steal anything from this forum, as it took a very long time to develop.</p></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>All updates made to the forum will be posted in the Announcements board, located in the Welcome Category. Please be sure to check them periodically. </p></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>We are very open to user's ideas, and many have actually been utilized in our forum's design. Users are free to give suggestions to the forum. All suggestions should be posted in the Suggestions board located in the Welcome Category.</p></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>Any problems are to be reported to one of the Staff, who are listed in the side bar to the left. However, they will be named here for the convenience of the reader.</p></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>Hayate/Kaori:</b> Creator of Forum<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><b>Zylon/Chelsea:</b> Head Administrator<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><b>Lunus/Ruato:</b> Administrator<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><b>Elara/Delquea:</b> Administrator<br></div><div> <b>E/Angelica:</b> Global Moderator</p></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>Please note that the rules are subject to change at any time. Please be sure to check back when announcements regarding any changes.</p></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>If you need to contact us, feel free to send us an email at gbdb3000admin@gmail.com.</p></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>Thank you.</p></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>Gash Bell!(c) Makoto Raiku</b></p></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><font color=yellow>By creating a character, the staff is going to assume that you read all of the rules and understand the consequences of breaking them. Once you begin to fill out that form, you hereby agree to follow all of the listed rules to the best of your abilit.</p></font></center></div><div><span class="Apple-tab-span" style="white-space:pre"> </span></div></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><div id="pro_rules" style="display: none;"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p style="text-align: center; font-weight: bold; margin: 10px;"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><a href="Javascript:void(0);" onclick="DTT.toggleListItem('rules','forumrls');"><font size="2">Forum Rules</font></a> :: </div><div><span class="Apple-tab-span" style="white-space:pre"> </span><a href="Javascript:void(0);" onclick="DTT.toggleListItem('rules','rprule');"><font size="2">Roleplaying Rules</font></a> :: </div><div><span class="Apple-tab-span" style="white-space:pre"> </span><a href="Javascript:void(0);" onclick="DTT.toggleListItem('rules','new1');"><font size="2">Concequences</font></a></div><div><span class="Apple-tab-span" style="white-space:pre"> </span></p></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><div id="pro_rules_default" style="text-align: center; margin-top: 35px; display:;"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>To view the rules and Regulations of the forum, please click the tabs above.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span></div></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><div id="pro_rules_forumrls" style="display: none;"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>1.</b> Spam is prohibited on the forum and any spam posts seen will be deleted.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p> <b>2.</b> Please post using proper grammar and English. Capitalize the first letter of each sentence and put a period at the end of a thought.<blockquote>Do not post in all capitals. (LIKE THIS)<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Do not post with alternating capitals. (LiKe ThIs)<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Do not use Chat Speak. (LOL BRB )<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Do not use abbreviations for words. Spell everything out completely and correctly. (&, etc)</blockquote></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b> 3.</b> Cursing is to be kept at a minimum, and racial curses are prohibited. We have younger members on this forum and have to keep them in mind.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>4.</b> Do not Double Post. If you need to fix something in a post, click the Modify button to do so.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p> 5.</b> We have a minimum post size of at least one paragraph consisting of at least four sentences per post to accommodate less experienced players as well as advanced. <b><font color=yellow>One-liners are strictly prohibited!</font></b> The more descriptive a post, the better.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>6.</b> If you wish to join a topic posted by another member, please be sure to ask their permission in a PM to the creator, not a post. <b>All members have the right to refuse allowing other members to join, so do not be offended if this occurs.</b></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>7.</b> No purely OOC (Out of Character) posts. If asking permission to join a thread, or have a problem with a post, PM the creator, or ask in the C-Box.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>8.</b> Activity Checks are run monthly and must be replied to. Rules and conditions will be listed on the post.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>9.</b>Do not harass, flame, or disrespect other members or moderators. Treat others as you'd like to be treated.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>10.<font color=yellow>Do not join if you are not sure if you want to stay!</font></b> That is why we have all of the rules, etc. guest friendly. If you are just going to register and never come back, don't bother.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>11.</b> You may join with any account name, however, your eventual screen name will have to be the name of your Demon/Human pair.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>12.</b> Your signature <b>must</b> have links to your character's profiles for the convenience of other members as well as the staff. You will have to shorten the URL for the characters. To do so, click <a href="http://tinyurl.com/"><font color=yellow>Here</font></a>. If you need help, ask a Staff Member and they will do it for you.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>13.</b> If you are going to absent for an extended amount of time, please post in the Introductions and Leaves board with the estimated time away and when you'll expect to return. By doing so, you will be exempt from activity checks.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span></div></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><div id="pro_rules_rprule" style="display: none;"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>1.</b> Powerplaying and GodModding is prohibited. Only spells have the power to control another character, in which case it will only last as long as an Assist Spell.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>2.</b> Although this roleplay is about the Demon King battle, you do not necessarily have to fight all the time. You can make posts about anything as long as it is appropriate and adds to your storyline.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>3.</b> Training is the only place where double posting is allowed!</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>4.</b> You do not necessarily have to know anything about Konjiki no Gash Bell to Roleplay here. A Glossary and FAQ have been posted up for any terms or questions related to Gash Bell and the forum for the convenience of the member. If you have any questions, please, feel free to ask.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>5.</b> You <b>cannot</b> kill another member's character without the consent of the creator, regardless of the circumstances.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>6.</b> If you wish to battle or interact with an NPC, make a request on the NPC Character board, under that character's name, and the staff will play one for you. Anyone can create an NPC.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>7.</b> If your demon team looses 4 battles, then their book will be burned. However, that doesn't mean that you can't burn a book before that quota. <b><font color=yellow>This Rule does not apply to main teams!</font></b></div><div> </div><div> <p><b>8.</b> Do not assume that your character knows everything about another character. Any information posted in profiles is to be considered unknown unless told by the character themselves. Assuming to know this information without cause is a form of God Moding and is not allowed.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>9.</b> Your character may not be in more then one place at a single time. If you wish to move your character somewhere else or put them in a different thread, make a post having them leave.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>10.</b> Members have a maximum of two days to respond to a post. If they do not respond, their turn will be skipped. Be aware that continuous inactivity may result in the person you are roleplaying with leaving the thread.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span></div></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><div id="pro_rules_new1" style="display: none;"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>Depending on the severity of the offense, there are various consequences. A recent addition to the forum is the use of a Warning Bar. The Warning Bar is the primary level of punishment on Radiating Spell Books and will be used primarily for relatively minor problems, in which it will be increased by 10% for each offense. Each increase will be accompanied by a Verbal Warning. This means that you get ten chances before more serious punishment will be given.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><blockquote> Spam<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Minor cases of rule breaking.<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>God Moding<br></blockquote></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>The Warning Bar will be reset at the beginning of each month. If the warning bar is filled to 100% within one month, you will receive a temporary account suspension. More serious offenses, such as insulting another member or staff member, continued spamming of the forum, or filling the warning bar completely result in the following.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><blockquote><b><font color=gold>1st Offense:</font></b> One Day account suspension<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><b><font color=gold>2nd Offense:</font></b> One Week account suspension<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><b><font color=gold>3rd Offense:</font></b> One month account suspension<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><b><font color=gold>4th Offense:</font></b> Permanent Suspension.<br></blockquote></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>The staff is kind and very understanding, and we do not like to hand out the more severe punishments, however, we will if we absolutely must. Please refrain from putting us in a position to have to do so.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span></div></div><div><span class="Apple-tab-span" style="white-space:pre"> </span></div></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><div id="pro_Character" style="display: none;"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p style="text-align: center; font-weight: bold; margin: 10px;"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><a href="Javascript:void(0);" onclick="DTT.toggleListItem('Character','teamchara');"><font size="2">Team Characters</font></a> :: </div><div><span class="Apple-tab-span" style="white-space:pre"> </span><a href="Javascript:void(0);" onclick="DTT.toggleListItem('Character','humanchar');"><font size="2">Human Characters</font></a> :: </div><div><span class="Apple-tab-span" style="white-space:pre"> </span><a href="Javascript:void(0);" onclick="DTT.toggleListItem('Character','NPC');"><font size="2">NPC's</font></a></div><div><span class="Apple-tab-span" style="white-space:pre"> </span></p></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><div id="pro_Character_default" style="text-align: center; margin-top: 35px; display:;"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><i>Radiating Spell Books</i> allows members to have three types of characters. <b>Demon/Human Teams</b> and <b>Normal Humans</b>, and <b>NPC</b>. <font color=yellow>In order to access the Character Creation boards, you must know the password.</font> Copy and paste the template provided in a new thread to begin.</div><div><p>When creating your characters, they cannot be exact copies of already existing Anime or cartoon characters. The essence of original character is that they were created by the members, not copied and slightly modified for convenience.</div><div><p>Certain sections in the application, such as Appearance, Personality, and History must be detailed. For the appearance, pictures may be used, however we would still like a minimum of one well written paragraph composed of at least five sentences. Personality and History should contain at least two with a minimum of five sentences each. The more description, the better.</div><div><p>Human/Demon relationships, Demon/Demon relationships, and Human/Human relationships are allowed, however, refrain from explicit content under all circumstances.</div><div><p>Any modifications that need to be made to character profiles, please alert the staff. All characters must remain active.</div><div><p><font color=yellow><b>2/4 Staff members must approve a profile before it will be officially approved and moved.</b></font></div><div><p>The password to access the Character Creation is accept.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span></div></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><div id="pro_Character_teamchara" style="display: none;"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>1.</b> Team characters refer to your Demon/Human pair. The first post after these characters are accepted must be a detailed account of their initial meeting. In essence, this first post is their prologue to the battle. There is a minimum of four paragraphs allowed in this topic and it can be posted anywhere that allows roleplays. After this post is approved by a staff member, you will be permitted to move to other places.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b> 2.</b> Your Demon character can only have one spell power. To see a list of taken and available spell powers, check the Roleplaying Information thread. Please refrain from having two characters with the same power.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>3.</b> Because the candidates for King are Demon Children your Demon can be no younger then 3 and no older then 17.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>4.</b> You are permitted <font color=yellow><b>4</b></font> Demon Teams at any given time. When a spell book for one of those teams is burned, you will be permitted to create another. As of now, there is no limit to how many you are allowed to create, however, before another character can be created, your others must be at least level two or higher.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>5.</b> All demons have a uniquely colored Spell Book that is a solid color. To see taken colors, check the Roleplaying Information thread.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>6.</b> Each team must have a living human partner to provide heart energy. No exceptions.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>7.</b> If your Demon's spell book is burned, they are disqualified from the battle. You are not allowed to bring that Demon back into the Human world if this happens, however, you may still role play as that human if you wish. Certain plot devices may change this rule</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>8.</b> You are allowed to let your Demon and Human wander separately, but be aware that both of them are at risk of attack at all times.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>9.</b> Demons cannot be related to the canon characters in any way. No exceptions.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>10.</b> Humans can be the partners to one and only one Demon. Twin Demons with powers such as Robnos are the only exception to this rule, however, they will be very selectively chosen.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span></div></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><div id="pro_Character_humanchar" style="display: none;"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>1.</b> Not all humans have to be book owners. You may create a Human Character that is just a civilian, as long as they are used and have the potential to advance the plot.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>2.</b> Humans can be any age.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>3.</b> Human characters cannot be in any way related to the Canon Characters. This is 1000 years after the canon storyline, so even if they were related, they wouldn't know it, thus it wouldn't really matter.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>4.</b> Human characters cannot have any unrealistic abilities, such as changing eye color when they're in a certain mood (Hazel eyes are the exception, however, they change at random, not according to mood) or being part of a completely different species, such as werewolves, vampires, elves, etc. However, they are allowed certain 'psychic' abilities that are prominent in the real world; I.e., Clairvoyance, Empathy, etc. If you are unsure of a power, put it in your profile and the staff will review it.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>5.</b> Human characters must be at least 100 - 200 Health Points below Demon health in order to be more realistic. Demons are naturally stronger, and it will be portrayed as such in stats.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span></div></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><div id="pro_Character_NPC" style="display: none;"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>N</b>on <b>P</b>layable <b>C</b>haracters, also known as NPC's, are characters that are controlled by the staff members and the NPC team's creator. Anyone can create an NPC, however, keep in mind that upon doing so, you relinquish the right to control that Demon character. (You will still have credit for creating it, however). The only exception to this is during story arcs, in which case members, upon signing up for it, may create an NPC and control it.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>1.</b> If you wish to create an NPC, post the profile as you would any other character profile, but in the title, be sure to add <b>(NPC)</b>.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>2.</b> Because NPC's are not a member's actual character, they can begin at any level. When creating one, post the desired level you wish it to be, with all of its spells, and the staff will review it. If it is decided for it to be a higher or lower level, we will alert the creator.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>3.</b> If you wish to battle an NPC, make a request in that character's profile and the staff will reply with an acceptance or refusal. Be aware that you must start the thread if the battle is accepted.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>4.</b> NPC's may randomly appear in any thread at any time if the staff desires it.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>5.</b> NPC's, like regular characters, may lose four battles before their books are burned. Keep in mind that losing to an NPC will count toward your character's loss count.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span></div></div><div><span class="Apple-tab-span" style="white-space:pre"> </span></div></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><div id="pro_tabcolor" style="display: none;"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p style="text-align: center; font-weight: bold; margin: 10px;"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><a href="Javascript:void(0);" onclick="DTT.toggleListItem('tabcolor','Statsys');"><font size="2">Stat System</font></a> :: </div><div><span class="Apple-tab-span" style="white-space:pre"> </span><a href="Javascript:void(0);" onclick="DTT.toggleListItem('tabcolor','Battlysyst');"><font size="2">Battle System</font></a> :: </div><div><span class="Apple-tab-span" style="white-space:pre"> </span><a href="Javascript:void(0);" onclick="DTT.toggleListItem('tabcolor','level');"><font size="2">Levels</font></a> :: </div><div><span class="Apple-tab-span" style="white-space:pre"> </span><a href="Javascript:void(0);" onclick="DTT.toggleListItem('tabcolor','spell');"><font size="2">Spells</font></a></div><div><span class="Apple-tab-span" style="white-space:pre"> </span></p></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><div id="pro_tabcolor_default" style="text-align: center; margin-top: 35px; display:;"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>The following information is reference for battling and filling out stats on the profile. Please be sure to read it fully in order to understand our battle system.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span></div></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><div id="pro_tabcolor_Statsys" style="display: none;"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>All energy eventually runs out, even the power of your heart, which is what Demon Spell books run on. Demon Spells can only be cast by their destined Human Partner.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>The stat system is as follows.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>Level:<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Total Stat Points:<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Requirement to Next Level:<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Demon Health Points:<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Human Health Points:<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Heart Energy:</b><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>The levels are separated into five sections: Total Stat Points, Requirement to Next Level, Demon Health Points, and Human Health Points, Heart Energy. You will fill this out accordingly. Once your character is accepted, you will not be able to modify this until you have received more points.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>Elaboration</b><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>? The <font color=yellow>Level Number</font> speaks for itself. Simply put what level you are on based on the points.<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>? Next to the <font color=yellow>Total Stat Points</font> portion, put however many stat points you have achieved. Simply whatever earned through battling or training here, and distribute what you received to the three major stat categories.<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>? <font color=yellow>Demon Health Points</font> are how health the Demon Character has. If all points are lost, the Demon Character will fall unconscious, and thus be rendered useless. If this should happen, it would be best to retreat.<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>? <font color=yellow>Human Health Points</font> are how many points the Human Character has. If all points are lost, the Human Character will fall unconscious, and thus be rendered useless. If this should happen, it would be best to retreat.<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>? <font color=yellow>Heart Energy</font> is the amount of energy the Human Character has to cast spells. With each spell cast, the number of Heart Energy consumed for that spell will be subtracted.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>The staff will update your experience for you. Simply tell them where you wish to have the points and they will distribute them.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span></div></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><div id="pro_tabcolor_Battlysyst" style="display: none;"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>The process of battling with the stat system explained in previous posts is easy enough to understand, but if you have any questions, please feel free to ask either via PM or through the Questions and Answers board. Be sure, when battling, that you roleplay the actions of your characters.<b> Battles will be moderated by staff!</b></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>Remember that all spells will consume heart energy.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b><font color=yellow>Attacking</font></b></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>Attacking is the initialization of a battle on Glowing Spell Books. When attacking, there are several factors to consider:</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>1. <b>The level of the opponent.</b> Higher level opponents will be able to dodge attacks easier and have a faster reaction time then lower levels.<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>2. <b>The stats of the spell.</b> A higher level spell will do more damage, however, sometimes it may not be as fast. Keep in mind the Speed Level and Damage that a spell can inflict before casting.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>Because this is a turn-based roleplay, attack hits are not a guarantee. When being attacked, the opponent has two options: To dodge, defend with a shield, or counter with another spell.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b><font color=yellow>Dodging</font></b></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>Whether or not a spell can be dodged is determined by those battling. However, keep in mind that there are several things you must keep in mind when dodging.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>1. <b>How fast is the spell?</b> The speed level is there to determine how quickly a spell moves. High level spells are more likely to hit then low level, this much more harder if not impossible to dodge.<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>2. <b>Human or Demon?</b> Humans are less likely to be able to dodge a spell, as they are much slower then their Demons. However, that doesn't mean that a Demon can't take the damage for them if they are close enough.<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>3. <b>The Range and location of the spell.</b> A spell fired from far away will be easier to dodge then one fired point blank, which will be impossible and an immediate hit. Likewise, a spell fired from behind as a sneak attack will not be able to be avoided.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>Dodging will be closely moderated by the staff.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span> <p><b><font color=yellow>Defending</font></b></div><div><span class="Apple-tab-span" style="white-space:pre"> </span> There are two types of Defense Spells: Blocking and Reflecting. <b>Blocking</b> spells are shields which stop an attack from hitting you. <b>Reflecting</b> spells shoot back a spell amplified with certain attributes depending on the effect (such as Rashield adding electricity to spells). The following are factors which apply to Defense spells.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>1. <b>Which is stronger?</b> If the defense spell is weaker then the attack, the attack will break through and hit the opponent. However, regardless of which type of shield used, there will still be a damper on the damage of the attack. Use the following to calculate the damage: <font color=yellow>Attack Spell Damage - Shield Damage = Damage recieved.</font><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>2. <b>The shield Reflects.</b> If the shield reflects an attack back at the opponent, then the damage of the attack spell which it bounces back is multiplied by two of the original spell.<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>3. <b>The range and location of the attack?</b> If you are being hit by an attack from point blank, logically, there will be no time to defend. Also, unless the shield is a sphere (which cannot bounce spells back like Seoshi) or a reverse shield (like Gigara Seoshi) all shields will appear directly in front of the demon casting it.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b><font color=yellow>Countering</font></b></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>Countering an attack with another attack is not always more efficient then defending with a shield. The same factors that apply to defending apply to countering, however, there is one exception.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>1. <b>The level of my counter attack.</b> If your attack successfully counters the opponents, then both spells are canceled out. However, if your counter spell is stronger, then it will successfully break through your opponents spell and continue to attack. The following determines the damage in this situation: <font color=yellow>Counter Attack Damage - Opponents Attack Damage = Total Attack Damage</font></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b><font color=yellow>When All Heart Energy Points are Consumed</font></b></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>When all Heart Energy points are consumed, you can no longer use spells. However, just because Heart Energy is consumed, does not mean that the battle is over.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>At this point, the fight is free for all, yet still turn based. Every post increases Heart Energy by 5. It is NOT the combined posts, but the posts YOU post.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>Damage can be dealt, but it will not lower your Health Points. However, any injury received during a hand to hand fight will effect you during that actual battle.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span></div></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><div id="pro_tabcolor_level" style="display: none;"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><b><font size=2>Leveling Up</font></b></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>All member characters, when beginning the battle, begin at Level <b>1</b>, which gives them <b>one hundred</b> points to distribute to the team. As they level up, the Required Points to the next level will lower or rise as well. The highest level one can receive is Level 12. To view the minimum point requirement for each level, check the Roleplaying Information.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>Leveling up is done in three ways: Battling, training, or roleplaying. Each page of roleplaying is worth 20 points to each participant. Every five pages of roleplay, a staff member will post the experience gained, as as whether or not the character has leveled up. Please indicate in your next roleplay post where you would like the points distributed. If the thread does not last five pages, the staff will give the experience at the end of the roleplay.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>When battling, a win is worth 50 experience points. A Draw is worth 30, and a loss is worth 15.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>In training, 100 words awards the trainee 20 experience. For example, 300 words results in 60 experience points. <b>Staff will round up if word count exceeds the 50 mark.</b> Training is the only thread in which you are allowed to double post.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>There is a word counter on the side of the board – we ask that you count your own words there for the convenience of the staff.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>After each training post, the staff will reply with the amount of experience you've received, as well as whether or not you've risen to the next level. Tell the staff in your next post or the beginning of your next training post where you'd like your experience. When you are finished a training thread, please indicate so in your final post.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>Training can take place anywhere roleplaying is allowed, but the name of the post must be written as such: “Training: Thread Name” </div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b><font size=2>Level Guide</font></b></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>To level up, one must train to receive the total amount of points necessary. The highest level available is twelve (12), at which point no more experience can be gained. The minimum experience point count required for each level is as follows:</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>Level 1:</b> 100<br><b></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Level 2:</b> 200<br><b></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Level 3: </b>400<br><b></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Level 4:</b> 600<br><b></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Level 5:</b> 800<br><b></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Level 6: </b>1200<br><b></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Level 7: </b>1600<br><b></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Level 8: </b>2000<br><b></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Level 9:</b> 2400<br><b></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Level 10: </b>2800<br><b></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Level 11:</b> 3300<br><b></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Level 12: </b>3700<br><b></div><div><span class="Apple-tab-span" style="white-space:pre"> </span></div></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><div id="pro_tabcolor_spell" style="display: none;"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><font size=2><b>Spell Types</b></b></font></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>Spells are received each time a character levels up. When first beginning in the battle, each demon is allowed one spell. Upon leveling up, you will be alerted by a staff member to submit your new spell to the User Updates board. All new spells must be approved by at least one staff member within the spell approval's thread for review. Once it is approved and added to the profile, you will be permitted to use it. <font color=yellow><b>Think carefully when creating spells, because once it is approved, you are not allowed to change it under any circumstances.</b></b></font></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>There are three types of spells: Attack, Defense, Assist, which are allowed on the forum.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b><font color=yellow>Attack</font></b></b> spells will likely take up the majority of your spells. They are the spells that inflict damage to the opponent and are crucial to fighting in this battle.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>There are two Ultimate Spells, received at Level five and at Level Eleven, which is your Shin spell.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b><font color=yellow>Defense</font></b></b> spells are spells that are primarily used to protect the user from approaching attacks. Defense spells may not work against certain assist spells, so be cautious when using them. These spells do not require a speed stat, however, the damage count is an extremely important factor. If the attack hitting the defense does more damage then the defense can handle, then the defense will break, while weakening the power of the attack as follows.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>Attack Damage – Defense Damage = Damage Count</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>However, if the defense spell bounces back the attack which it defends against, like Rashirudo, the attack power is multiplied by two if the shield is a success. If not, the above applies.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>Attack Damage x 2 = Returning Damage Count</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b><font color=yellow>Assist</font></b></b> spells are more difficult to understand. There are several types of assist, though the main types are strengthening and immobilization. The strengthening spells increase spell power by the amount indicated on the spell level and increase the speed and power of the demon itself depending on the type of spell. Immobilization spells halt the movement of the demon it is being cast upon, and are extremely difficult to break. <b>All assist spells, regardless of level, last for five posts only. <font color=yellow>With the exception of healing spells, which only last one post.</b></b></font> A user can use up to two assist spells at a time to combine their power boost.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>Each spell has specific stat points regarding Damage, and Heart Energy. To see these stats, view the Roleplaying Information thread.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>The Speed of a spell will be determined by the staff depending on the nature of the spell. You have a right to challenge the speed of a spell if you do not think it is suitable. Speed is determined on a scale of 1 - 10</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>Members may not copy the spell of another character without the character's creator consent. The only exception to this are canon spells, which are open to all members.</b></b></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><P><font size=2><b>Spell Stats</b></b></font></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>Each spell has a specific amount of damage, and heart energy consumption that is set in stone. These stats are the requirement and cannot be changed.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p>Speed ranking will be determined by the staff depending on the effect and type of spell, as well as the Spell Ranking. You have the right to challenge the Speed Ranking.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>Spell Level:</b></b> What Level the spell is received on. Replace this with the Spells name.<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><b>Heart Energy:</b></b> How much Heart Energy each spell takes.<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><b>Damage:</b></b> How much damage the attack does.</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>Spell Level Stats</b></b></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><p><b>Level 1</b></b><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Damage: 10<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Heart Energy: 10<br><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><b>Level 2</b></b><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Damage: 20<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Heart Energy: 20<br><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><b>Level 3</b></b><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Damage: 40<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Heart Energy: 30<br><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><b>Level 4</b></b><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Damage: 60<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Heart Energy: 50<br><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><b>Level 5: ULTIMATE SPELL [MUST BE ATTACK!]</b></b> <br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Damage: 180<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Heart Energy: 140<br><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><b>Level 6</b></b><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Damage: 100<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Heart Energy: 80<br><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><b>Level 7</b></b><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Damage: 120<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Heart Energy: 100<br><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><b>Level 8</b></b><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Damage: 140<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Heart Energy: 120<br><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><b>Level 9 ASSIST SPELL</b></b><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Damage: Spell Damage increased by 60 while in effect.<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Heart Energy: 120<br><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><b>Level 10</b></b><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Damage: 160<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Heart Energy: 150<br><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><b>Level 11: ULTIMATE SPELL 2 (SHIN)</b></b><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Damage: 320<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Heart Energy: 300<br></b><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><b>Level 12</b></b><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Damage: 180<br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Heart Energy: 160<br><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span></div></div><div><span class="Apple-tab-span" style="white-space:pre"> </span></div></div><div><span class="Apple-tab-span" style="white-space:pre"> </span></td></div><div><span class="Apple-tab-span" style="white-space:pre"> </span></tr></div><div><span class="Apple-tab-span" style="white-space:pre"> </span></table></div><div><span class="Apple-tab-span" style="white-space:pre"> </span></td></div><div><span class="Apple-tab-span" style="white-space:pre"> </span></tr></div><div></table></div><div>
</div><div>
</div><div><script type="text/javascript"></div><div><!--</div><div>
</div><div>DTT.init();</div><div>
</div><div>//--></div><div></script></div><div></div>