I’ve seen multiple other people do it but I can’t figure out how to make it so my non bard toon casts spell 1 2 3 4 constantly , repeating it , without delay, is there anyone who knows how to do this that can help me? I tried using /twist 1 2 3 4 but he only casts two of the spells and there is a delay
in kiss, you wouldnt normally use twist for non bard stuff..
but you would do what you are describing via your DPS section in your kiss ini.
This is just an example of some stuff from a 105 SK (not meant to be used ad-verbatim), but to show how to do spell followed immediately by a non spell cast (ie AA, disc, item.. something that doesnt use the global spell cooldown timer that all spells cast via your spellgem are)
Ideally I think you will want DPSOn=2 as well, so it just uses the health as casting order instead of actual mob health.
[DPS]
DPSOn=2
DPSSkip=5
DPSInterval=0
DPS1=Impose for Power|99 ---- spellgem cast
DPS2=Repel|98|mash ---- this is a disc, not affected by spell cooldown
DPS3=Spear of Vizat|97 ----- spellgem cast
DPS4=Necromantic Dragon Bone|96|Weave ---- this is an item cast
DPS5=Blood of Bonemaw|95 ----- spellgem cast
DPS6=Miniature Horn of Unity|94|Weave
DPS8=Dire Declaration|93 ------ spellgem cast
The mixing of spells with discs and items etc using |weave tells kiss that it can be used immediately following the cast of that spell, and not wait for the global spell timer to cast the next spell.. so it makes good use of that cooldown time by using a non spell to dps or utility while waiting for spellgem to open up again for next cast..
hope that helps? If indeed someone actually uses /twist, I'd love to see it, as i am not aware of that!