Author Topic: CAMOTbIK's Team speak  (Read 4302 times)

0 Members and 1 Guest are viewing this topic.

Offline camotbikTopic starter

  • Sr. Member
  • *
  • Posts: 349
  • Activity:
    0%
  • Reputation Power: 3
  • camotbik has no influence.
  • Gender: Male
  • Hello! I'm a UO addict.
  • Respect: +38
  • Referrals: 0
    • View Profile
CAMOTbIK's Team speak
« on: September 11, 2011, 10:47:06 AM »
0
Code: [Select]
;===========================================================
; Script Name: CAMOTbIK's Team Speak
; Author: CAMOTbIK
; Version: 0.1f Alfa
; Client Tested with: 7.0.14.0
; EUO version tested with: 1.92
; Shard OSI / FS:  FS WWW.RWUO.COM
; Revision Date: 2011/09/11
; Public Release: 2011/09/11
; Global Variables Used: None
; Purpose: To scan journal and do requested commands
;===========================================================
Example of usage: If some one says move nickname, the character will move to the spoken nickname.
This is just a snippet with only move command in. I don't want to publish the complete script, but if you are clever enough, you will make your own commands.

There are 1 attachment(s) in this post. You must register and post an acceptable introduction to download
teamspeak_01.txt
« Last Edit: September 11, 2011, 11:07:39 AM by camotbik »
What you witness -- is whatver..
uogamers hybrid.

Offline gimlet

  • Very Super Secret
  • Global Moderator
  • *
  • *
  • Posts: 6191
  • Activity:
    3%
  • Reputation Power: 71
  • gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!
  • Gender: Male
  • Respect: +273
  • Referrals: 3
    • View Profile
Re: CAMOTbIK's Team speak
« Reply #1 on: September 11, 2011, 03:01:07 PM »
0
nice - I see many uses for this

Offline camotbikTopic starter

  • Sr. Member
  • *
  • Posts: 349
  • Activity:
    0%
  • Reputation Power: 3
  • camotbik has no influence.
  • Gender: Male
  • Hello! I'm a UO addict.
  • Respect: +38
  • Referrals: 0
    • View Profile
Re: CAMOTbIK's Team speak
« Reply #2 on: September 11, 2011, 08:47:23 PM »
0
This may come in handy as well
Code: [Select]
set #targcurs 1
while #targcurs = 1
 wait
gosub getname #ltargetid
event macro 1 1 move #result

sub getname
  event property %1
  str pos #property $ 1
  set %lenght #strres - 1
  str left #property %lenght
  set %name #strres
  if lady in %name || lord in %name
  {
    str Del %name 1 5
    set %name #strres
  }
  str pos %name [ 1
  if #strres > 0
  {
  set %lenght #strres - 1
  str left %name %lenght
  set %name #strres
  }
return %name
What you witness -- is whatver..
uogamers hybrid.

Offline Crome969

  • 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
Re: CAMOTbIK's Team speak
« Reply #3 on: September 11, 2011, 11:02:29 PM »
0
Think we should talk about an OpenUO version of it, Camotbik. It would speeding it up ;)

Offline camotbikTopic starter

  • Sr. Member
  • *
  • Posts: 349
  • Activity:
    0%
  • Reputation Power: 3
  • camotbik has no influence.
  • Gender: Male
  • Hello! I'm a UO addict.
  • Respect: +38
  • Referrals: 0
    • View Profile
Re: CAMOTbIK's Team speak
« Reply #4 on: September 11, 2011, 11:21:58 PM »
0
Sure, but with my lack of knowledge of oeuo I would write the functions a year, lol. But yeah,  oeuo is the way to go.
What you witness -- is whatver..
uogamers hybrid.

Offline Crome969

  • 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
Re: CAMOTbIK's Team speak
« Reply #5 on: September 12, 2011, 12:59:25 AM »
0
Sure, but with my lack of knowledge of oeuo I would write the functions a year, lol. But yeah,  oeuo is the way to go.
We can do this;-)

Tags: