PUP Lua?

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » FFXI » Jobs » Puppet Master » PUP Lua?
PUP Lua?
 Lakshmi.Vadian
Offline
サーバ: Lakshmi
Game: FFXI
user: elii
Posts: 55
By Lakshmi.Vadian 2017-11-05 00:34:05  
Does anyone have a LUA they use for PUP that includes everything pup's do?
 Leviathan.Stamos
Offline
サーバ: Leviathan
Game: FFXI
user: Stamos
Posts: 1239
By Leviathan.Stamos 2017-11-05 00:51:47  
lol wut
 Asura.Esoj
Offline
サーバ: Asura
Game: FFXI
Posts: 54
By Asura.Esoj 2017-11-05 03:34:52  
Bump just because :p
 Lakshmi.Elidyr
Offline
サーバ: Lakshmi
Game: FFXI
user: elii
Posts: 911
By Lakshmi.Elidyr 2017-11-05 06:15:30  
If I knew what it is they did. :(

And I'm 800 jp in. ..
[+]
 Shiva.Malthar
Offline
サーバ: Shiva
Game: FFXI
user: Malthar
Posts: 516
By Shiva.Malthar 2017-11-05 07:48:13  
The puppets so their own thing. You just give suggestions. Lol
 Lakshmi.Vadian
Offline
サーバ: Lakshmi
Game: FFXI
user: elii
Posts: 55
By Lakshmi.Vadian 2017-11-05 15:05:05  
Haha, I understand... I'm trying to help a buddy out but I can't find much of anything for pup lua wise.
 Lakshmi.Elidyr
Offline
サーバ: Lakshmi
Game: FFXI
user: elii
Posts: 911
By Lakshmi.Elidyr 2017-11-05 15:18:29  
Lakshmi.Vadian said: »
Haha, I understand... I'm trying to help a buddy out but I can't find much of anything for pup lua wise.

I think the problem is you really cant do much else on PUP that is any different than BST. Maybe even less since you can't actually determine when a PUP WS's. You can do idle sets and stuff though. Also specific job abilities. You may be able to solve it through packets, but it would take some poking around.
 Lakshmi.Vadian
Offline
サーバ: Lakshmi
Game: FFXI
user: elii
Posts: 55
By Lakshmi.Vadian 2017-11-05 15:29:35  
SO.. I found this and updated it to make it prettier to look at.


https://github.com/vadian24/PUP/blob/master/PUP.lua
 Quetzalcoatl.Xilkk
Offline
サーバ: Quetzalcoatl
Game: FFXI
user: Xilk
Posts: 1408
By Quetzalcoatl.Xilkk 2017-11-05 16:41:24  
has anyone used the sets for pet type for anything?
I'd like to for idle sets for mage pets vs melee pet
 Lakshmi.Elidyr
Offline
サーバ: Lakshmi
Game: FFXI
user: elii
Posts: 911
By Lakshmi.Elidyr 2017-11-05 16:48:36  
Quetzalcoatl.Xilkk said: »
has anyone used the sets for pet type for anything?
I'd like to for idle sets for mage pets vs melee pet

Do you mean like which frames are being used?
 Ramuh.Austar
Offline
サーバ: Ramuh
Game: FFXI
user: Austar
Posts: 10457
By Ramuh.Austar 2017-11-05 16:58:22  
Quetzalcoatl.Xilkk said: »
has anyone used the sets for pet type for anything?
I'd like to for idle sets for mage pets vs melee pet
yes but i use ashita, not gearswap. i toggle master / hybrid / full pet and whether i'm engaged or disengaged will affect what i wear when tp'ing / idle. if i'm idle and in a mage frame toggle, i sit in pet: fast cast gear since you can't precast ws or spells for pets like the other pet jobs, but you can midcast.
 Lakshmi.Vadian
Offline
サーバ: Lakshmi
Game: FFXI
user: elii
Posts: 55
By Lakshmi.Vadian 2017-11-05 19:39:31  
Ramuh.Austar said: »
Quetzalcoatl.Xilkk said: »
has anyone used the sets for pet type for anything?
I'd like to for idle sets for mage pets vs melee pet
yes but i use ashita, not gearswap. i toggle master / hybrid / full pet and whether i'm engaged or disengaged will affect what i wear when tp'ing / idle. if i'm idle and in a mage frame toggle, i sit in pet: fast cast gear since you can't precast ws or spells for pets like the other pet jobs, but you can midcast.



Like This?

-- Set for idle while pet is out (eg: pet regen gear)
sets.idle.Pet = sets.idle

-- Idle sets to wear while pet is engaged
sets.idle.Pet.Engaged = {
head="Foire Taj",
neck="Wiglen Gorget",
ear1="Bladeborn Earring",
ear2="Cirque Earring",
body="Foire Tobe",
hands="Regimen Mittens",
ring1="Sheltered Ring",
ring2="Paguroidea Ring",
back="Dispersal Mantle",
waist="Hurch'lan Sash",
legs="Foire Churidars",
feet="Foire Babouches"
}

sets.idle.Pet.Engaged.Ranged = set_combine(sets.idle.Pet.Engaged, {
hands="Cirque Guanti +2",
legs="Cirque Pantaloni +2"
})

sets.idle.Pet.Engaged.Nuke = set_combine(sets.idle.Pet.Engaged, {
legs="Cirque Pantaloni +2",
feet="Cirque Scarpe +2"
})

sets.idle.Pet.Engaged.Magic = set_combine(sets.idle.Pet.Engaged, {
legs="Cirque Pantaloni +2",
feet="Cirque Scarpe +2"
})



-- Midcast sets for pet actions
sets.midcast.Pet.Cure = {legs="Foire Churidars"}

sets.midcast.Pet['Elemental Magic'] = {feet="Pitre Babouches"}

sets.midcast.Pet.WeaponSkill = {
head="Cirque Cappello +2",
hands="Cirque Guanti +2",
legs="Cirque Pantaloni +2"
}
 Ramuh.Austar
Offline
サーバ: Ramuh
Game: FFXI
user: Austar
Posts: 10457
By Ramuh.Austar 2017-11-05 19:41:10  
that's gearswap, so not really. i use ashita so it's more like
Code
<idlegear>
        <if p_status="engaged">
            <if pet_status="engaged">
                <if advanced="$PetMode=TP">
                    <equip set="Automaton-TP" />
                </if>
                <elseif advanced="$PetMode=DT">
                    <equip set="Automaton-DT" />
                </elseif>
                <else>
                    <equip set="TP" />
                </else>
            </if>
            <else>
                <equip set="TP" />
            </else>
        </if>
        <elseif p_status="idle">
            <if pet_status="engaged">
                <if advanced="$PetMode=TP">
                    <equip set="Automaton-TP" />
                </if>
                <elseif advanced="$PetMode=DT">
                    <equip set="Automaton-DT" />
                </elseif>
                <else>
                    <equip set="Idle" />
                </else>
            </if>
            <else>
                <equip set="Idle" />
            </else>
        </elseif>
    </idlegear>
 Quetzalcoatl.Xilkk
Offline
サーバ: Quetzalcoatl
Game: FFXI
user: Xilk
Posts: 1408
By Quetzalcoatl.Xilkk 2017-11-09 11:06:55  
Yes Vadian, thats what I was wondering about. thank you

mainly pet is engaged I'm not, but my stuff has first been for tanking, then for physical dd, but I do have a good pet refresh/fastcast set, but I wasn't sure how to use the sets built into the lua. i like switching mage automatons in while trying to get objectives in Omen. helps w/ better idle sets.

I liked the idea that they chose modes based off which HEAD (not body) was being used, just wasn't sure how to use them. I've not gotten proficient w/ all the lua stuff since coming back.

and I feel kinda dumb cuz those sets are already in the lua....

thanx again.
 Lakshmi.Vadian
Offline
サーバ: Lakshmi
Game: FFXI
user: elii
Posts: 55
By Lakshmi.Vadian 2017-11-10 21:09:02  
Quetzalcoatl.Xilkk said: »
Yes Vadian, thats what I was wondering about. thank you

mainly pet is engaged I'm not, but my stuff has first been for tanking, then for physical dd, but I do have a good pet refresh/fastcast set, but I wasn't sure how to use the sets built into the lua. i like switching mage automatons in while trying to get objectives in Omen. helps w/ better idle sets.

I liked the idea that they chose modes based off which HEAD (not body) was being used, just wasn't sure how to use them. I've not gotten proficient w/ all the lua stuff since coming back.

and I feel kinda dumb cuz those sets are already in the lua....

thanx again.


If you are on Discord I can show you a simple way to fill in the LUA with your gearsets.