A script to include for weaving with two skills between self attack possible ?
Merci d' avance ♥
Merci d' avance ♥
Hi McSmoove,Quote:
Hi para,
I am trying to create myself a script for luna that just spam skill 1 and 2 forever, meanwhile checks if MAD miniboss comes and use the 5th skill. When last boss spowns, it uses skill 3 4 and 5 until it's dead.
But i think i got something wrong.
I was wondering how can i make the script to do something forever, like a while statement. And in this while statement, with an if, enter in another while statement. The script snippet that i made should work but i gotta write it in a better way.
Basicly i want to farm luna manually but i want the script to spam skill 1 and 2, while spamming i want it to check if mad miniboss spown and kill him and, when the last boss spowns, make the script spam skill 3 4 and 5 on the last boss target.
Thx for your help when u have time to fix this snippet, cheers
Code:#DO=600000; #EXECUTE=FarmLuna; _UNTILMemRead=0xF557C4,BYTE,=1; ( while i have target? i dont know how to do something else, would be cool to say while im in the luna istance world ( I recall there should be a pointer with the map id in some memory register)) start_FarmLuna; Delay=10; Command=/skill Soul Skewer; Delay=10; Command=/skill Crushing Darkness; Delay=10; Command=/select MAD-74C; _IFMemPtrRead=%TargetBase,%OffsetName,WCHAR[32],=MAD-74C; _IFMemPtrRead=%TargetBase,%OffsetHP,DWORD,>0; #IF=%TargetDistance,<15; #IF=%Timer=415,60500; Command=/skill Hellish Wave; Delay=20; Command=/skill Hellish Wave; _IFMemPtrRead=%TargetBase,%OffsetName,WCHAR[32],=MAD-S; #EXECUTE=FarmLastBoss; end_FarmLuna; start_FarmLastBoss; #DO=600000; Delay=10; Command=/skill Terrifing Rupture; Delay=10; Command=/skill Hellish Stike; Delay=10; Command=/skill Hellish Wave; _IFMemPtrRead=%TargetBase,%OffsetHP,DWORD,=0; (exit the script) _UNTILMemRead=0xF557C4,BYTE,=1; ( while i have target? i dont know how to do something else, would be cool to say while im in the luna istance world ( I recall there should be a pointer with the map id in some memory register)) end_FarmLastBoss;
This is my snippet, just remember to loot the boss that drop the items for cannons.Quote:
Hi McSmoove,
Have you finally finished the script to do this? mind sharing it with us?
regards,
Go inside Primeth Forge and start the script right at the spawnQuote:
would someone be kind enough to explain how the PF shugo script works ?
thank you ! btw is there any hack for rolling high ?Quote:
Go inside Primeth Forge and start the script right at the spawn
It will run trough the entire instance and whisper your main or give a notification as soon as a shugo is nearby
If you want to loot the shugo with the toon who just detected him stop the script and use the basics of Gravity / Superglide to enter the room of the shugo to kill and loot him.
If you want to loot him with your main you obviously have to invite him to the group, enter the instance and run the PF script again
_HTTPPost=http://subvanillatool.com/discord.php,url=YOURWEBHOOKURL&message=YOURMESSAGE;
#IF=%FirstTime,; #SetVar=Webhook,Enter your Webhook URL; #SetVar=Message,Enter your Message that should be send; #ENDIF _HTTPPost=http://subvanillatool.com/discord.php,url=%Var[Webhook]&message=%Var[Message];