Author Topic: CAMOTbIK's Journal logger  (Read 8072 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 Journal logger
« on: September 22, 2011, 08:58:32 AM »
0
Code: [Select]
;=====================================================================
; Script Name: CAMOTbIK's Journal logger
; Author: CAMOTbIK
; Version: 0.4 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/22
; Public Release: 2011/09/22
; Global Variables Used: None
; Purpose: Journal log
;=====================================================================

Nothing fancy, but this little thing helps me read the chat, when I come back from whatever I was doing..



There are 3 attachment(s) in this post. You must register and post an acceptable introduction to download
CAMOTbIK's Journal logger.txt
CAMOTbIK's Journal logger0.2.txt
CAMOTbIK's Journal logger0.4.txt
« Last Edit: September 23, 2011, 02:35:32 PM by camotbik »
What you witness -- is whatver..
uogamers hybrid.

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 Journal logger
« Reply #1 on: September 22, 2011, 02:32:02 PM »
0
Ok now, maybe someone knows, how to handle the tricky editbox by pressing enter to send the message trough? )
What you witness -- is whatver..
uogamers hybrid.

Offline Neo

  • Prime Program
  • Elite
  • *
  • *
  • Posts: 821
  • Activity:
    0%
  • Reputation Power: 13
  • Neo barely matters.Neo barely matters.
  • Respect: +155
  • Referrals: 3
    • View Profile
Re: CAMOTbIK's Journal logger
« Reply #2 on: September 23, 2011, 04:55:10 AM »
0
Code: [Select]
set %_jindex #jindex
repeat
  onhotkey ENTER
  {
    menu get shout_edit ; set this to the name of the edit box where you'll write stuff
    event macro 4 4 #menures
    menu set shout_edit
  }
  if #jindex >= %_jindex
  {
    scanjournal
    if %entry <> #journal
    {
      menu get Public
      set %Public #MENURES
      menu get Guild
      set %Guild #MENURES
      menu get Faction
      set %Faction #MENURES
      menu get Aliance
      set %Aliance #MENURES
      set %entry #journal
      gosub underscore %entry
      set %time #time / 100
      set %hour  %time / 100
      set %minutes %time - ( %hour * 100 )
      if %Guild = #true && [Guild] in %entry
      {
      menu List Add EUOListBox1 %hour , : , %minutes #result
      continue
      }
      if %Faction && <Faction> in %entry
      {
      menu List Add EUOListBox1 %hour , : , %minutes #result
      continue
      }
      if %Aliance && [Alliance] in %entry
      {
      menu List Add EUOListBox1 %hour , : , %minutes #result
      continue
      }
      if %Public
      menu List Add EUOListBox1 %hour , : , %minutes #result
    }
    set %_jindex %_jindex + 1
  }
    if #menubutton = Pause
  {
    set #MENUBUTTON N/A
    menu Delete Button Pause
    menu Button Start 468 208 77 17 START
    repeat
      wait 0
    until #menubutton = Start
    menu Delete Button Start
    menu Button Pause 468 208 77 17 PAUSE
    set #MENUBUTTON N/A
  }
until #false
« Last Edit: September 23, 2011, 04:56:57 AM by Neo »
Never refuse an invitation.
Never resist the unfamiliar.
Never fail to be polite.
And never outstay your welcome.

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 Journal logger
« Reply #3 on: September 23, 2011, 05:05:46 AM »
0
heh, i was thinking about onhotkey before, but I thought it only works ingame, not in a menu. Thanks.
ps: maybe some one knows, how to shut off the sound(beep) on pressing enter in editbox?
What you witness -- is whatver..
uogamers hybrid.

Offline Neo

  • Prime Program
  • Elite
  • *
  • *
  • Posts: 821
  • Activity:
    0%
  • Reputation Power: 13
  • Neo barely matters.Neo barely matters.
  • Respect: +155
  • Referrals: 3
    • View Profile
Re: CAMOTbIK's Journal logger
« Reply #4 on: September 23, 2011, 05:07:38 AM »
0
heh, i was thinking about onhotkey before, but I thought it only works ingame, not in a menu. Thanks.
ps: maybe some one knows, how to shut off the sound(beep) on pressing enter in editbox?
Is it making a beep sound when you press enter on the edit box?

EDIT: yeah, just turned on the sound and heard it here... It's an editbox thing for when you push enter in your edit box...
« Last Edit: September 23, 2011, 05:21:29 AM by Neo »
Never refuse an invitation.
Never resist the unfamiliar.
Never fail to be polite.
And never outstay your welcome.

Offline Canuker

  • Sr. Member
  • *
  • Posts: 479
  • Activity:
    0%
  • Reputation Power: 7
  • Canuker has no influence.
  • Respect: +37
  • Referrals: 2
    • View Profile
Re: CAMOTbIK's Journal logger
« Reply #5 on: September 23, 2011, 12:22:46 PM »
0
Sometimes the stuff that I see written blows me away, I would have never seen the need for this before but my goodness would it be interesting to read and sneak peeks.
Nope!  I'm doing what all the real PvPers do:  Scripting everything except the running away part!  I'm real good at that already...

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 Journal logger
« Reply #6 on: September 23, 2011, 12:29:50 PM »
0
lol, i just read the code and i forgot to put few = #TRUE in, so fixed.
What you witness -- is whatver..
uogamers hybrid.

Offline Neo

  • Prime Program
  • Elite
  • *
  • *
  • Posts: 821
  • Activity:
    0%
  • Reputation Power: 13
  • Neo barely matters.Neo barely matters.
  • Respect: +155
  • Referrals: 3
    • View Profile
Re: CAMOTbIK's Journal logger
« Reply #7 on: September 23, 2011, 12:42:53 PM »
0
lol, i just read the code and i forgot to put few = #TRUE in, so fixed.

Don't think you forgot... I removed them when I wrote the code for the enter key stroke thing... They are not needed...
Never refuse an invitation.
Never resist the unfamiliar.
Never fail to be polite.
And never outstay your welcome.

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 Journal logger
« Reply #8 on: September 23, 2011, 02:31:38 PM »
0
you mean
Code: [Select]
if %Faction
is the same as
Code: [Select]
if %Faction = #true
?
What you witness -- is whatver..
uogamers hybrid.

Offline Neo

  • Prime Program
  • Elite
  • *
  • *
  • Posts: 821
  • Activity:
    0%
  • Reputation Power: 13
  • Neo barely matters.Neo barely matters.
  • Respect: +155
  • Referrals: 3
    • View Profile
Re: CAMOTbIK's Journal logger
« Reply #9 on: September 23, 2011, 02:55:25 PM »
0
you mean
Code: [Select]
if %Faction
is the same as
Code: [Select]
if %Faction = #true
?
Yes
Never refuse an invitation.
Never resist the unfamiliar.
Never fail to be polite.
And never outstay your welcome.

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 Journal logger
« Reply #10 on: September 23, 2011, 11:15:41 PM »
0
cool, didn't know that
What you witness -- is whatver..
uogamers hybrid.

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: CAMOTbIK's Journal logger
« Reply #11 on: October 07, 2013, 05:16:40 PM »
0
Congratulations your Script has been moved to Script library
(If you feel the script is in the wrong section please send me a pm.)

Thank you for your submission.
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: journal  chat