ScriptUO

Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: Hollywood_Shono on February 20, 2011, 07:11:03 PM

Title: Help With Script Anyone Have Time
Post by: Hollywood_Shono on February 20, 2011, 07:11:03 PM
Hi I am no tthe best scripter or even to call my self a scripter is a joke. So im not gona spew any b.s.

I am just in need of help im currently using

http://www.scriptuo.com/index.php?topic=7048.0 Auto Chopper by Madd

I want a journal script part of it so if anyone starts speaking to me on screen that it sees there txt in journal, and it shuts the script off and says a phrase or two.

If anyone can help me I'd greatly appreciate it and even compensate for your time.
Title: Re: Help With Script Anyone Have Time
Post by: Cerveza on February 21, 2011, 01:24:19 AM
and even compensate for your time.

The only quicker way to get in trouble around here is to be named Rancid and end every sentence with "YO".

We do NOT accept payment of any kind for scripts or script help here on ScriptUO. We consider ourselves to be a scripting community. When someone asks for help we expect members to jump right in and offer assistance, without any type of compensation other then the good feeling one gets from helping someone in need.
Title: Re: Help With Script Anyone Have Time
Post by: Scrripty on February 21, 2011, 07:42:08 AM
That'll be 100 dollars, I take paypal. :)

Code: [Select]
set %journalPointer #jindex

while #weight < #maxweight
{
    while #jindex < %journalPointer
    {
      scanjournal %journalPointer
      if *YOUR SEARCH HERE* in #journal
      {
        *DO WHATEVER IF YOUR SEARCH FOUND HERE*
      }
      set %journalPointer %journalPointer + 1
    }
Title: Re: Help With Script Anyone Have Time
Post by: Hollywood_Shono on February 21, 2011, 08:30:04 AM
Oh im sorry didnt know about the accepting payment issue

nevermind do it for free please thank you!
Title: Re: Help With Script Anyone Have Time
Post by: luv2luvlong on February 21, 2011, 12:51:10 PM
http://www.scriptuo.com/index.php?topic=3030.0;highlight=detection (http://www.scriptuo.com/index.php?topic=3030.0;highlight=detection)


This script can be modded to do most of what you want, however w/ a change to the chat function a couple of years ago neither it nor any such script that I know of can detect GM speech.
but it does talk to you or some such thing, when another player enters area or certain orther things happen.

How did I find it??? I used the search box. :P