Author Topic: Handling Guild\Alliance Chatting  (Read 5439 times)

0 Members and 1 Guest are viewing this topic.

Offline Crome969Topic starter

  • Elite
  • *
  • *
  • Posts: 2098
  • Activity:
    0%
  • Reputation Power: 25
  • Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.
  • Gender: Male
  • UO Enthusiast
  • Respect: +211
  • Referrals: 10
    • View Profile
    • ScriptSDK
Handling Guild\Alliance Chatting
« on: August 14, 2011, 11:50:23 PM »
0
I currently writing more small parts for my oeuo Lib and wanted to know how to handle the Alliance\Guild Chat writing...
Example:
Code: [Select]
function SayParty(a)
UO.Key("7",false,false,true)
wait(50)
UO.Msg(a)
wait(50)
UO.Key("enter",false,false,false)
end
worked perfectly for Party, hope same combination working for Guild\Alliance but it seems UO.Key dont use | or \ for Guild alliance. Or it depends on US Keystrokes,wich i dont know how are they..
any ideas'?

Crome

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: Handling Guild\Alliance Chatting
« Reply #1 on: August 16, 2011, 07:30:09 AM »
0
UO.Msg('/'..a)

or

UO.Msg(string.char(??)..a)   -- not sure of ascii code or character or the precise string.char function name).

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."

Tags: