test content
What is the Arc Client?
Install Arc

Tribble/Redshirt Character Transfer site error

zerobangzerobang Member Posts: 0 Arc User
edited July 2012 in Tribble - Bug Reports
http://img6.imagebanana.com/img/4yfa5iuc/tribble.png

the drop down only shows 6 of my 10 characters... :eek:
[SIGPIC][/SIGPIC]
Post edited by zerobang on

Comments

  • vsilverwings1vsilverwings1 Member Posts: 572 Arc User
    edited June 2012
    Same for me

    I should have;
    Lenne
    Matrix
    Leonhart
    Eden
    Hadi'bah tiq
    Paine
    Shadow
    Marchob
    Farmer1
    Farmer2
    Farmer3


    But the ones in red are not there. Instead I have this character called Ubinee which I did not create and when I try to copy it I get nothing.
  • jarninjfjarninjf Member Posts: 0 Arc User
    edited June 2012
    Same. The problem is that the one character I want to transfer (my banking/crafting mule) doesn't show up on that list. All my resources I've obtained across all my characters are on that mule, and without him popping up on that list I have no way to help contribute to my fleets construction of our starbase.

    And it's a stupid web formatting problem. Easy fix. Guess I'll have to wait until they fix this in order to get my character on Tribble.
  • starkymanstarkyman Member Posts: 158 Arc User
    edited June 2012
    soz like but i see 7???
  • switchngcswitchngc Member Posts: 0 Arc User
    edited June 2012
    Yeah, I had that issue too, I posted elsewhere though...

    Here is my link with my information.
  • wolfpacknzwolfpacknz Member Posts: 783 Arc User
    edited June 2012
    Same issue for me, I haave my feds all transferred over but still have 3 KDF I can't see
    [SIGPIC][/SIGPIC]
    ***Disenchanted***
    Real Join Date: Monday, 17 May 2010
  • sparhawksparhawk Member Posts: 796 Arc User
    edited July 2012
    Here is an potential temporary workaround from an intrepid Champions player:
    beldin wrote: »
    Ok .. have linked my accounts, and also only see 6 characters.

    Somebody was so wise to try to build a dropdown-box with DIVs, instead of using just
    the regular HTML tag. The names are all in the Source-Code. Tryed it with Opera, Firefox
    and IE and none of them worked.

    <div id="character" class="dd dropmenu" target="ddval1">
    			    <a>Select</a>
    			    <div class="outer-dd ">
    			        <div class="scrollbar"><div></div></div>
    			        <div class="inner-dd overwrite">
    						<ul>
    													<li val="Xelianne">Xelianne</li>
    													<li val="Toxia">Toxia</li>
    													<li val="Flamestar">Flamestar</li>
    													<li val="Adamantia">Adamantia</li>
    													<li val="Shalyndra">Shalyndra</li>
    													<li val="Shyleene">Shyleene</li>
    													<li val="Bellandra">Bellandra</li>
    													<li val="Laureena">Laureena</li>
    													<li val="Janet">Janet</li>
    													<li val="Arcania">Arcania</li>
    													<li val="Chiara">Chiara</li>
    													<li val="Coldfire">Coldfire</li>
    													<li val="Loreena">Loreena</li>
    													<li val="Electricity">Electricity</li>
    													<li val="Blue Steel">Blue Steel</li>
    													<li val="Green Poison">Green Poison</li>
    													<li val="Bladestorm">Bladestorm</li>
    													<li val="Sirenia">Sirenia</li>
    													<li val="Kaname">Kaname</li>
    													<li val="Kendra">Kendra</li>
    													<li val="Nirrti">Nirrti</li>
    													<li val="Angelica">Angelica</li>
    													<li val="Shira">Shira</li>
    													<li val="Dana">Dana</li>
    													<li val="Lyra">Lyra</li>
    													<li val="Stormy">Stormy</li>
    													<li val="Selena">Selena</li>
    													<li val="Wendy">Wendy</li>
    													<li val="Crystal">Crystal</li>
    													<li val="Amber">Amber</li>
    													<li val="Dawn">Dawn</li>
    													<li val="Smaragd">Smaragd</li>
    													<li val="Destiny">Destiny</li>
    													<li val="Nightfly">Nightfly</li>
    													<li val="Sandy">Sandy</li>
    												</ul>
    			        </div>
    			    </div>
    				<input id="ddval1-input" class="ddval" type="hidden" name="char_select" />
    			</div>
    


    OK .. here is a quick and dirty fix. Save the page local. Edit and replace the
    <div class="inner-dd overwrite">
    

    before the character list with something like :
    <div class="inner-dd overwrite" style="height:1000px">
    

    Open the page in your browser, and copy the character ;)
Sign In or Register to comment.