Official ScriptUO EasyUO Scripts > Script Debug

Need help with optimization, LPC, spell timers, and FC/FCR/LMC calcs of dual bot

<< < (2/5) > >>

zaan:
Oooooooo thank you! I'll try it out. =]

zaan:
I tried the menu creator. Is great! But, not what I am looking for. I couldn't find a dynamic menu builder sub, so I kludged a checkbox menu together.
Here it is! Automatically builds a list of check boxes that turn on/off features.

The Ghost:
Will have to look at this snippet.

Here another way to check for the check box. It a little more cleaner.

--- Code: ---sub Update
  gosub checkBoxes
    menu get conwepbox
        set %castConWep #menures
    menu get attackbox
        set %keepatk #menures
    menu get divinebox
         set %castFury #menures
    menu get eoobox
       set %castEOO #menures
    menu get lstrikebox
       set %useLS #menures
    menu get mstrikebox
       set %useMS #menures
    menu get confidencebox
       set %useConfidence #menures
    menu get primarybox
       set %usePrimary #menures
    menu get secondarybox
       set %useSecondary #menures
    menu get RemoveCurse
       set %removecurse #menures
   return

--- End code ---

zaan:
Oh! TY! Much cleaner.

The Ghost:
This is nice what you did with the menu.   Thx for sharing.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version