12-27-2021, 01:09 AM
Could I please have a script that will simply wait until mana bar is 98% full and then spam a spell (so that the character poofs) until mana is empty?
Thank you!
Thank you!
Human-like manasitting
|
12-27-2021, 01:09 AM
Could I please have a script that will simply wait until mana bar is 98% full and then spam a spell (so that the character poofs) until mana is empty?
Thank you!
12-27-2021, 03:54 AM
Hello.
local SPELL = 'adori gran flam' — Spell to make a rune.
06-01-2022, 11:23 PM
I wanted one that he would drop until he ran out of mana, but it had to be random, for example, 100%, 90%, time intervals, so it doesn't look macro
local SPELL = 'adori gran flam' -- Spell to make a rune.
06-03-2022, 02:51 PM
(This post was last modified: 06-03-2022, 02:59 PM by juniorcrms.)
this is showing up in the tab lua.console
10:50:07 - LUA Script -> spells aleatorio: 6: 'then' expected near 'NEXT_MPPC' @Arkilys
06-03-2022, 03:43 PM
06-03-2022, 04:20 PM
would have how he releases 2 magic, instead of one, and continue random so as not to repeat the same time this would help camouflage that it is not macro
06-03-2022, 05:19 PM
The script does exactly what you asked for: Once reaches a random mana % then cast spell until no more mana.
|