I'm still using old fashioned FFXI macros and equip sets because I cant customize luas to my liking. I like be able to backup my macro and equip set data onto FFXI actual servers.
I just tested and verified all of these symbols. They can be copied(control+C) and pasted(control+V) into macro headings, chat prompts or aliases:
← ↑ → ↓ ★ ☆ ■ □ ▲ △ ▼ ▽ ◆ ◇ ● § α Γ π Σ σ µ τ
○: (actually appears to be a larger circle in FFXI game)
◎
Φ Θ Ω δ ∞ φ ε ∩ ≡ ± ° ♂ ♀ ♪
Using equip sets and macros does have its benefits. For one its a lot easier to customize gear sets at a moments notice, as equip sets can be toggled and altered in game without alt tabbing.
Not to mention the frustrations that comes with editing luas, I really tried to make Luas for my BLM. It even loaded successfully but, it just wouldn't work..
I also use aliases as many players know but, just to teach you a few examples in game you can type:
//alias 1 input /item "Echo Drops" <me>;
so now you can type:
//1
and it will use echo drops.
another example of streaming two aliases together is:
Code
//alias z1 input /p Player 1→Player2 your up!
//alias z2 input /p Player1 Burning Blade→ Player2 Flat Blade = Fusion please! <call21>
//alias z z1; wait 2; z2
again you would type:
//z
and it would ask for the designated players to perform a Fusion skillchain.
this is beneficial for omen job card farm party as you have strict time restraints. Also, you can type these aliases into game with the auto translate feature and the alias will repeat them. Which you cant do from scripts as far as I know.
another example of effective aliases usage is for trading in items for things like Einherjar and Meeble Burrows is:
Code
//alias 2 input /targetnpc; wait 1; input /item "Smouldering Lamp" <t>
or
Code
//alias 3 input /targetnpc; wait 1; input /item "Diligence Grimore" <t>
Otherwise, you would have to either open your trade window, and re target the npc each time or you would have to use a macro slot which takes up valuable limited macro slot.
Lastly I do put a lot of thought behind organizing my macros and I made a Excel spread sheet here:
https://docs.google.com/spreadsheets/d/1PLrtBOIBud0YydIF--gsmBAzHHL7l32dd1mAK5Pzvvk/edit?usp=sharing
you can copy and paste into your own google spreadsheet or into microsoft excel. I think I went into enough detail for now. If requested, I'm able to share how I organize my WHM macros. Although, I am planning to overhaul my complete macro and equipset system I currently have soon.