User Tools

Site Tools



kipc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
kipc [2021/11/17 00:22] kitanoikipc [2021/11/22 15:49] (current) kitanoi
Line 2: Line 2:
  
 ====What is it?==== ====What is it?====
-An addon that can send functions to all FFXIV windows running on the same computer.+An addon that can send functions to all FFXIV windows running on the same computer. It is designed for multiboxers and people who only use one character will have no use for this.
  
-==How?==+<WRAP center round important 60%> 
 +Untested on KR due to not being able to create accounts. 
 +</WRAP> 
 + 
 +<WRAP center round important 60%> 
 +Use the 2 day trial before you purchase. 
 +</WRAP> 
 + 
 + 
 + 
 +====How?====
 Floating Buttons or using Minions shortcut system, you can add code such as: Floating Buttons or using Minions shortcut system, you can add code such as:
 <code> <code>
Line 35: Line 45:
  
  
-===UI===+====UI====
  
 {{:kitanoi:ui_ipc_new_1.png?nolink|}} {{:kitanoi:ui_ipc_new_1.png?nolink|}}
Line 52: Line 62:
   - Free button that can be placed anywhere on your screen. Need to add local floatingbutton = true inside the function. See *   - Free button that can be placed anywhere on your screen. Need to add local floatingbutton = true inside the function. See *
  
-===Built In Functions===+If you have the quick toggles interface open in KitanoiFuncs. You will see the addition of an 'E' and 'IV' text after the FPS. 
 + 
 +Clicking this 'E' or 'IV' will toggle the kIPC UI's visibility. 
 + 
 +These indicate status of kIPC. 
 +  * E - Enabled 
 +  * IV - Init or Verification. This happens every 30 seconds to verify the connection. 
 + 
 +When logging in, this IV status can remain for around 30 seconds. Once it completes for the first time you will see in the console: 
 + 
 +[Kitanoi Functions] - [IPC] - Adding Character Record 
 + 
 +{{:kitanoi:kipc-funcs.png?nolink|}} 
 + 
 +Floating Buttons: 
 + 
 +{{:kitanoi:floatingbuttons.png?nolink|}} 
 + 
 +{{:kitanoi:floatingbuttonscolors.png?nolink|}} 
 + 
 +====Built In Functions====
  
 -Move To Closest Inn-  -Move To Closest Inn- 
 <code>kIPC.Send('all',"kIPC.MoveToInn()")</code> <code>kIPC.Send('all',"kIPC.MoveToInn()")</code>
 +-------------------------------------------------------
 +-Move To Grand Company Barracks-
 +<code>kIPC.MoveToSquadronBase()</code>
 +-------------------------------------------------------
 +-Move To Zone and Coordinates-
 +<code>kIPC.MoveTo(x,y,z,mapid)</code>
 +This will use Minions navigation system to move you to the zone you specify and to a randomized position within 5 yalms of the specified xyz you provide.
 +-------------------------------------------------------
 +-World Hopper Integration-
 +
 +World Hopper UI is changed when this addon is installed. It adds an [All] button next to each world which you can click to send all accounts to that world.
 +<code>kIPC.Send('all','kIPC.WorldHop("Sargatanas")')
 +
 +kIPC.Send('thischarSomeWorld','kIPC.WorldHop("Return Home")')
 +</code>
 ------------------------------------------------------- -------------------------------------------------------
 -Reload LUA- -Reload LUA-
Line 92: Line 137:
 This will stop the loop. This will stop the loop.
 ------------------------------------------------------- -------------------------------------------------------
-===Limitations===+====Limitations====
   * It only works when you are running the characters on the same computer.   * It only works when you are running the characters on the same computer.
   * Requests are not queued. There is no buffer. It stores the last request until it is complete then removes the request.   * Requests are not queued. There is no buffer. It stores the last request until it is complete then removes the request.
  
-===Requirements===+====Requirements====
   * KitanoiFuncs - free on store.   * KitanoiFuncs - free on store.
   * A Minion settings profile correctly created for each character that you use.   * A Minion settings profile correctly created for each character that you use.
  
-===Issues===+====Issues====
  
 Any errors in the console, first try entering the following: Any errors in the console, first try entering the following:
Line 113: Line 158:
 </code> </code>
  
-===Help and Requests===+====Help and Requests====
  
 For further help, or to make function requests, please use Discord. For further help, or to make function requests, please use Discord.
kipc.1637108528.txt.gz · Last modified: 2021/11/17 00:22 by kitanoi