Author Topic: I'm new ;)  (Read 3022 times)

0 Members and 1 Guest are viewing this topic.

ZenMaster

  • Guest
I'm new ;)
« on: August 25, 2009, 08:19:22 PM »
0
I have been looking for ages for a good Heartwood script I found one here I just need a GOOD first post :P

I don't have many scripts left on this PC but I do have this one that I like to keep running at times comes in pretty handy.
It will log you out on key words being said, like if a GM asks you How are you? or anything like that.

Code: [Select]
;GM Detect Sub-Script
;Use this in any with  any other you want, have a good day ;)

SET %journalScanLines 4  ;set this more to ensure you scan all lines
SET %VGMDLastQAnum  4 ;set this to however many words you want to logout on
;This is an example
;SET %VGMDQuestion1 The word you want to logout on seeing in journal
SET %VGMDQuestion1 Hello
SET %VGMDQuestion2 Hi
SET %VGMDQuestion3 Good
SET %VGMDQuestion4 How

INITEVENTS
START_VGMD:
FOR %VGMD_scans 1 %journalScanLines
{
     SCANJOURNAL %VGMD_scans
     FOR %VGMD_QAnum 1 %VGMDLastQAnum
     {
         IF %VGMDQuestion . %VGMD_QAnum IN #JOURNAL
          {
               WAIT 1s 4s ;random waits between 3s and 6s
               gosub logout
               DELETEJOURNAL
           }
     }

}
GOTO START_VGMD

sub logout
sound ringin.wav
event macro 8 1
set %safety_timer #scnt + 5
repeat
until #CONTNAME = paperdoll_gump || ( #scnt > %safety_timer )
wait 10
set %clickx #CONTPOSX + 214
set %clicky #CONTPOSY + 109
click %clickx %clicky f
set %safety_timer #scnt + 5
repeat
until #CONTNAME = yesno_gump || ( #scnt > %safety_timer )
set %clickx #CONTPOSX + 120
set %clicky #CONTPOSY + 85
click %clickx %clicky f
halt

Enjoy, if you need any help or would like a script made let me know I can do just about anything.
« Last Edit: August 25, 2009, 08:20:54 PM by ZenMaster »

Offline TrailMyx

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13303
  • Activity:
    0.4%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: I'm new ;)
« Reply #1 on: August 25, 2009, 09:26:26 PM »
0
Are you playing any freeshards?  How long have you been playing?  Most of us have been playing this silly game forever.  heh
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Toptwo

  • SunTigress's Hero!
  • Global Moderator
  • *
  • *
  • Posts: 2087
  • Activity:
    0%
  • Reputation Power: 21
  • Toptwo might someday be someone...Toptwo might someday be someone...Toptwo might someday be someone...Toptwo might someday be someone...
  • Gender: Male
  • Respect: +131
  • Referrals: 1
    • View Profile
Re: I'm new ;)
« Reply #2 on: August 26, 2009, 04:42:00 AM »
0
HIya Zen,

  Yep, its gonna be hard to get off restricted status with that intro. Tell us a little bit about yourself. What shard you play? OSI or Freeshard? What type of chars...put a little effort into a intro and you will be amazed how fast your restriced status is changed.
The final weapon is the brain. All else is supplemental.....  If you find yourself in a fair fight, your tactics suck.

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: I'm new ;)
« Reply #3 on: August 26, 2009, 05:06:49 AM »
0
sub logout
sound ringin.wav
... lots of stuff

Have you considered:

terminate UO

or

event macro 20 0
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 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: I'm new ;)
« Reply #4 on: August 26, 2009, 06:31:14 AM »
0
Also check out #jindex.

Welcome .. what shards you play on freeshard osi ??  Hopefully another pacific player... as pacific players rule !!!!

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 TripleView

  • Newbie
  • *
  • Posts: 4
  • Activity:
    0%
  • Reputation Power: 0
  • TripleView has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: I'm new ;)
« Reply #5 on: August 26, 2009, 07:18:26 PM »
0
I'm Zen some how my account got messed up so I made a new one ;)
I play OSI shards I been around for ages I helped make some of the first Sphere shards i'm really interested in the Heartwood script here I want to take a look at how he made the sub to toggle quest items.

I had no idea it was so hard to get off restricted access :/
But ehmm I have been around UO since it came out helped make some of the first Sphere shards, I think the new thing is RunUO but I don't know I havn't been into that scene for soem time. I also helped make the first EverQuest EMU called EQemu, that also got be banned from EQ ;)

I also work in C, and VB and have made some really nice 2d engines, and 3d engines.

When I come across a problem like the one I am having I really want to figure it out so Trail if you could send me the Heartwood script that would be great, I just want to know how you did the quest item toggler without lexia subs. Thanks

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: I'm new ;)
« Reply #6 on: August 26, 2009, 07:44:13 PM »
0
Toggling quest items is relatively easy.   Heres what i use in my scripts.

http://www.scriptuo.com/index.php?topic=2454.0

This only targets 1 item but you could mod it to target as many as you want.  TM has an additional sophistication in his script that READS the context menu to determine the postion of the Toggle Questitem selection.


PS Personally i never use Lexia subs.. they dont cut it for me.
« Last Edit: August 28, 2009, 05:15:30 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 TripleView

  • Newbie
  • *
  • Posts: 4
  • Activity:
    0%
  • Reputation Power: 0
  • TripleView has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: I'm new ;)
« Reply #7 on: August 26, 2009, 07:47:44 PM »
0
Code: [Select]
If Quest , #Spc , Item notin #Property
Event Macro 22 0

I was trying to scan the property of the item if Quest Item wasn't in the item then it would click it but it keeps getting stuck on the same item and clicking it over and over.

Try the Kalocr subs that's amazing to do with something like easyuo.

« Last Edit: August 26, 2009, 07:50:28 PM by TripleView »

Offline Toptwo

  • SunTigress's Hero!
  • Global Moderator
  • *
  • *
  • Posts: 2087
  • Activity:
    0%
  • Reputation Power: 21
  • Toptwo might someday be someone...Toptwo might someday be someone...Toptwo might someday be someone...Toptwo might someday be someone...
  • Gender: Male
  • Respect: +131
  • Referrals: 1
    • View Profile
Re: I'm new ;)
« Reply #8 on: August 27, 2009, 04:36:47 AM »
0

I had no idea it was so hard to get off restricted access :/

It isnt a bit hard to get off restricted status. All it requires is a little thought and effort when posting a introduction. Your second attempt was so much better then your first, had you done it first TM or Cerv would have had you off restriction as soon as they logged on. All of the master scripters here work very hard to put out the scripts they do, I dont think it to much to ask for a good intro so they know who they are giving that hard work out to.

Anyway, welcome to the site, enjoy!
The final weapon is the brain. All else is supplemental.....  If you find yourself in a fair fight, your tactics suck.

Offline Noobie

  • Sr. Member
  • *
  • Posts: 262
  • Activity:
    0%
  • Reputation Power: 1
  • Noobie has no influence.
  • Gender: Male
  • Respect: +13
  • Referrals: 1
    • View Profile
Re: I'm new ;)
« Reply #9 on: August 27, 2009, 08:41:38 PM »
0
Welcome to the site.  8)

Tags: