Author Topic: Journal Reader\ Talker  (Read 6780 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
Journal Reader\ Talker
« on: July 24, 2009, 05:52:30 AM »
0
Here is a New Script iam Testing and Writing by myself.
It reads Journal , Ignores "you see" and Wrote them in Menu . if you enter Text in Menu the selected Character Talk .-) Excelent for Multiaccounting :-)


Code: [Select]
;#######################################################
;#Creator : Crome696                                   #
;#ProjectStart :24\06\2009                             #
;#Release : Public\Scriptuo Exclusive                  #
;#Script Name : Journal Read & Write                   #
;#Development Tool : Scriptuo V2.44                    #
;#Used Shard : Raistlins World\Vetus-Mundus\Drachenfels#
;#######################################################
  set #lpc 1000
set %String 1
menu Clear
Gosub Showeuomenu1
set %Index #jindex + 1
Start:
if #MENUBUTTON = Send
{
menu Get Message
set %Message #menures
msg %message $
set #MENUBUTTON N/A
}
if #jindex > %Index
{
Scanjournal #jindex
if you_see notin #journal
{
menu List add EUOListBox1 #journal
menu List Select EUOListBox1 %String
set %String %String + 1
}
set %Index %index + 1
}
goto start



;--------- EasyUO Menu Designer Code Begin ---------
sub showEUOMenu1
menu Clear
menu Window Title EasyUo JournalScript
menu Window Color BtnFace
menu Window Size 458 235
menu Font Transparent #true
menu Font Align Right
menu Font Name MS Sans Serif
menu Font Size 8
menu Font Style
menu Font Color WindowText
menu Font BGColor Window
menu Edit Message 44 188 289 Enter , #spc , Text
menu Font BGColor BtnFace
menu Button Send 344 188 65 21 Send
menu Font BGColor Window
menu List Create EUOListBox1 44 24 285 145
menu Show 421 270
set #MENUBUTTON N/A
return
;--------- EasyUO Menu Designer Code End ---------
[/sup]
« Last Edit: July 24, 2009, 05:56:07 AM by Crome969 »

Offline SunTigress

  • TopTwo's Woman
  • Elite
  • *
  • *
  • Posts: 900
  • Activity:
    0%
  • Reputation Power: 9
  • SunTigress has no influence.
  • Gender: Female
  • Respect: +43
  • Referrals: 0
    • View Profile
Re: Journal Reader\ Talker
« Reply #1 on: July 24, 2009, 07:58:24 AM »
0
could you make it ignore things like, you gain in perfection, and you prepare to strike quickly?
If at first you don't succeed, try try again. Then give up. There is no use in making a fool of yourself.

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
Re: Journal Reader\ Talker
« Reply #2 on: July 24, 2009, 08:09:36 AM »
0
could you make it ignore things like, you gain in perfection, and you prepare to strike quickly?
Surely , make a List , wich Msg all should be Ingored (Healing\Mining\bushido\Ninja )
everything wich are not in regular talk and i filter all Out. Or make a Setup Menu where you can enable\disable Wich Messages you want see. Its first Beta, i Will Back up it :-)

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: Journal Reader\ Talker
« Reply #3 on: July 24, 2009, 09:30:33 AM »
0
Arr done and dusted... EN's - OverSeer -->>  http://www.scriptuo.com/index.php?topic=2122.0  Unfortunatly becuase of the other stuff in that script its currently Elite only...

OMG Burgers also has script that does simular +  OMG Burger The Watcher -->> http://www.scriptuo.com/index.php?topic=209.0
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 SunTigress

  • TopTwo's Woman
  • Elite
  • *
  • *
  • Posts: 900
  • Activity:
    0%
  • Reputation Power: 9
  • SunTigress has no influence.
  • Gender: Female
  • Respect: +43
  • Referrals: 0
    • View Profile
Re: Journal Reader\ Talker
« Reply #4 on: July 24, 2009, 10:57:58 AM »
0
kk, will try that later and let you know. so far, i like it!  ;)
If at first you don't succeed, try try again. Then give up. There is no use in making a fool of yourself.

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
Re: Journal Reader\ Talker
« Reply #5 on: July 24, 2009, 11:20:42 AM »
0
Arr done and dusted... EN's - OverSeer -->>  http://www.scriptuo.com/index.php?topic=2122.0  Unfortunatly becuase of the other stuff in that script its currently Elite only...

OMG Burgers also has script that does simular +  OMG Burger The Watcher -->> http://www.scriptuo.com/index.php?topic=209.0
Mean a Final Version doesnt needet anymore? :(

Offline 12TimesOver

  • Another Day, Another Vendetta
  • Global Moderator
  • *
  • *
  • Posts: 3694
  • Activity:
    0%
  • Reputation Power: 41
  • 12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.
  • Gender: Male
  • Respect: +321
  • Referrals: 2
    • View Profile
Re: Journal Reader\ Talker
« Reply #6 on: May 31, 2011, 08:54:18 AM »
0
Crome -

No reason not to have more than one script that does the same thing m8. Is this one still active? Anyone have a chance to do any testing with it?

X
When they come for me I'll be sitting at my desk
     with a gun in my hand wearing a bulletproof vest
My, my, my how the time does fly
     when you know you're gonna die by the end of the night

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: Journal Reader\ Talker
« Reply #7 on: May 31, 2011, 09:17:03 AM »
0
Crome -

No reason not to have more than one script that does the same thing m8. Is this one still active? Anyone have a chance to do any testing with it?

X

Yea Chrome always room for one more... I'd like to see how you have progressed this little gem.
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 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
Re: Journal Reader\ Talker
« Reply #8 on: June 20, 2011, 05:32:23 AM »
0
Wow.. and Reply on such an old thread.. hehe
Currently EUO is out of usng.. tryng to get involved in Openuo.

Tags: