Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Grandewd

Pages: 1 2 [3] 4 5 ... 16
31
Script Debug / Voice control
« on: August 30, 2014, 03:01:27 PM »
 ;)

I've been experimenting with using voice commands to control some scripts, and am wondering if any of you do the same?

32
Item Evaluation / Re: Miffy's Item Finder
« on: August 29, 2014, 07:08:30 PM »
I love when things drip in sarcasm.  ;) .....
Absolutely not.  I was being completely serious about the html write.  Bap - done!

33
Item Evaluation / Re: Miffy's Item Finder
« on: August 29, 2014, 03:14:19 PM »
Beautifully implemented, TM... Love the lightning-quick write to html.
 ;)

34
Script development tools / Re: Trailmyx's Runebook/Spellcast Subs
« on: August 17, 2014, 06:58:55 PM »
I think the 8 and 9 are reversed.

Swapped and no change....  :'(

35
Script development tools / Re: Trailmyx's Runebook/Spellcast Subs
« on: August 17, 2014, 02:33:58 PM »
TM:
Calling your subs with:

  
Code: [Select]
gosub TM_AdvJournalSync SPELLCAST
gosub TM_AddUnderscore #CHARNAME
set %charname #RESULT
gosub TM_TravelFromRunebook GA 9 8 RFXUMND

It works fine as long as I don't fizzle or the location is blocked.  At that point it doesn't retry at all.  It gets to:

Code: [Select]
   gosub TM_AdvJournalScan SPELLCAST VALID something_is_blocking you_spirit_lacks   <<<<<<<<<<<<<<  It gets here
    if #RESULT = #TRUE  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< see's #RESULT as #FALSE
    {
      gosub TM_AdvJournalSync SPELLCAST
      set !locindex !locindex + 1
      if !locindex > !locindexend
      {
        namespace pop
        return #TRUE
      }
      goto TravelFromRunebook_loop1
    }
    if ( ( #CHARPOSX = !oldx && #CHARPOSY = !oldy ) && #SCNT < !tempscnt )  <<<<<<<<<<<<<<<<<< jumps to here, and continues looping........

Both TM_AdvJournalSync and TM_AdvJournalSync are loaded in same script (nothing in them has been modified)...

I know I'm missing something simple.
 :-[

36
Script Debug / Quick help with global variable
« on: August 15, 2014, 04:15:40 PM »
I'm finally getting around to using namespace and have a question regarding global variables.
What's the best method for having only 1 specific script respond to a global?

37
Script Debug / Re: My heartwood quester needs some help
« on: August 07, 2014, 11:55:42 PM »
But you gotta admit, it's a buncha' fun..... ;D

38
Script Debug / Re: My heartwood quester needs some help
« on: August 07, 2014, 08:24:05 PM »
You're too kind TM...
Can't wait to look thru the rest of it while I'm at it (and hope it doesn't overwhelm me, hehehe)...

What time zone you in?  I'm Pacific

39
Script Debug / Re: My heartwood quester needs some help
« on: August 07, 2014, 07:56:44 PM »
Aye, I believe I can figure it out ok.... Thx again for giving me those. Saved me doing the tedious cmpix locations... hehehe
I hope you don't mind if I ask you more questions regarding your HQ once I get it working for me...  ;)

40
Script Debug / Re: My heartwood quester needs some help
« on: August 07, 2014, 10:28:54 AM »
Ahh, dewd... That would be great!  I've come to the conclusion that the higher the quest challange, the better the chance of and level of runics received.  I only do the Heavy Crossbows and Repeating Crossbows

Do you know the names of the quests?  Are they Ingenious Archery Parts II and III?

Here are the magic numbers for those:

set %QUEST92 12210240
set %QUESTNAME92 Ingenious_Archery_Part_III

set %QUEST94 11388140
set %QUESTNAME94 Ingenious_Archery_Part_II


Aye, TM, that's them exactly !
And I assume that I can plug those into your famous Heartwood Quester... And, at the same time I'm doing that, I can revisit your code for the HQ and marvel at your amazing skills....
Thx much for taking the time to respond.  Greatly appreciated.
 :D

41
Script Debug / Re: My heartwood quester needs some help
« on: August 06, 2014, 10:22:33 PM »
I'm gonna play with the Magnifier Kal wrote and use CmpPix I guess....

42
Script Debug / Re: Regarding Display OK
« on: August 06, 2014, 10:20:34 PM »
I think Kal has a script to move it by "hand" but really didn't want to do it that way.... Was just wondering if I was missing something simple.....

43
Script Debug / Regarding Display OK
« on: August 06, 2014, 03:31:20 PM »
Is it possible to position the Display OK gump ?
 :-[

44
Script Debug / Re: My heartwood quester needs some help
« on: August 03, 2014, 12:32:45 AM »
:D
I'm making a script to do Fletcher Quests in Heartwood, and have most of it finished and tested - except the hardest part, of course - which is having Kal's or TM's ocr subs cycle thru and pick only the two quests (out of the five offered) that I want to do.  

Obviously I considered using TM's incredible Heartwood script, but I didn't want to ask him to modify his script to include the two quests that I wanted.  So, right now it does most everything I want  - except knowing how to use OCR to pick the quests from the quest gumps....  

Help?
 :-[

I always used a small snippet of ORC myself, lookup for 1 Single Pixel wich is unique within quest and not on others and you are done :)

Ok, I'll see how difficult that is finding that unique spot on the 5 Heartwood Quest gumps.  I had a quick look and can tell it will take time to find a spot that's unique to just one, since they only use 2 "colors".  But it's a fun challenge....

... What quests are you looking for?  I'll see if I have the magic numbers somewhere.

Ahh, dewd... That would be great!  I've come to the conclusion that the higher the quest challange, the better the chance of and level of runics received.  I only do the Heavy Crossbows and Repeating Crossbows

45
Script Debug / My heartwood quester needs some help
« on: August 02, 2014, 12:24:15 AM »
 :D
I'm making a script to do Fletcher Quests in Heartwood, and have most of it finished and tested - except the hardest part, of course - which is having Kal's or TM's ocr subs cycle thru and pick only the two quests (out of the five offered) that I want to do.  

Obviously I considered using TM's incredible Heartwood script, but I didn't want to ask him to modify his script to include the two quests that I wanted.  So, right now it does most everything I want  - except knowing how to use OCR to pick the quests from the quest gumps....  

Help?
 :-[

Pages: 1 2 [3] 4 5 ... 16