Results 1 to 2 of 2

Thread: autowar / yowlp

  1. #1

    Default autowar / yowlp

    In my private copy (which doesnt do field reps at all, so i dont upload it), i added support for yowlp. Here is what you need.

    @1746
    warcry = "bellow" if line =~ /Bellow/
    warcry = "yowlp" if line =~ /Yowlp/

    @2131
    $mastersWarcry = "bellow" if(line =~ /Let me show you how Bertrandt/i);
    $mastersWarcry = "yowlp" if(line =~ /Let me show you how Yertie/i);

    @2151
    $beingInstructed = false if(line =~ /try it a few times/);
    $beingInstructed = false if(line =~ /Now you try a few times/);

  2. #2

    Default

    added growl now too

    around 1745
    Code:
    	break if line =~ /Usage/
    	warcry = "bellow" if line =~ /Bellow/
    	warcry = "yowlp" if line =~ /Yowlp/
    	warcry = "growl" if line =~ /Growl/
    	# other warcries go here
    around 2128
    Code:
      def defineWarcry # Identify warcry to use during skilled masters reps
        $mastersWarcry = nil
        start_exec_script( 'until($mastersWarcry);
    				line = get;
    				$mastersWarcry = "bellow" if(line =~ /Let me show you how Bertrandt/i);
    				$mastersWarcry = "yowlp" if(line =~ /Let me show you how Yertie/i);
    				$mastersWarcry = "growl" if(line =~ /Let me show you how Gerrelle/i);
    			      end;', true )
      end

Similar Threads

  1. autowar help
    By Snoopy Dogg in forum The Lich Project
    Replies: 2
    Last Post: 07-24-2012, 09:51 PM
  2. Autowar help
    By Spooky in forum The Lich Project
    Replies: 2
    Last Post: 11-26-2010, 06:38 PM
  3. Autowar
    By Spooky in forum The Lich Project
    Replies: 7
    Last Post: 08-23-2010, 11:44 PM
  4. autowar
    By Khariz in forum The Lich Project
    Replies: 4
    Last Post: 06-19-2010, 03:39 PM
  5. Yertie's Yowlp
    By Mateius in forum Warrior
    Replies: 3
    Last Post: 05-05-2009, 05:27 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •