Author Topic: CharType's in OEUO  (Read 17178 times)

0 Members and 1 Guest are viewing this topic.

Offline SuperslayerTopic starter

  • Elite
  • *
  • *
  • Posts: 1006
  • Activity:
    0%
  • Reputation Power: 14
  • Superslayer barely matters.Superslayer barely matters.
  • Gender: Male
  • Well what do you drink? Not tea.
  • Respect: +43
  • Referrals: 0
    • View Profile
CharType's in OEUO
« on: October 25, 2010, 12:25:57 AM »
0
alive
 - Human Male
   CharType = 400
 - Garg Male
   CharType = 666
 - Human Female
   CharType = 401
   CharStatus = B
 - Elf Female
   CharType = 606
   CharStatus = B
 - Elf Male
   CharType = 605   
 - Garg Female
   CharType = 667
   CharStatus = B 
   
   War Mode = G

dead
  - Elf Female
    CharType = 608
    CharStatus = B
  - Human Female
    CharType = 403
    CharStatus = B
  - Elf Male
    CharType = 607
  - Garg Female 
    CharType = 695
    CharStatus = B
  - Human Male
    CharType = 402
  - Garg Male
    CharType = 694

Offline Endless Night

  • Global Moderator
  • *
  • *
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: CharType's in OEUO
« Reply #1 on: October 25, 2010, 05:32:28 AM »
0
thanks ss... you know i was looking for that :)

EDIT: heres the charchost subs bassed off of that ..one to emulate EUO code the other for striaght LUA

Code: [Select]
function EUO_CharGhost()
  local result = 'NO'
  if UO.CharType ==  607 or UO.CharType == 608 then result='yes' end -- male/female elf
  if UO.CharType ==  694 or UO.CharType == 695 then result='yes' end -- male/female Gargole
  if UO.CharType ==  402 or UO.CharType == 403 then result='yes' end -- male/female Human     
 return result
end

function CharGhost()
  return ( UO.CharType==607 or UO.CharType==608 or UO.CharType==694 or UO.CharType==695 or UO.CharType==402 or UO.CharType==403 )     
end
« Last Edit: October 25, 2010, 07:09:43 AM by Endless Night »
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline Masscre

  • Gran Master Jester !!
  • Scripthack
  • *
  • Posts: 4615
  • Activity:
    0%
  • Reputation Power: 55
  • Masscre is leading the good life!Masscre is leading the good life!Masscre is leading the good life!Masscre is leading the good life!Masscre is leading the good life!Masscre is leading the good life!Masscre is leading the good life!Masscre is leading the good life!Masscre is leading the good life!Masscre is leading the good life!Masscre is leading the good life!
  • Gender: Male
  • Air Guitar Commander !!
  • Respect: +144
  • Referrals: 1
    • View Profile
Re: CharType's in OEUO
« Reply #2 on: October 25, 2010, 05:37:52 AM »
0
+1 Rep for posting this info. Thanks SS

Offline SuperslayerTopic starter

  • Elite
  • *
  • *
  • Posts: 1006
  • Activity:
    0%
  • Reputation Power: 14
  • Superslayer barely matters.Superslayer barely matters.
  • Gender: Male
  • Well what do you drink? Not tea.
  • Respect: +43
  • Referrals: 0
    • View Profile
Re: CharType's in OEUO
« Reply #3 on: October 25, 2010, 07:11:58 AM »
0
My pleasure guys!

Offline Cerveza

  • Hacksimus Maximus
  • Scripthack
  • *
  • Posts: 5857
  • Activity:
    0%
  • Reputation Power: 80
  • Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!
  • Gender: Male
  • So... Hows that Hopey-Changey thing working out?
  • Respect: +403
  • Referrals: 11
    • View Profile
Re: CharType's in OEUO
« Reply #4 on: October 25, 2010, 07:45:12 AM »
0
Having *all* forms would be awesome... Ninja, necro, spellweaving, etc...
XXXXXXXXXX________________________________________] 20%
I've forgotten more about this game then most people will ever know.
Thank you for controlling your children. Their manners reflect your love for them.
Give a man a fish and you feed him for a day. Don't teach a man to fish, and you feed yourself. He's a grown man. Fishing's not that hard.

Offline SuperslayerTopic starter

  • Elite
  • *
  • *
  • Posts: 1006
  • Activity:
    0%
  • Reputation Power: 14
  • Superslayer barely matters.Superslayer barely matters.
  • Gender: Male
  • Well what do you drink? Not tea.
  • Respect: +43
  • Referrals: 0
    • View Profile
Re: CharType's in OEUO
« Reply #5 on: October 25, 2010, 07:47:08 AM »
0
My one human male was in vamp form, and the charstatus didn't change. I think Twinkle McNugget tossed some charstatus stuff at Cheffe a while ago for some debugging or whatnot.

Offline Endless Night

  • Global Moderator
  • *
  • *
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: CharType's in OEUO
« Reply #6 on: October 25, 2010, 08:01:08 AM »
0
a number of the forms are listed in the wiki

http://www.easyuo.com/openeuo/wiki/index.php/UO.CharType
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline SuperslayerTopic starter

  • Elite
  • *
  • *
  • Posts: 1006
  • Activity:
    0%
  • Reputation Power: 14
  • Superslayer barely matters.Superslayer barely matters.
  • Gender: Male
  • Well what do you drink? Not tea.
  • Respect: +43
  • Referrals: 0
    • View Profile
Re: CharType's in OEUO
« Reply #7 on: October 25, 2010, 08:17:31 AM »
0
I see to late! Looks like the male elf and vamp form share the same status? 605? hopefully it's a typo.

Tags: