Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Development

Development::Development Forum for development topics and for those interested in EQEMu development. (Not a support forum)

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #5  
Old 02-06-2005, 08:39 AM
Rogean's Avatar
Rogean
Administrator
 
Join Date: Jul 2003
Location: Massachusetts
Posts: 708
Default

Code:
$Query = mysql_query("SELECT id,name,guild,guildrank,zonename, 
	 (ascii(mid(profile,117,1)))+(ascii(mid(profile,118,1))*256)+(ascii(mid(profile,119,1))*4096)+(ascii(mid(profile,120,1))*65536) as level,
	 (ascii(mid(profile,105,1)))+(ascii(mid(profile,106,1))*256)+(ascii(mid(profile,107,1))*4096)+(ascii(mid(profile,108,1))*65536) as race,
	 (ascii(mid(profile,109,1)))+(ascii(mid(profile,110,1))*256)+(ascii(mid(profile,111,1))*4096)+(ascii(mid(profile,112,1))*65536) as pclass,
	 (ascii(mid(profile,101,1)))+(ascii(mid(profile,102,1))*256)+(ascii(mid(profile,103,1))*4096)+(ascii(mid(profile,104,1))*65536) as gender,
	 (ascii(mid(profile,164,1))) as gm,
	 (ascii(mid(profile,165,1))) as anon,
	 mid(profile,69,30) as lastname,
	 profile
	 FROM character_ WHERE id = $charid");
	 
$Char = mysql_fetch_array($Query);
Theres something that should help you out a bit. Took it from the Raid Addicts panel I made.
__________________
EQEmulator Developer / Administrator
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 01:05 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3