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;
Hi McSmoove,
Have you finally finished the script to do this? mind sharing it with us?
would someone be kind enough to explain how the PF shugo script works ?
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
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
thank you ! btw is there any hack for rolling high ?
Replace "YOURWEBHOOKURL" with the URL you copied at the last image
Replace "YOURMESSAGE" with your message, of course you can also send variables that you use inside the script
Example:
Code:
#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];
Now just get the Discord app on your phone and enable notifications for your server
Script para todos os Lastchaos - Autohokey 01/29/2012 - Last Chaos - 1 Replies I got a script that clicks several times with the click right mouse clicks when monster picks up the tarjeta. so he just throws the skill.
I used AutoHotkey program. in AutoHotkey - Free Mouse and Keyboard Macro Program with Hotkeys and AutoText
Needs improvement.
I accept any help.
I'm from Brazil.
------------------------------------------------- --------------------------
[Release]Big Script Library 07/25/2010 - SRO PServer Guides & Releases - 0 Replies I think its a good idea to open this Topic.
I need Your Help.
Sent me your own made Scripts and i upload them here.
It does not matter if there is already a script by the mob.
Only Self made scripts!!!
What To Post?
Post me not the text file.Post me the script!!!
Scorpion 1 by Th3Stalker