Help Brd Lua

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » FFXI » Jobs » Bard » help brd lua
help brd lua
 Ragnarok.Fonva
Offline
サーバ: Ragnarok
Game: FFXI
user: COSCHA
Posts: 5
By Ragnarok.Fonva 2018-12-05 14:46:21  
hi guys I would have a problem with many lua for my bard
atm use this lua Sammeh. my problem and follow it when I go to cast the third song with my empy gives me this error

Mote-libs SET: Unknow Field extrasongmode
 Asura.Meliorah
Offline
サーバ: Asura
Game: FFXI
user: DatGoose
Posts: 576
By Asura.Meliorah 2018-12-05 15:17:16  
Impossible to tell unless you're willing to post the lua you're using.

Also save yourself some headache, make a set for say Shining Fantasia and Warding Round to use dharp and only fastcast/dt gear
[+]
 Ragnarok.Fonva
Offline
サーバ: Ragnarok
Game: FFXI
user: COSCHA
Posts: 5
By Ragnarok.Fonva 2018-12-05 22:34:29  
https://github.com/SammehFFXI/FFXIAddons/blob/master/GearSwap/Sammeh_BRD_ver1.lua this
 Asura.Kareman
Offline
サーバ: Asura
Game: FFXI
user: Careman
Posts: 24
By Asura.Kareman 2018-12-06 00:08:37  
If that message pops up when you're pressing your macro to sing third song you need to use

gs c cycle ExtraSongsMode

Looks like maybe you forgot the S after "song"?
 Ragnarok.Fonva
Offline
サーバ: Ragnarok
Game: FFXI
user: COSCHA
Posts: 5
By Ragnarok.Fonva 2018-12-06 01:02:03  
you could give me an example of a correct macro I do not know what you mean by s
 Bahamut.Shozokui
Offline
サーバ: Bahamut
Game: FFXI
user: Shozokui
Posts: 460
By Bahamut.Shozokui 2018-12-06 01:12:52  
He gave you the exact command.
Code
gs c cycle ExtraSongsMode


You can create a song mode cycle macro with
Code
/console gs c cycle ExtraSongsMode
 Ragnarok.Fonva
Offline
サーバ: Ragnarok
Game: FFXI
user: COSCHA
Posts: 5
By Ragnarok.Fonva 2018-12-06 03:56:14  
absurd I do not change the dummy and when I start the error instead with the command cicle does not give me error but does not change the tool that frustation
 Asura.Kareman
Offline
サーバ: Asura
Game: FFXI
user: Careman
Posts: 24
By Asura.Kareman 2018-12-06 06:02:49  
Are you sure you are spelling it correctly?

/console gs c cycle extrasongSmode

The S after song is important.
 Ragnarok.Fonva
Offline
サーバ: Ragnarok
Game: FFXI
user: COSCHA
Posts: 5
By Ragnarok.Fonva 2018-12-06 11:30:44  
then the s was missing. no longer the error but does not change the tool
 Asura.Kareman
Offline
サーバ: Asura
Game: FFXI
user: Careman
Posts: 24
By Asura.Kareman 2018-12-06 15:01:32  
Could try changing this in the .lua

-- Adjust this if using the Terpander (new +song instrument)
info.ExtraSongInstrument = 'Terpander'
-- How many extra songs we can keep from Daurdabla/Terpander
info.ExtraSongs = 1

Change to Daurdabla, and extrasongs = 2. I'm no expert on lua, but you can try!