PDA

View Full Version : GC: Online Question



Fr3aK
Apr 18, 2003, 06:31 PM
Is there like a buddy list or somethin for the players to keep track of their friends or team members?

-Fr3aK-

GyroidFanatic
Apr 18, 2003, 06:43 PM
Yeah, players can give you their guild card. With it you can find where they are playing and meet them there and/or send a message to them.

Joe-Azlin
Apr 18, 2003, 06:48 PM
yea its kinda like aim through pso.

Fr3aK
Apr 18, 2003, 06:55 PM
Ok thx!

-Fr3aK-

Sheik1
Apr 18, 2003, 06:58 PM
Yea...like AIM people can sometimes bug the heck out of you when you are playing a boss, not saying it to be mean or anything though.

Delsaber
Apr 18, 2003, 06:59 PM
This way off topic but, Joe, how did you get the thing on your sig? Is there something in my account settings?

I could not figure it out so I made a code generator that would generate something similiar to what you, and others have. It is located at http://www20.brinkster.com/davidv0/sig_maker.html.

Sheik1
Apr 18, 2003, 07:08 PM
On 2003-04-18 16:59, Delsaber wrote:
This way off topic but, Joe, how did you get the thing on your sig? Is there something in my account settings?

I could not figure it out so I made a code generator that would generate something similiar to what you, and others have. It is located at http://www20.brinkster.com/davidv0/sig_maker.html.



Just view the source of the page (HTML source) and extract the HTML that makes it. I have included it below...lets see if it works correctly. This is my attempted sig, very similar:

</html>
<table width=100% border=1>
<tr>
<td width=64>
<center>
<img src=http://www.pso-world.com/magguide/chao.gif border=0>
</center>
</td>
<td align=left>
"Al" - RAmar - <font color=blue>(Bluefull)</font>

Level 101

Weapon of Choice: <font color="yellow">Dark Meteor</font>

MAG: <font color="yellow">Chao</font> Level 200
</td>
</tr>
</table>
<html>

Sheik1
Apr 18, 2003, 07:09 PM
On 2003-04-18 17:08, alland wrote:


On 2003-04-18 16:59, Delsaber wrote:
This way off topic but, Joe, how did you get the thing on your sig? Is there something in my account settings?

I could not figure it out so I made a code generator that would generate something similiar to what you, and others have. It is located at http://www20.brinkster.com/davidv0/sig_maker.html.



Just view the source of the page (HTML source) and extract the HTML that makes it. I have included it below...lets see if it works correctly. This is my attempted sig, very similar:

</html>
<table width=100% border=1>
<tr>
<td width=64>
<center>
<img src=http://www.pso-world.com/magguide/chao.gif border=0>
</center>
</td>
<td align=left>
"Al" - RAmar - <font color=blue>(Bluefull)</font>

Level 101

Weapon of Choice: <font color="yellow">Dark Meteor</font>

MAG: <font color="yellow">Chao</font> Level 200
</td>
</tr>
</table>
<html>



Ignore the </html> and <html> tags. I had to put them in so PSO world did not attempt to use the code to actually generate the stuff...so you could see the source.

Delsaber
Apr 18, 2003, 07:15 PM
Is it just me or did the page mess up?

Delsaber
Apr 18, 2003, 07:16 PM
Oh, you could have used Blockquote to show the code rather than the html tag

Sheik1
Apr 18, 2003, 07:16 PM
Sorry, I have been working on my SIG and temporarally screwed up the page with it. It is fixed...lol.

Sheik1
Apr 18, 2003, 07:20 PM
Oh, sorry, I forgot about that. I was not thinking. I will do it next time. The block quote thing. Is it just <quote><quote> and </quote></quote>?

Delsaber
Apr 18, 2003, 07:21 PM
Oh, for PSOW use code with [] around it and close with code and with [/] around it.

Delsaber
Apr 18, 2003, 07:23 PM
<table width=100% border=1>
<tr>
<td width=64>
<center>
<img src=http://www.pso-world.com/magguide/chao.gif border=0>
</center>
</td>
<td align=left>
"Al" - RAmar - <font color=blue>(Bluefull)</font>

Level 101

Weapon of Choice: <font color="yellow">Dark Meteor</font>

MAG: <font color="yellow">Chao</font> Level 200
</td>
</tr>
</table>


just seeing something, that sound be it though..

Sheik1
Apr 18, 2003, 07:24 PM
Yea, thanks...if you noticed I screwed up the page again...these signatures can do wierd stuff if not done properly...I must have had an extra [</table>] in there.

Delsaber
Apr 18, 2003, 07:26 PM
If you notice, my avatar is in the top left corner of the screen... The very top of the webpage...

Sheik1
Apr 18, 2003, 07:26 PM
hmmm...still need to get rid of the extra line breaks in the SIG...do not know what is causing them, but I have an idea...does PSO count a <CR> as a
in code, if it does then this might be it.

Sheik1
Apr 18, 2003, 07:27 PM
yea...lol, what you do...put it outside the table...that is too funny. Like I said, these sigs can so wierd stuff if you don't do them right.

Delsaber
Apr 18, 2003, 07:28 PM
<cr> ? where in the code?

Delsaber
Apr 18, 2003, 07:29 PM
I used <div style="position:absolute;top:0px;left:0px">
Insert whatever here...
</div>

Sheik1
Apr 18, 2003, 07:31 PM
new line character. I think it does add <quote>
</quote> statements for new line carige(spelling?) returns because my sign now works without the BReaks in it. I will copy it below using the quote tag

<quote>

<table width=100% border=1>
<tr>
<td width=64 align=center>
<img src=http://www.pso-world.com/magguide/chao.gif border=0></td>
<td align=left>"Al" - RAmar - <font color=blue>(Bluefull)</font>
Level 101
Weapon of Choice: <font color="yellow">Dark Meteor</font>
MAG: <font color="yellow">Chao</font> Level 200
</td>
</tr>
</table>
Creator of the 'indiglo.net' (http://www.indiglo.net) PC to GCN keyboard adapter.
</center>

</quote>

Delsaber
Apr 18, 2003, 07:33 PM
Looks like it does add the breaks. I will update my code on the generator then...

Delsaber
Apr 18, 2003, 07:48 PM
You need to fix your sig... Oh, and the generator is fixed and produces a non-spastic sig. Mine looks just fine now.

Sheik1
Apr 18, 2003, 07:50 PM
I am having probs with it taking two tables...look to see if you see what I am doing wrong. It messes up the page like I am not closing the table correctly:

<quote>

<center>

<table width=100% border=1><tr><td width=64 align="center">
<img src=http://www.pso-world.com/magguide/chao.gif height=60 border=0></td>
<td align=left>"Al" - RAmar - <font color=blue>(Bluefull)</font>
Level 101
Weapon of Choice: <font color="yellow">Dark Meteor</font>
MAG: <font color="yellow">Chao</font> Level 200
</td></tr></table>

<table width=100% border=1><tr><td width=64 align="center">
<img src=http://www.drassal.net/pso/sig_sm.gif height=60 border=0></td>
<td align=left>"Sheik" - FOnewearl - <font color=green>(Viridia)</font>
Level 101
Weapon of Choice: <font color="yellow">Elysion+6</font>
MAG: <font color="yellow">Panzer's Tail</font> Level 200
</td></tr></table>

Creator of the 'indiglo.net' (http://www.indiglo.net) PC to GCN keyboard adapter.
</center>

</quote>

Delsaber
Apr 18, 2003, 08:18 PM
Your sig can be a max of only 500 characters, maybe the second table exceeds the 500 character limit.

Delsaber
Apr 18, 2003, 08:27 PM
The total amount of characters with both tables comes to around 710 characters, so 210 or so are being removed, that is the cause for the error.

Sheik1
Apr 19, 2003, 01:03 AM
Oh...duh...I didn't know that the sigs were capped at 500 characters...lol! That would be why the table will not close.

You sure it is over 500...it does not look that long to me.