Page 3 of 3

Re: New in ISBoxer 41.3.0530.1: Cryptic Studios Game Helper!

PostPosted: Tue Jun 25, 2013 2:40 pm
by zandokan
Hey Lax so trying to finish this MultiPC setup and I'm having issues with the invites.

!if ("slot 1" and character is not "slot 1") invite {SLOT1}
!if ("slot 2" and character is not "slot 2") invite {SLOT2}
!if ("slot 3" and character is not "slot 3") invite {SLOT3}
!if ("slot 4" and character is not "slot 4") invite {SLOT4}
!if ("slot 5" and character is not "slot 5") invite {SLOT5}
!if ("slot 6" and character is not "slot 6") invite {SLOT6}
!if ("slot 7" and character is not "slot 7") invite {SLOT7}
!if ("slot 8" and character is not "slot 8") invite {SLOT8}
!if ("slot 9" and character is not "slot 9") invite {SLOT9}
!if ("slot 10" and character is not "slot 10") invite {SLOT10}

What do I have to put instead of {SLOT1}, I tried "PCName, is 1" and it doesnt work, any idea?

Re: New in ISBoxer 41.3.0530.1: Cryptic Studios Game Helper!

PostPosted: Tue Jun 25, 2013 3:13 pm
by lax
Here is a list of all of the variables available for use in the Cryptic Macro Library as well as the WoW Macro Library:
http://isboxer.com/wiki/WoW:Macro#List_of_Variables

What you're looking for is...
{SET#} where # is a number, e.g. {SET1}, will be replaced with a linked Character Set name. SET1 is the main Character Set, SET2 is the first in the main Character Set's Also Launch list, SET3 is the second, and so on
{SET#SLOT#} where # are numbers, e.g. {SET1SLOT1}, will be replaced with the name of the Character in that Slot in the specified Character Set (as described above)


So..
{SET1SLOT1}
{SET1SLOT2}
{SET2SLOT1}
{SET2SLOT2}
{SET3SLOT1}
{SET3SLOT2}
.. etc

You don't need the condition part (!if xyz)if you're making your custom macro.

Re: New in ISBoxer 41.3.0530.1: Cryptic Studios Game Helper!

PostPosted: Tue Jun 25, 2013 3:58 pm
by zandokan
Sweet tahnks again sir that fixed it, and finally my grp invites are set

Re: New in ISBoxer 41.3.0530.1: Cryptic Studios Game Helper!

PostPosted: Wed Jun 26, 2013 4:07 pm
by lax
New video demonstrating use of the Cryptic Studios Macro Library: http://www.youtube.com/watch?v=mUrTApQ51JQ

Re: New in ISBoxer 41.3.0530.1: Cryptic Studios Game Helper!

PostPosted: Wed Jun 26, 2013 6:56 pm
by nodoze
I found that video much easier to follow than the wiki or when just trying to open it and understand it on my own.

Thanks !

Re: New in ISBoxer 41.3.0530.1: Cryptic Studios Game Helper!

PostPosted: Wed Jun 26, 2013 7:49 pm
by Evilsquash
nodoze wrote:I found that video much easier to follow than the wiki or when just trying to open it and understand it on my own.

Thanks !


Me Too!!!

Re: New in ISBoxer 41.3.0530.1: Cryptic Studios Game Helper!

PostPosted: Fri Jun 28, 2013 1:04 am
by Sylver
nodoze wrote:I found that video much easier to follow than the wiki or when just trying to open it and understand it on my own.

Thanks !


I know you had been planning to do this vid, lax - glad you did - it really makes it clear. ;)