• This section is for roleplays only.
    ALL interest checks/recruiting threads must go in the Recruit Here section.

    Please remember to credit artists when using works not your own.

Fantasy Kolan and The Guild Wars OOC

UPDATED CODES THAT ARE SO MUCH NICER TO EDIT AND LOOK AT, LIKE YOU GUYS REALLY LET ME GET AWAY WITH THAT OLD MESS
XD
But hey! here you go and if any one wants to to make one for their character and just give you the copy/paste-able just say so!

[class=Notes] // Forward slashes are comments and do no show up in the final design, these are to help you find everything easily and explain some code as well. These comments must be with in a class or script tags in order to be hidden, from what I know// // Long URls are images # followed by letter and numbers are Hex codes or color codes, the only colors that are NAMED and do not use hex codes are White, black and Silver// // This code does not show breaks unless is shows the
code When typing responses to rps, be aware that when you press enter it will not show that you did. You'll have to use the
tags or you may copy and paste:

after each time you want to show a paragraph break you'll only need it one
if you only what to start at the next line// [/class] [class=BG] background-color:#ece7dc; color:black; font-family:Oldenburg; padding:10px; text-align:center; //This is the Background// [/class] [class=Lines] border-Top: 2px solid #35a22f; //The lines at the top at bottom// [/class] [class=hidden] display:none; //Allows hidden things to be hidden until they are told to be shown// [/class] [class=Button] background-color: #35a22f; color: #f8cc2d; margin-left:10px; text-align:center; padding:5px; width:240px; //The Button with the OC's Name in it// [/class] [class name=Button state=hover] background-color: #0e610a; cursor:pointer; color:#f8cc2d; //What the button looks like when a mouse hovers over it// [/class] [script class=Button on=click] //This script allows the button to do its button thing// set link (getText) //IMPORTANT // When you put in your OC's name into the button // you have to put it in the " " here in the code // THE EXACT NAME // just copy and paste it above in each " " and it will work// if (eq "${link}" "Name") (hide Tags) if (eq "${link}" "Name") (show Stats) if (eq "${link}" "Name") (show Eq) if (eq "${link}" "Name") (hide CR) //you don't have to change this //UNLESS you replaced the word "Status" in the button //THEN YOU HAVE TO REPLACE IT HERE TO //best to just not replace it if you're unfamiliar with code and just want the thing to work// if (eq "${link}" "Status") (show Tags) if (eq "${link}" "Status") (hide Stats) if (eq "${link}" "Status") (hide Eq) if (eq "${link}" "Status") (show CR) [/script] [class=ButtonBorder] border:1px SOLID #f8cc2d; padding-bottom:-4px; padding-top:3px; font-family:Macondo; font-size:17px; //The border in the buttons// [/class] [Class=Tags] font-family: Oldenburg; Font-size: 85%; Text-align:center; margin-left:10px; color:black; padding:3px 3px 3px 3px; //Optimal Spacing for the tags// [/class] [Class=Stats] margin-left:10px; font-family: Oldenburg; Font-size: 85%; Text-align:center; color:black; padding:3px 3px 3px 3px; //Optimal Spacing for the Stats// [/class] [class=Icon] margin:10px auto; border: 2px SOLID #35a22f; border-radius: 50%; width:150px; height:150px; overflow:hidden; background:url(https://cdn.discordapp.com/attachments/535146314112172043/567116130037268481/image-placeholder.png); background-size: 100% 100%; //The Icon for your Character please adjust the background-size to make your image look nice and not warps the first ##% adjusts the width of the image and the second the height you can use pixel measurements too if its easier! just put ##px ##px instead and keep the ; at the end// //You can mess with adding background-position: ##% ##%; to postion your image nicely// [/class] [class=Armor] background:url(https://cdn.discordapp.com/attachments/535146314112172043/567116130037268481/image-placeholder.png); background-size: 100% 100%; //The Icon for your armor please adjust the background-size to make your image look nice and not warps the first ##% adjusts the width of the image and the second the height you can use pixel measurements too if its easier! just put ##px ##px instead and keep the ; at the end// //You can mess with adding background-position: ##% ##%; to postion your image nicely// [/class] [class=Notes] \\Below is the code you can actually see and type responses in!\\ [/class] [div class=BG] [div class="Lines"][/div]
[div class="Button CR"][div class="ButtonBorder"]Name[/div][/div] [div class="Button Eq hidden"][div class="ButtonBorder"]Status[/div][/div] [div class=Tags] [div class=Icon][/div]
Interacting:
@

Mentioned:
@

Located:
Location I Action [/div] [div class="Stats hidden"] [div class="Icon Armor"][/div]
Currency:
##G ##S ##C

Weapon:


Armor:

[/div]


Text " Words"

[div class="Lines"][/div] [/div]


[class=Notes] // Forward slashes are comments and do no show up in the final design, these are to help you find everything easily and explain some code as well. These comments must be with in a class or script tags in order to be hidden, from what I know// // Long URls are images # followed by letter and numbers are Hex codes or color codes, the only colors that are NAMED and do not use hex codes are White, black and Silver// // This code does not show breaks unless is shows the
code When typing responses to rps, be aware that when you press enter it will not show that you did. You'll have to use the
tags or you may copy and paste:

after each time you want to show a paragraph break you'll only need it one
if you only what to start at the next line// [/class] [class=BG1] background-color:#ece7dc; color:black; font-family:Oldenburg; padding:10px; text-align:center; //This is the Background// [/class] [class=Lines1] border-Top: 2px solid #102f7e; //The lines at the top at bottom// [/class] [class=hidden1] display:none; //Allows hidden things to be hidden until they are told to be shown// [/class] [class=Button1] background-color: #102f7e; color: White; margin-left:10px; text-align:center; padding:5px; width:240px; //The Button with the OC's Name in it// [/class] [class name=Button1 state=hover] background-color: #081b4d; cursor:pointer; color:white; //What the button looks like when a mouse hovers over it// [/class] [script class=Button1 on=click] //This script allows the button to do its button thing// set link (getText) //IMPORTANT // When you put in your OC's name into the button // you have to put it in the " " here in the code // THE EXACT NAME // just copy and paste it above in each " " and it will work// if (eq "${link}" "Name") (hide Tags1) if (eq "${link}" "Name") (show Stats1) if (eq "${link}" "Name") (show Eq1) if (eq "${link}" "Name") (hide CR1) //you don't have to change this //UNLESS you replaced the word "Status" in the button //THEN YOU HAVE TO REPLACE IT HERE TO //best to just not replace it if you're unfamiliar with code and just want the thing to work// if (eq "${link}" "Status") (show Tags1) if (eq "${link}" "Status") (hide Stats1) if (eq "${link}" "Status") (hide Eq1) if (eq "${link}" "Status") (show CR1) [/script] [class=ButtonBorder1] border:1px SOLID silver; padding-bottom:-4px; padding-top:3px; font-family:Macondo; font-size:17px; //The border in the buttons// [/class] [Class=Tags1] font-family: Oldenburg; Font-size: 85%; Text-align:center; margin-left:10px; color:black; padding:3px 3px 3px 3px; //Optimal Spacing for the tags// [/class] [Class=Stats1] margin-left:10px; font-family: Oldenburg; Font-size: 85%; Text-align:center; color:black; padding:3px 3px 3px 3px; //Optimal Spacing for the Stats// [/class] [class=Icon1] margin:10px auto; border: 2px SOLID #102f7e; border-radius: 50%; width:150px; height:150px; overflow:hidden; background:url(https://cdn.discordapp.com/attachments/535146314112172043/567116130037268481/image-placeholder.png); background-size: 100% 100%; //The Icon for your Character please adjust the background-size to make your image look nice and not warps the first ##% adjusts the width of the image and the second the height you can use pixel measurements too if its easier! just put ##px ##px instead and keep the ; at the end// //You can mess with adding background-position: ##% ##%; to postion your image nicely// [/class] [class=Armor1] background:url(https://cdn.discordapp.com/attachments/535146314112172043/567116130037268481/image-placeholder.png); background-size: 100% 100%; //The Icon for your armor please adjust the background-size to make your image look nice and not warps the first ##% adjusts the width of the image and the second the height you can use pixel measurements too if its easier! just put ##px ##px instead and keep the ; at the end// //You can mess with adding background-position: ##% ##%; to postion your image nicely// [/class] [class=Notes] \\Below is the code you can actually see and type responses in!\\ [/class] [div class=BG1] [div class="Lines1"][/div]
[div class="Button1 CR1"][div class="ButtonBorder1"]Name[/div][/div] [div class="Button1 Eq1 hidden1"][div class="ButtonBorder1"]Status[/div][/div] [div class=Tags1] [div class=Icon1][/div]
Interacting:
@

Mentioned:
@

Located:
Location I Action [/div] [div class="Stats1 hidden"] [div class="Icon1 Armor1"][/div]
Currency:
##G ##S ##C

Weapon:


Armor:

[/div]


Text " Words"

[div class="Lines1"][/div] [/div]

Code:
[nobr]

[class=Notes]
// Forward slashes are comments
and do no show up in the final design,
these are to help you find everything easily
and explain some code as well.
These comments must be with in a class or script tags
in order to be hidden, from what I know//

// Long URls are images
# followed by letter and numbers are Hex codes
or color codes, 
the only colors that are NAMED 
and do not use hex codes
 are White, black and Silver//

// This code does not show breaks unless is shows the [br][/br] code
When typing responses to rps, be aware that when you press enter
it will not show that you did. 
You'll have to use the [br][/br] tags
or you may copy and paste: [br][/br][br][/br]
after each time you want to show a paragraph break
you'll only need it one [br][/br]
if you only what to start at the next line//
[/class]

[class=BG]
background-color:#ece7dc;
color:black;
font-family:Oldenburg;
padding:10px;
text-align:center;

//This is the Background//
[/class]

[class=Lines]
border-Top: 2px solid #35a22f;

//The lines at the top at bottom//
[/class]

[class=hidden]
display:none;

//Allows hidden things to be hidden until they are told to be shown//
[/class]

[class=Button]
    background-color: #35a22f;
    color: #f8cc2d;
    margin-left:10px;
    text-align:center;
    padding:5px;
    width:240px;

//The Button with the OC's Name in it//
[/class]

[class name=Button state=hover]
    background-color: #0e610a;
    cursor:pointer;
    color:#f8cc2d;

//What the button looks like when a mouse hovers over it//
[/class]

[script class=Button on=click]

//This script allows the button to do its button thing//
set link (getText)

//IMPORTANT
// When you put in your OC's name into the button 
// you have to put it in the  "  " here in the code
// THE EXACT NAME
// just copy and paste it above in each " " and it will work//

    if (eq "${link}" "Name") (hide Tags)
    if (eq "${link}" "Name") (show Stats)
    if (eq "${link}" "Name") (show Eq)
    if (eq "${link}" "Name") (hide CR)


//you don't have to change this 
//UNLESS you replaced the word "Status" in the button
//THEN YOU HAVE TO REPLACE IT HERE TO
//best to just not replace it if you're unfamiliar with code and just want the thing to work//

    if (eq "${link}" "Status") (show Tags)
    if (eq "${link}" "Status") (hide Stats)
    if (eq "${link}" "Status") (hide Eq)
    if (eq "${link}" "Status") (show CR)

[/script]

[class=ButtonBorder]
border:1px SOLID #f8cc2d;
padding-bottom:-4px;
padding-top:3px;
font-family:Macondo;
font-size:17px;

//The border in the buttons//
[/class]

[Class=Tags]
font-family: Oldenburg;
Font-size: 85%;
Text-align:center;
margin-left:10px;
color:black;
padding:3px 3px 3px 3px;

//Optimal Spacing for the tags//
[/class]

[Class=Stats]
margin-left:10px;
font-family: Oldenburg;
Font-size: 85%;
Text-align:center;
color:black;
padding:3px 3px 3px 3px;

//Optimal Spacing for the Stats//
[/class]

[class=Icon]
margin:10px auto;
border: 2px SOLID #35a22f;
border-radius: 50%;
width:150px;
height:150px;
overflow:hidden;
background:url(https://cdn.discordapp.com/attachments/535146314112172043/567116130037268481/image-placeholder.png);
background-size: 100% 100%;

//The Icon for your Character
please adjust the background-size to make your image look nice and not warps
the first ##% adjusts the width of the image and the second the height
you can use pixel measurements too if its easier! just put ##px ##px instead and keep the ; at the end//

//You can mess with adding background-position: ##% ##%; to postion your image nicely//
[/class]

[class=Armor]
background:url(https://cdn.discordapp.com/attachments/535146314112172043/567116130037268481/image-placeholder.png);
background-size: 100% 100%;

//The Icon for your armor
please adjust the background-size to make your image look nice and not warps
the first ##% adjusts the width of the image and the second the height
you can use pixel measurements too if its easier! just put ##px ##px instead and keep the ; at the end//

//You can mess with adding background-position: ##% ##%; to postion your image nicely//
[/class]

[class=Notes]
\\Below is the code you can actually see and type responses in!\\
[/class]

[div class=BG]
[div class="Lines"][/div]
[br][/br]
[row][column=span2]
[div class="Button CR"][div class="ButtonBorder"]Name[/div][/div]
[div class="Button  Eq hidden"][div class="ButtonBorder"]Status[/div][/div]
[div class=Tags]
[div class=Icon][/div]
[br][/br]
Interacting:[br][/br]
@
[br][/br]
[br][/br]
Mentioned:[br][/br]
@
[br][/br]
[br][/br]
Located:[br][/br]
Location I Action
[/div]

[div class="Stats hidden"]
[div class="Icon Armor"][/div]
[br][/br]
Currency:[br][/br]
##G ##S ##C
[br][/br]
[br][/br]
Weapon:[br][/br]

[br][/br]
[br][/br]
Armor:[br][/br]

[br][/br]
[/div]

[/column][column=span6]
[br][/br][br][/br]
Text [Font=Macondo][COLOR=#c70d64]" Words"[/COLOR][/font]


[/column][/row]
[br][/br]
[div class="Lines"][/div]

[comment][font=Oldenburg]KEEP THIS[/font][font=Macondo]HERE[/font] It allows the fonts to work and doesn't show up in the final code[/comment]
[/div]
[/nobr]


Code:
[nobr]

[class=Notes]
// Forward slashes are comments
and do no show up in the final design,
these are to help you find everything easily
and explain some code as well.
These comments must be with in a class or script tags
in order to be hidden, from what I know//

// Long URls are images
# followed by letter and numbers are Hex codes
or color codes, 
the only colors that are NAMED 
and do not use hex codes
 are White, black and Silver//

// This code does not show breaks unless is shows the [br][/br] code
When typing responses to rps, be aware that when you press enter
it will not show that you did. 
You'll have to use the [br][/br] tags
or you may copy and paste: [br][/br][br][/br]
after each time you want to show a paragraph break
you'll only need it one [br][/br]
if you only what to start at the next line//
[/class]

[class=BG]
background-color:#ece7dc;
color:black;
font-family:Oldenburg;
padding:10px;
text-align:center;

//This is the Background//
[/class]

[class=Lines]
border-Top: 2px solid #102f7e;

//The lines at the top at bottom//
[/class]

[class=hidden]
display:none;

//Allows hidden things to be hidden until they are told to be shown//
[/class]

[class=Button]
    background-color: #102f7e;
    color: White;
    margin-left:10px;
    text-align:center;
    padding:5px;
    width:240px;

//The Button with the OC's Name in it//
[/class]

[class name=Button state=hover]
    background-color: #081b4d;
    cursor:pointer;
    color:white;

//What the button looks like when a mouse hovers over it//
[/class]

[script class=Button on=click]

//This script allows the button to do its button thing//
set link (getText)

//IMPORTANT
// When you put in your OC's name into the button 
// you have to put it in the  "  " here in the code
// THE EXACT NAME
// just copy and paste it above in each " " and it will work//

    if (eq "${link}" "Name") (hide Tags)
    if (eq "${link}" "Name") (show Stats)
    if (eq "${link}" "Name") (show Eq)
    if (eq "${link}" "Name") (hide CR)


//you don't have to change this 
//UNLESS you replaced the word "Status" in the button
//THEN YOU HAVE TO REPLACE IT HERE TO
//best to just not replace it if you're unfamiliar with code and just want the thing to work//

    if (eq "${link}" "Status") (show Tags)
    if (eq "${link}" "Status") (hide Stats)
    if (eq "${link}" "Status") (hide Eq)
    if (eq "${link}" "Status") (show CR)

[/script]

[class=ButtonBorder]
border:1px SOLID silver;
padding-bottom:-4px;
padding-top:3px;
font-family:Macondo;
font-size:17px;

//The border in the buttons//
[/class]

[Class=Tags]
font-family: Oldenburg;
Font-size: 85%;
Text-align:center;
margin-left:10px;
color:black;
padding:3px 3px 3px 3px;

//Optimal Spacing for the tags//
[/class]

[Class=Stats]
margin-left:10px;
font-family: Oldenburg;
Font-size: 85%;
Text-align:center;
color:black;
padding:3px 3px 3px 3px;

//Optimal Spacing for the Stats//
[/class]

[class=Icon]
margin:10px auto;
border: 2px SOLID #102f7e;
border-radius: 50%;
width:150px;
height:150px;
overflow:hidden;
background:url(https://cdn.discordapp.com/attachments/535146314112172043/567116130037268481/image-placeholder.png);
background-size: 100% 100%;

//The Icon for your Character
please adjust the background-size to make your image look nice and not warps
the first ##% adjusts the width of the image and the second the height
you can use pixel measurements too if its easier! just put ##px ##px instead and keep the ; at the end//

//You can mess with adding background-position: ##% ##%; to postion your image nicely//
[/class]

[class=Armor]
background:url(https://cdn.discordapp.com/attachments/535146314112172043/567116130037268481/image-placeholder.png);
background-size: 100% 100%;

//The Icon for your armor
please adjust the background-size to make your image look nice and not warps
the first ##% adjusts the width of the image and the second the height
you can use pixel measurements too if its easier! just put ##px ##px instead and keep the ; at the end//

//You can mess with adding background-position: ##% ##%; to postion your image nicely//
[/class]

[class=Notes]
\\Below is the code you can actually see and type responses in!\\
[/class]

[div class=BG]
[div class="Lines"][/div]
[br][/br]
[row][column=span2]
[div class="Button CR"][div class="ButtonBorder"]Name[/div][/div]
[div class="Button  Eq hidden"][div class="ButtonBorder"]Status[/div][/div]
[div class=Tags]
[div class=Icon][/div]
[br][/br]
Interacting:[br][/br]
@
[br][/br]
[br][/br]
Mentioned:[br][/br]
@
[br][/br]
[br][/br]
Located:[br][/br]
Location I Action
[/div]

[div class="Stats hidden"]
[div class="Icon Armor"][/div]
[br][/br]
Currency:[br][/br]
##G ##S ##C
[br][/br]
[br][/br]
Weapon:[br][/br]

[br][/br]
[br][/br]
Armor:[br][/br]

[br][/br]
[/div]

[/column][column=span6]
[br][/br][br][/br]
Text [Font=Macondo][COLOR=#c70d64]" Words"[/COLOR][/font]


[/column][/row]
[br][/br]
[div class="Lines"][/div]

[comment][font=Oldenburg]KEEP THIS[/font][font=Macondo]HERE[/font] It allows the fonts to work and doesn't show up in the final code[/comment]
[/div]
[/nobr]

PaulHaynek PaulHaynek AI10100 AI10100 Fenris Fenris shadowz1995 shadowz1995 Roleplay Skittle Roleplay Skittle Uasal Uasal Baron Baron Bulette Bulette June Verles June Verles JustNicole JustNicole Zer0 Zer0 Arthro Arthro Katsuya Katsuya
 
NEW code!
I'll be using this one now on and if any one wants to to make one for their character and just give you the copy/paste-able just say so!

[class=Notes] // Forward slashes are comments and do no show up in the final design, these are to help you find everything easily and explain some code as well. These comments must be with in a class or script tags in order to be hidden, from what I know// // Long URls are images # followed by letter and numbers are Hex codes or color codes, the only colors that are NAMED and do not use hex codes are White, black and Silver// // This code does not show breaks unless is shows the
code When typing responses to rps, be aware that when you press enter it will not show that you did. You'll have to use the
tags or you may copy and paste:

after each time you want to show a paragraph break you'll only need it one
if you only what to start at the next line// [/class] [class=BG] background-color:#ece7dc; color:black; font-family:Oldenburg; padding:10px 20px 10px 20px; text-align:center; //This is the Background// [/class] [class=Lines] width:100%; border-Top: 3px solid #102f7e; border-Bottom: 1px Solid #102f7e; border-Left: 5px Solid #ece7dc; border-Right: 5px solid #ece7dc; padding:2px; float:left; //The top lines// [/class] [class=Lines2] border-Top: 1px solid #102f7e; border-Bottom: 3px Solid #102f7e; border-Left: 5px Solid #ece7dc; border-Right: 5px solid #ece7dc; padding:2px; float:left; width:100%; //The bottom lines// [/class] [Class=Tags] background-color:#102f7e; width:244px; font-family: Oldenburg; Font-size: 85%; Text-align:center; color:silver; padding:3px 3px 60px 3px; //Optimal Spacing for the tags// [/class] [Class=Stats] background-color:#102f7e; width:244px; font-family: Oldenburg; Font-size: 85%; Text-align:center; color:silver; padding:3px 3px 60px 3px; //Optimal Spacing for the stats// [/class] [class=hidden] display:none; //Allows hidden things to be hidden until they are told to be shown// [/class] [class=Button] background-color: #102f7e; color: White; border-bottom: 1px SOLID silver; text-align:center; padding:5px; width:240px; //The Button with the OC's Name in it// [/class] [class name=Button state=hover] background-color: #081b4d; cursor:pointer; color:white; //What the button looks like when a mouse hovers over it// [/class] [script class=Button on=click] //This script allows the button to do its button thing// set link (getText) //IMPORTANT // When you put in your OC's name into the button // you have to put it in the " " here in the code // THE EXACT NAME // just copy and paste it above in each " " and it will work// if (eq "${link}" "Name") (hide Tags) if (eq "${link}" "Name") (show Stats) if (eq "${link}" "Name") (show Eq) if (eq "${link}" "Name") (hide CR) //you don't have to change this //UNLESS you replaced the word "Status" in the button //THEN YOU HAVE TO REPLACE IT HERE TO //best to just not replace it if you're unfamiliar with code and just want the thing to work// if (eq "${link}" "Status") (show Tags) if (eq "${link}" "Status") (hide Stats) if (eq "${link}" "Status") (hide Eq) if (eq "${link}" "Status") (show CR) [/script] [class=ButtonBorder] border:1px SOLID silver; padding-bottom:-4px; padding-top:3px; font-family:Macondo; font-size:17px; //The border in the buttons// [/class] [class=Container] display:flex; margin:auto; flex-direction: row; align-content: flex-start //container for the flag ends// [/class] [class=Flag] width: 0%; height: 0; border-top: 126px solid #102f7e; border-right: 126px solid transparent; //Left triangle of flag// [/class] [Class=FlagA] width: 0%; height: 0; border-top: 126px solid #102f7e; border-left: 126px solid transparent; //right triangle of flag// [/class] [class=Icon] margin:0px auto; border: 3px SOLID silver; border-radius: 50%; width:150px; height:150px; overflow:hidden; background:url(https://cdn.discordapp.com/attachments/535146314112172043/567116130037268481/image-placeholder.png); background-size: 100% 100%; //The Icon for your Character please adjust the background-size to make your image look nice and not warps the first ##% adjusts the width of the image and the second the height you can use pixel measurements too if its easier! just put ##px ##px instead and keep the ; at the end// //You can mess with adding background-position: ##% ##%; to postion your image nicely// [/class] [class=IconBord] margin:0px auto; margin-top:10px; border: 3px SOLID silver; border-radius: 50%; width:155px; height:154px; background:url(https://cdn.discordapp.com/attachments/535146287876538379/548158075497086979/SilverC.png); background-size:100% 100%; overflow:hidden; padding:3px; //The cool border around the image, you cannot change the color here, it's an image. you may go and take the URL of the image, download it and edit it to your color of choice or ask me to make you a custom color image for the border, you should not have to mess with this at all unless the color needs to be changed// [/class] [class=Armor] background:url(https://cdn.discordapp.com/attachments/535146314112172043/567116130037268481/image-placeholder.png); background-size: 100% 100%; //The Icon for your armor please adjust the background-size to make your image look nice and not warps the first ##% adjusts the width of the image and the second the height you can use pixel measurements too if its easier! just put ##px ##px instead and keep the ; at the end// //You can mess with adding background-position: ##% ##%; to postion your image nicely// [/class] [class=Notes] \\Below is the code you can actually see and type responses in!\\ [/class] [div class=BG] [div class="Lines"][/div]
[div class="Button CR"][div class="ButtonBorder"]Name[/div][/div] [div class="Button Eq hidden"][div class="ButtonBorder"]Status[/div][/div] [div class=Tags] [div class=IconBord][div class=Icon][/div][/div]
Interacting:
@

Mentioned:
@

Located:
Location I Action [/div] [div class="Stats hidden"] [div class=IconBord][div class="Icon Armor"][/div][/div]
Currency:
##G ##S ##C

Weapon:


Armor:

[/div] [Div class=Container] [Div class=Flag][/div][Div class=FlagA][/div] [/div]

Text "Words" Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris est augue, consectetur non erat ut

[div class="Lines2"][/div]

[/div]


[class=Notes] // Forward slashes are comments and do no show up in the final design, these are to help you find everything easily and explain some code as well. These comments must be with in a class or script tags in order to be hidden, from what I know// // Long URls are images # followed by letter and numbers are Hex codes or color codes, the only colors that are NAMED and do not use hex codes are White, black and Silver// // This code does not show breaks unless is shows the
code When typing responses to rps, be aware that when you press enter it will not show that you did. You'll have to use the
tags or you may copy and paste:

after each time you want to show a paragraph break you'll only need it one
if you only what to start at the next line// [/class] [class=BG1] margin-top:30px; margin-bottom:30px; background-color:#ece7dc; color:black; font-family:Oldenburg; padding:10px 20px 10px 20px; text-align:center; //This is the Background// [/class] [class=Lines11] width:100%; border-Top: 3px solid #35a22f; border-Bottom: 1px Solid #35a22f; border-Left: 5px Solid #ece7dc; border-Right: 5px solid #ece7dc; padding:2px; float:left; //The lines at the top at bottom// [/class] [class=Lines21] border-Top: 1px solid #35a22f; border-Bottom: 3px Solid #35a22f; border-Left: 5px Solid #ece7dc; border-Right: 5px solid #ece7dc; padding:2px; float:left; width:100%; //The smaller lines at the top at bottom// [/class] [Class=Tags1] background-color:#35a22f; width:244px; font-family: Oldenburg; Font-size: 85%; Text-align:center; color:#f8cc2d; padding:3px 3px 60px 3px; //Optimal Spacing for the tags// [/class] [Class=Stats1] background-color:#35a22f; width:244px; font-family: Oldenburg; Font-size: 85%; Text-align:center; color:#f8cc2d; padding:3px 3px 60px 3px; //Optimal Spacing for the stats// [/class] [class=hidden1] display:none; //Allows hidden things to be hidden until they are told to be shown// [/class] [class=Button1] background-color: #35a22f; color: #f8cc2d; border-bottom: 1px SOLID #f8cc2d; text-align:center; padding:5px; width:240px; //The Button with the OC's Name in it// [/class] [class name=Button1 state=hover] background-color: #0e610a; cursor:pointer; color:#f8cc2d; //What the button looks like when a mouse hovers over it// [/class] [script class=Button1 on=click] //This script allows the button to do its button thing// set link (getText) //IMPORTANT // When you put in your OC's name into the button // you have to put it in the " " here in the code // THE EXACT NAME // just copy and paste it above in each " " and it will work// if (eq "${link}" "Name") (hide Tags1) if (eq "${link}" "Name") (show Stats1) if (eq "${link}" "Name") (show Eq1) if (eq "${link}" "Name") (hide CR1) //you don't have to change this //UNLESS you replaced the word "Status" in the button //THEN YOU HAVE TO REPLACE IT HERE TO //best to just not replace it if you're unfamiliar with code and just want the thing to work// if (eq "${link}" "Status") (show Tags1) if (eq "${link}" "Status") (hide Stats1) if (eq "${link}" "Status") (hide Eq1) if (eq "${link}" "Status") (show CR1) [/script] [class=ButtonBorder1] border:1px SOLID #f8cc2d; padding-bottom:-4px; padding-top:3px; font-family:Macondo; font-size:17px; //The border in the buttons// [/class] [class=Container1] display:flex; margin:auto; flex-direction: row; align-content: flex-start //container for the flag ends// [/class] [class=Flag1] width: 0%; height: 0; border-top: 126px solid #35a22f; border-right: 126px solid transparent; //Left triangle of flag// [/class] [Class=FlagA1] width: 0%; height: 0; border-top: 126px solid #35a22f; border-left: 126px solid transparent; //right triangle of flag// [/class] [class=Icon1] margin:0px auto; border: 3px SOLID #f8cc2d; border-radius: 50%; width:150px; height:150px; overflow:hidden; background:url(https://cdn.discordapp.com/attachments/535146314112172043/567116130037268481/image-placeholder.png); background-size: 100% 100%; //The Icon for your Character please adjust the background-size to make your image look nice and not warps the first ##% adjusts the width of the image and the second the height you can use pixel measurements too if its easier! just put ##px ##px instead and keep the ; at the end// //You can mess with adding background-position: ##% ##%; to postion your image nicely// [/class] [class=IconBord1] margin:0px auto; margin-top:10px; border: 3px SOLID #f8cc2d; border-radius: 50%; width:155px; height:154px; background:url(https://cdn.discordapp.com/attachments/535146287876538379/567142756040966159/GoldC.png); background-size:100% 100%; overflow:hidden; padding:3px; //The cool border around the image, you cannot change the color here, it's an image. you may go and take the URL of the image, download it and edit it to your color of choice or ask me to make you a custom color image for the border, you should not have to mess with this at all unless the color needs to be changed// [/class] [class=Armor1] background:url(https://cdn.discordapp.com/attachments/535146314112172043/567116130037268481/image-placeholder.png); background-size: 100% 100%; //The Icon for your armor please adjust the background-size to make your image look nice and not warps the first ##% adjusts the width of the image and the second the height you can use pixel measurements too if its easier! just put ##px ##px instead and keep the ; at the end// //You can mess with adding background-position: ##% ##%; to postion your image nicely// [/class] [class=Notes] \\Below is the code you can actually see and type responses in!\\ [/class] [div class=BG1] [div class="Lines11"][/div]
[div class="Button1 CR1"][div class="ButtonBorder1"]Name[/div][/div] [div class="Button1 Eq1 hidden"][div class="ButtonBorder1"]Status[/div][/div] [div class=Tags1] [div class=IconBord1][div class=Icon1][/div][/div]
Interacting:
@

Mentioned:
@

Located:
Location I Action [/div] [div class="Stats1 hidden1"] [div class=IconBord1][div class="Icon1 Armor1"][/div][/div]
Currency:
##G ##S ##C

Weapon:


Armor:

[/div] [Div class=Container1] [Div class=Flag1][/div][Div class=FlagA1][/div] [/div]

Text "Words" Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris est augue, consectetur non erat ut



[div class="Lines21"][/div]

[/div]

Code:
[nobr]
[class=Notes]
// Forward slashes are comments
and do no show up in the final design,
these are to help you find everything easily
and explain some code as well.
These comments must be with in a class or script tags
in order to be hidden, from what I know//

// Long URls are images
# followed by letter and numbers are Hex codes
or color codes, 
the only colors that are NAMED 
and do not use hex codes
 are White, black and Silver//

// This code does not show breaks unless is shows the [br][/br] code
When typing responses to rps, be aware that when you press enter
it will not show that you did. 
You'll have to use the [br][/br] tags
or you may copy and paste: [br][/br][br][/br]
after each time you want to show a paragraph break
you'll only need it one [br][/br]
if you only what to start at the next line//
[/class]

[class=BG]
background-color:#ece7dc;
color:black;
font-family:Oldenburg;
padding:10px 20px 10px 20px;
text-align:center;
//This is the Background//
[/class]

[class=Lines]
width:100%;
border-Top: 3px solid #102f7e;
border-Bottom: 1px Solid #102f7e;
border-Left: 5px Solid  #ece7dc;
border-Right: 5px solid #ece7dc;
padding:2px;
float:left;

//The top lines//
[/class]

[class=Lines2]
border-Top: 1px solid #102f7e;
border-Bottom: 3px Solid #102f7e;
border-Left: 5px Solid  #ece7dc;
border-Right: 5px solid #ece7dc;
padding:2px;
float:left;
width:100%;

//The bottom lines//
[/class]

[Class=Tags]
background-color:#102f7e;
width:244px;
font-family: Oldenburg;
Font-size: 85%;
Text-align:center;
color:silver;
padding:3px 3px 60px 3px;

//Optimal Spacing for the tags//
[/class]

[Class=Stats]
background-color:#102f7e;
width:244px;
font-family: Oldenburg;
Font-size: 85%;
Text-align:center;
color:silver;
padding:3px 3px 60px 3px;

//Optimal Spacing for the stats//
[/class]

[class=hidden]
display:none;

//Allows hidden things to be hidden until they are told to be shown//
[/class]

[class=Button]
    background-color: #102f7e;
    color: White;
border-bottom: 1px SOLID silver;
    text-align:center;
    padding:5px;
    width:240px;

//The Button with the OC's Name in it//
[/class]

[class name=Button state=hover]
    background-color: #081b4d;
    cursor:pointer;
    color:white;

//What the button looks like when a mouse hovers over it//
[/class]

[script class=Button on=click]

//This script allows the button to do its button thing//
set link (getText)

//IMPORTANT
// When you put in your OC's name into the button 
// you have to put it in the  "  " here in the code
// THE EXACT NAME
// just copy and paste it above in each " " and it will work//

    if (eq "${link}" "Name") (hide Tags)
    if (eq "${link}" "Name") (show Stats)
    if (eq "${link}" "Name") (show Eq)
    if (eq "${link}" "Name") (hide CR)

//you don't have to change this 
//UNLESS you replaced the word "Status" in the button
//THEN YOU HAVE TO REPLACE IT HERE TO
//best to just not replace it if you're unfamiliar with code and just want the thing to work//

    if (eq "${link}" "Status") (show Tags)
    if (eq "${link}" "Status") (hide Stats)
    if (eq "${link}" "Status") (hide Eq)
    if (eq "${link}" "Status") (show CR)
[/script]

[class=ButtonBorder]
border:1px SOLID silver;
padding-bottom:-4px;
padding-top:3px;
font-family:Macondo;
font-size:17px;


//The border in the buttons//
[/class]

[class=Container]
display:flex;
margin:auto;
flex-direction: row;
align-content: flex-start

//container for the flag ends//
[/class]

[class=Flag]
width: 0%;
height: 0;
border-top: 126px solid #102f7e;
border-right: 126px solid transparent;

//Left triangle of flag//
[/class]

[Class=FlagA]
width: 0%;
height: 0;
border-top: 126px solid #102f7e;
border-left: 126px solid transparent;

//right triangle of flag//
[/class]

[class=Icon]
margin:0px auto;
border: 3px SOLID silver;
border-radius: 50%;
width:150px;
height:150px;
overflow:hidden;
background:url(https://cdn.discordapp.com/attachments/535146314112172043/567116130037268481/image-placeholder.png);
background-size: 100% 100%;

//The Icon for your Character
please adjust the background-size to make your image look nice and not warps
the first ##% adjusts the width of the image and the second the height
you can use pixel measurements too if its easier! just put ##px ##px instead and keep the ; at the end//

//You can mess with adding background-position: ##% ##%; to postion your image nicely//
[/class]

[class=IconBord]
margin:0px auto;
margin-top:10px;
border: 3px SOLID silver;
border-radius: 50%;
width:155px;
height:154px;
background:url(https://cdn.discordapp.com/attachments/535146287876538379/548158075497086979/SilverC.png);
background-size:100% 100%;
overflow:hidden;
padding:3px;

//The cool border around the image, you cannot change the color here, it's an image. 
you may go and take the URL of the image, download it and edit it to your color of choice
or ask me to make you a custom color image for the border, 
you should not have to mess with this at all unless the color needs to be changed//
[/class]

[class=Armor]
background:url(https://cdn.discordapp.com/attachments/535146314112172043/567116130037268481/image-placeholder.png);
background-size: 100% 100%;

//The Icon for your armor
please adjust the background-size to make your image look nice and not warps
the first ##% adjusts the width of the image and the second the height
you can use pixel measurements too if its easier! just put ##px ##px instead and keep the ; at the end//

//You can mess with adding background-position: ##% ##%; to postion your image nicely//
[/class]

[class=Notes]
\\Below is the code you can actually see and type responses in!\\
[/class]

[div class=BG]
[div class="Lines"][/div]
[br][/br]
[row][column=span2]
[div class="Button CR"][div class="ButtonBorder"]Name[/div][/div]
[div class="Button  Eq hidden"][div class="ButtonBorder"]Status[/div][/div]
[div class=Tags]
[div class=IconBord][div class=Icon][/div][/div]
[br][/br]
Interacting:[br][/br]
@
[br][/br]
[br][/br]
Mentioned:[br][/br]
@
[br][/br]
[br][/br]
Located:[br][/br]
Location I Action
[/div]

[div class="Stats hidden"]
[div class=IconBord][div class="Icon Armor"][/div][/div]
[br][/br]
Currency:[br][/br]
##G ##S ##C
[br][/br]
[br][/br]
Weapon:[br][/br]

[br][/br]
[br][/br]
Armor:[br][/br]

[br][/br]
[/div]
[Div class=Container]
[Div class=Flag][/div][Div class=FlagA][/div]
[/div]
[br][/br][br][/br]
[/column][column=span6]
Text [Font=Macondo][COLOR=#c70d64]"Words"[/COLOR][/font]
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris est augue, consectetur non erat ut
[br][/br][br][/br]


[/column][/row]
[div class="Lines2"][/div]
[br][/br][br][/br]
[comment][font=Oldenburg]KEEP THIS[/font][font=Macondo]HERE[/font] It allows the fonts to work and doesn't show up in the final code[/comment]

[/div][/nobr]


Code:
[nobr]

[class=Notes]
// Forward slashes are comments
and do no show up in the final design,
these are to help you find everything easily
and explain some code as well.
These comments must be with in a class or script tags
in order to be hidden, from what I know//

// Long URls are images
# followed by letter and numbers are Hex codes
or color codes, 
the only colors that are NAMED 
and do not use hex codes
 are White, black and Silver//

// This code does not show breaks unless is shows the [br][/br] code
When typing responses to rps, be aware that when you press enter
it will not show that you did. 
You'll have to use the [br][/br] tags
or you may copy and paste: [br][/br][br][/br]
after each time you want to show a paragraph break
you'll only need it one [br][/br]
if you only what to start at the next line//
[/class]

[class=BG]
margin-top:30px;
background-color:#ece7dc;
color:black;
font-family:Oldenburg;
padding:10px 20px 10px 20px;
text-align:center;
//This is the Background//
[/class]

[class=Lines1]
width:100%;
border-Top: 3px solid #35a22f;
border-Bottom: 1px Solid #35a22f;
border-Left: 5px Solid  #ece7dc;
border-Right: 5px solid #ece7dc;
padding:2px;
float:left;

//The lines at the top at bottom//
[/class]

[class=Lines2]
border-Top: 1px solid #35a22f;
border-Bottom: 3px Solid #35a22f;
border-Left: 5px Solid  #ece7dc;
border-Right: 5px solid #ece7dc;
padding:2px;
float:left;
width:100%;

//The smaller lines at the top at bottom//
[/class]

[Class=Tags]
background-color:#35a22f;
width:244px;
font-family: Oldenburg;
Font-size: 85%;
Text-align:center;
color:#f8cc2d;
padding:3px 3px 60px 3px;

//Optimal Spacing for the tags//
[/class]

[Class=Stats]
background-color:#35a22f;
width:244px;
font-family: Oldenburg;
Font-size: 85%;
Text-align:center;
color:#f8cc2d;
padding:3px 3px 60px 3px;

//Optimal Spacing for the stats//
[/class]

[class=hidden]
display:none;

//Allows hidden things to be hidden until they are told to be shown//
[/class]

[class=Button]
    background-color: #35a22f;
    color: #f8cc2d;
border-bottom: 1px SOLID #f8cc2d;
    text-align:center;
    padding:5px;
    width:240px;

//The Button with the OC's Name in it//
[/class]

[class name=Button state=hover]
    background-color: #0e610a;
    cursor:pointer;
    color:#f8cc2d;

//What the button looks like when a mouse hovers over it//
[/class]

[script class=Button on=click]

//This script allows the button to do its button thing//
set link (getText)

//IMPORTANT
// When you put in your OC's name into the button 
// you have to put it in the  "  " here in the code
// THE EXACT NAME
// just copy and paste it above in each " " and it will work//

    if (eq "${link}" "Name") (hide Tags)
    if (eq "${link}" "Name") (show Stats)
    if (eq "${link}" "Name") (show Eq)
    if (eq "${link}" "Name") (hide CR)

//you don't have to change this 
//UNLESS you replaced the word "Status" in the button
//THEN YOU HAVE TO REPLACE IT HERE TO
//best to just not replace it if you're unfamiliar with code and just want the thing to work//

    if (eq "${link}" "Status") (show Tags)
    if (eq "${link}" "Status") (hide Stats)
    if (eq "${link}" "Status") (hide Eq)
    if (eq "${link}" "Status") (show CR)
[/script]

[class=ButtonBorder]
border:1px SOLID #f8cc2d;
padding-bottom:-4px;
padding-top:3px;
font-family:Macondo;
font-size:17px;


//The border in the buttons//
[/class]

[class=Container]
display:flex;
margin:auto;
flex-direction: row;
align-content: flex-start

//container for the flag ends//
[/class]

[class=Flag]
width: 0%;
height: 0;
border-top: 126px solid #35a22f;
border-right: 126px solid transparent;

//Left triangle of flag//
[/class]

[Class=FlagA]
width: 0%;
height: 0;
border-top: 126px solid #35a22f;
border-left: 126px solid transparent;

//right triangle of flag//
[/class]

[class=Icon]
margin:0px auto;
border: 3px SOLID #f8cc2d;
border-radius: 50%;
width:150px;
height:150px;
overflow:hidden;
background:url(https://cdn.discordapp.com/attachments/535146314112172043/567116130037268481/image-placeholder.png);
background-size: 100% 100%;

//The Icon for your Character
please adjust the background-size to make your image look nice and not warps
the first ##% adjusts the width of the image and the second the height
you can use pixel measurements too if its easier! just put ##px ##px instead and keep the ; at the end//

//You can mess with adding background-position: ##% ##%; to postion your image nicely//
[/class]

[class=IconBord]
margin:0px auto;
margin-top:10px;
border: 3px SOLID #f8cc2d;
border-radius: 50%;
width:155px;
height:154px;
background:url(https://cdn.discordapp.com/attachments/535146287876538379/567142756040966159/GoldC.png);
background-size:100% 100%;
overflow:hidden;
padding:3px;

//The cool border around the image, you cannot change the color here, it's an image. 
you may go and take the URL of the image, download it and edit it to your color of choice
or ask me to make you a custom color image for the border, 
you should not have to mess with this at all unless the color needs to be changed//
[/class]

[class=Armor]
background:url(https://cdn.discordapp.com/attachments/535146314112172043/567116130037268481/image-placeholder.png);
background-size: 100% 100%;

//The Icon for your armor
please adjust the background-size to make your image look nice and not warps
the first ##% adjusts the width of the image and the second the height
you can use pixel measurements too if its easier! just put ##px ##px instead and keep the ; at the end//

//You can mess with adding background-position: ##% ##%; to postion your image nicely//
[/class]

[class=Notes]
\\Below is the code you can actually see and type responses in!\\
[/class]

[div class=BG]
[div class="Lines1"][/div]
[br][/br]
[row][column=span2]
[div class="Button CR"][div class="ButtonBorder"]Name[/div][/div]
[div class="Button  Eq hidden"][div class="ButtonBorder"]Status[/div][/div]
[div class=Tags]
[div class=IconBord][div class=Icon][/div][/div]
[br][/br]
Interacting:[br][/br]
@
[br][/br]
[br][/br]
Mentioned:[br][/br]
@
[br][/br]
[br][/br]
Located:[br][/br]
Location I Action
[/div]

[div class="Stats hidden"]
[div class=IconBord][div class="Icon Armor"][/div][/div]
[br][/br]
Currency:[br][/br]
##G ##S ##C
[br][/br]
[br][/br]
Weapon:[br][/br]

[br][/br]
[br][/br]
Armor:[br][/br]

[br][/br]
[/div]
[Div class=Container]
[Div class=Flag][/div][Div class=FlagA][/div]
[/div]
[br][/br][br][/br]
[/column][column=span6]
Text [Font=Macondo][COLOR=#c70d64]"Words"[/COLOR][/font]
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris est augue, consectetur non erat ut
[br][/br][br][/br]


[/column][/row]
[div class="Lines2"][/div]
[br][/br][br][/br]
[comment][font=Oldenburg]KEEP THIS[/font][font=Macondo]HERE[/font] It allows the fonts to work and doesn't show up in the final code[/comment]

[/div][/nobr]



PaulHaynek PaulHaynek AI10100 AI10100 Fenris Fenris shadowz1995 shadowz1995 Roleplay Skittle Roleplay Skittle Uasal Uasal Baron Baron Bulette Bulette June Verles June Verles JustNicole JustNicole Zer0 Zer0 Arthro Arthro Katsuya Katsuya
 
Last edited:
NEW Armory code!
The Armories have been updated with new, cleaner codes and an updated look. If any one wants to use them then you van find the copy pastable's in the armory. My character have the updates in their armory as examples. If you want to update go ahead, or I can create a copy pastable update for your char if you want, just ask. Same goes for all the other codes.

OLD:
Screen Shot 2019-05-14 at 1.09.55 PM.png
Screen Shot 2019-05-14 at 1.18.34 PM.png
messy
NEW:
Screen Shot 2019-05-14 at 1.16.24 PM.png
Screen Shot 2019-05-14 at 1.23.14 PM.png
much better cx



PaulHaynek PaulHaynek AI10100 AI10100 Fenris Fenris shadowz1995 shadowz1995 Roleplay Skittle Roleplay Skittle Uasal Uasal Baron Baron Bulette Bulette June Verles June Verles JustNicole JustNicole Zer0 Zer0 Arthro Arthro Katsuya Katsuya
 

Attention!


I would like for everyone to give a big thank you To PaulHaynek PaulHaynek for sticking with the rp! With out him this rp would have never got it start at the beginning and I honestly am going to miss him! Thanks so much for all your work in the rp Paul! Won't be the same with out you but we wish you luck on your ventures elsewhere.

Thank you very much!!!

shadowz1995 shadowz1995 Fenris Fenris AI10100 AI10100 Roleplay Skittle Roleplay Skittle Zer0 Zer0 Katsuya Katsuya Uasal Uasal June Verles June Verles Jean Beaucant Jean Beaucant Baron Baron

Wolf guild members! Do not fret! We will have everything taken cared of soon for you guys.
Raven members After I post in I will post a timeskip in our thread to bring us all back to base.​
 
Anyone in wolf feel like tackling 'Alike in Dignity'? Time to see if Dura is the only reasonable Orc around :D
 
Hi everyone! So im in the process of attempting to join and my sad little mobile using-ass cannot seem to get the images to work for my weapons and such on this format. Could someone maybe get that taken care of for me so i dont stick out like a sore thumb?
 
Greetings! If Yuuka's dialogue is completely unintelligible to someone and you think their character is old enough or knowledgeable enough to grasp her meaning, please mention me here or let me know in a PM and I can translate. Please also let me know just how much you expect them to know on a scale of 0(no clue) to 10 (I know everything and the subtexts) and I'll translate it.

As an example of a full translation, her first dialogue was
"Salutations, as some are to say in this realm of the 'Legion'! My gracious gratefulness to the charming Calla Rose, truly the 'rose' of the most patchouli-like nature! In 'thrall-ment' I am enthralled, and seek to provide the entirety of myself for beneficiality of -all. Which steward shall 'steward' me to maximize my stewardship?" Yuuka called into the distance, her treble voice seeming to reverberate enough to float through the air. With each little accentuation she'd think of, she'd make expressive movements of her arms and hands. 'Legion' was represented by her hands shifting from five fingers to five flowers, 'rose' announced a beautiful pale purple rose rising from the ground to be caught in her hand. Upon saying 'thrall' she bowed low, and bounced back to produce what seemed like a goblet made of vines extending from her fingers that were once flowers.

Translate this to:
"Greetings and health to all, as one might expect as part of an introduction in a land of many people who are in harmony!" Legion refers to the mythical being of many forming into one, where Yuuka is noting that it is interesting that there is no disharmony, or very little.

"I am honored and grateful, and will likewise accept with dignity, the acceptance by Calla Rose, who is clearly the most capable leader, and therefore most beautiful 'rose' of the group— specifically with a bewitching nature that is as captivating as a love-spell." A purple rose denotes infinite possibility, and patchouli is said to be used in love potions, which implies that Calla Rose is so fascinating, and her guild is so wonderful in infinite possibility, that she finds her invitation and acceptance of Yuuka to be almost bewitching.

"In service to the guild, I am extremely excited. I want to do my best for everyone to gain" Yuuka is playing with words here, and making slight fun of the vampire's usage of thralls, but not in a mean-spirited way. She is referring to herself as being as willing to work as a possessed slave is, continuing on the patchouli bit. Obviously this isn't meant to be taken literally, it's just being gracious. Fae are likely to understand this, while someone who gets the other subtexts but not this might see it as mocking of vampires or thralls or perhaps a literal commitment to slave-like servitude.

"Who's going to help me help everyone?" This is just her finding the word 'steward' funny and portraying herself as a maid or butler, continuing on the nature of servitude as a sign of respect.

So that's one example of a full explanation but obviously if your characters aren't like a super old fae or very cultured person I'd throw in much less subtext.

Excited!
 
Last edited:
Greetings! If Yuuka's dialogue is completely unintelligible to someone and you think their character is old enough or knowledgeable enough to grasp her meaning, please mention me here or let me know in a PM and I can translate. Please also let me know just how much you expect them to know on a scale of 0(no clue) to 10 (I know everything and the subtexts) and I'll translate it.

As an example of a full translation, her first dialogue was


Translate this to:
"Greetings and health to all, as one might expect as part of an introduction in a land of many people who are in harmony!" Legion refers to the mythical being of many forming into one, where Yuuka is noting that it is interesting that there is no disharmony, or very little.

"I am honored and grateful, and will likewise accept with dignity, the acceptance by Calla Rose, who is clearly the most capable leader, and therefore most beautiful 'rose' of the group— specifically with a bewitching nature that is as captivating as a love-spell." A purple rose denotes infinite possibility, and patchouli is said to be used in love potions, which implies that Calla Rose is so fascinating, and her guild is so wonderful in infinite possibility, that she finds her invitation and acceptance of Yuuka to be almost bewitching.

"In service to the guild, I am extremely excited. I want to do my best for everyone to gain" Yuuka is playing with words here, and making slight fun of the vampire's usage of thralls, but not in a mean-spirited way. She is referring to herself as being as willing to work as a possessed slave is, continuing on the patchouli bit. Obviously this isn't meant to be taken literally, it's just being gracious. Fae are likely to understand this, while someone who gets the other subtexts but not this might see it as mocking of vampires or thralls or perhaps a literal commitment to slave-like servitude.

"Who's going to help me help everyone?" This is just her finding the word 'steward' funny and portraying herself as a maid or butler, continuing on the nature of servitude as a sign of respect.

So that's one example of a full explanation but obviously if your characters aren't like a super old fae or very cultured person I'd throw in much less subtext.

Excited!
I'll tell you right now, Parfa the archer Collie is mostly illiterate so she will not understand big words.
 
Im posting this in the ooc so it isnt swollowed up on discord. Im very sorry, but i was just accepted to a new job which is a wonderful opportunity but very demanding, and have given my current job a two weeks. This means ill be working 14-17 hour days for the next couple, and why i havent been on in a couple days. Im so sorry to have made a first post and then dropped this on you all, especially because im very passionate about this rp already. Its exactly the kind of thing i joined this site for. So feel free to take me off the roster for now so you have room for active people, and if there's still room when i get back ill rejoin with the same character or a different one need be. Youve all been very welcoming and i hope i can play with you again soon ❤
 
Im posting this in the ooc so it isnt swollowed up on discord. Im very sorry, but i was just accepted to a new job which is a wonderful opportunity but very demanding, and have given my current job a two weeks. This means ill be working 14-17 hour days for the next couple, and why i havent been on in a couple days. Im so sorry to have made a first post and then dropped this on you all, especially because im very passionate about this rp already. Its exactly the kind of thing i joined this site for. So feel free to take me off the roster for now so you have room for active people, and if there's still room when i get back ill rejoin with the same character or a different one need be. Youve all been very welcoming and i hope i can play with you again soon ❤
God bless on your new job, Stok!
 
Im posting this in the ooc so it isnt swollowed up on discord. Im very sorry, but i was just accepted to a new job which is a wonderful opportunity but very demanding, and have given my current job a two weeks. This means ill be working 14-17 hour days for the next couple, and why i havent been on in a couple days. Im so sorry to have made a first post and then dropped this on you all, especially because im very passionate about this rp already. Its exactly the kind of thing i joined this site for. So feel free to take me off the roster for now so you have room for active people, and if there's still room when i get back ill rejoin with the same character or a different one need be. Youve all been very welcoming and i hope i can play with you again soon ❤
Anytime you want to rejoin we'll see about getting a spot open for ya ;) Good luck at your new job man! you got this!
 
Nera Time Line
Up in the Lore and Culture Thread!


Finally! The Nera Time line is up in the lore and culture thread for everyone to see!
Along with the basic history of Nera is a time line of all the quests completed by each guild, and other notable events with small summaries for each one.
As the rp goes on I hope to add more quests to the time line and maybe more discoveries to Nera's history .
If you can uncover them c;

At the bottom of the time line is a spread sheet that may explain a few things better in terms of scope.


shadowz1995 shadowz1995 AI10100 AI10100 Fenris Fenris Roleplay Skittle Roleplay Skittle Zer0 Zer0 Katsuya Katsuya Stok Stok Phayne Phayne Clausewitz Halcyon Clausewitz Halcyon animegirl20 animegirl20 LazyDaze LazyDaze Elenion Aura Elenion Aura
 

Users who are viewing this thread

Back
Top