NON Mote Gearswap

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » FFXI » Jobs » Beast Master » NON mote gearswap
NON mote gearswap
Offline
Posts: 634
By zaxtiss 2016-03-29 06:32:11
Link | Quote | Reply
 
anone with a non mote geearswap that i could get a copy of ? would be great thanks:)
Offline
Posts: 634
By zaxtiss 2016-03-29 06:32:17
Link | Quote | Reply
 
 Sylph.Shadowlina
Forum Moderator
Lockstylin'
Offline
Server: Sylph
Game: FFXI
Posts: 6115
By Sylph.Shadowlina 2016-03-29 06:57:03
Link | Quote | Reply
 
what kind of issue are you having with Mote Gearswaps?
Is it the keybindings?
 Asura.Yankke
Offline
Server: Asura
Game: FFXI
user: Yankke23
Posts: 91
By Asura.Yankke 2016-03-29 07:02:15
Link | Quote | Reply
 
Sylph.Shadowlina said: »
what kind of issue are you having with Mote Gearswaps?
Is it the keybindings?
Always Wonder how bindkeys works... in others gs u type //gs c etc to switch to others set, how does mote gs work
 Sylph.Shadowlina
Forum Moderator
Lockstylin'
Offline
Server: Sylph
Game: FFXI
Posts: 6115
By Sylph.Shadowlina 2016-03-29 07:10:09
Link | Quote | Reply
 
It uses a set of keybindigs, instead of the //gs c styled commands.
These can toggle the type of armor your wearing in DD Gear, Your shooting modes, kiting modes etc.
they Are basically the same thing, but they are just naturally bound to keys instead.

These can be changed on the Mote-Globals.lua file, in the Gearswap lib files.
Code
function global_on_load()
	send_command('bind f9 gs c cycle OffenseMode')
	send_command('bind ^f9 gs c cycle HybridMode')
	send_command('bind !f9 gs c cycle RangedMode')
	send_command('bind @f9 gs c cycle WeaponskillMode')
	send_command('bind f10 gs c set DefenseMode Physical')
	send_command('bind ^f10 gs c cycle PhysicalDefenseMode')
	send_command('bind !f10 gs c toggle Kiting')
	send_command('bind f11 gs c set DefenseMode Magical')
	send_command('bind ^f11 gs c cycle CastingMode')
	send_command('bind f12 gs c update user')
	send_command('bind ^f12 gs c cycle IdleMode')
	send_command('bind !f12 gs c reset DefenseMode')

	send_command('bind ^- gs c toggle selectnpctargets')
	send_command('bind ^= gs c cycle pctargetmode')
end

-- Function to revert binds when unloading.
function global_on_unload()
	send_command('unbind f9')
	send_command('unbind ^f9')
	send_command('unbind !f9')
	send_command('unbind @f9')
	send_command('unbind f10')
	send_command('unbind ^f10')
	send_command('unbind !f10')
	send_command('unbind f11')
	send_command('unbind ^f11')
	send_command('unbind !f11')
	send_command('unbind f12')
	send_command('unbind ^f12')
	send_command('unbind !f12')

	send_command('unbind ^-')
	send_command('unbind ^=')
end


It looks something like this. but it can all be changed :3
 Asura.Yankke
Offline
Server: Asura
Game: FFXI
user: Yankke23
Posts: 91
By Asura.Yankke 2016-03-29 07:26:12
Link | Quote | Reply
 
Thx!
Offline
Posts: 634
By zaxtiss 2016-04-01 08:20:59
Link | Quote | Reply
 
it doesnt play well with my other gearswaps
Offline
Posts: 634
By zaxtiss 2016-04-01 08:21:07
Link | Quote | Reply
 
Log in to post.