Hello para how to personalisser my bot the bard does not want to use his dysarmony I try to optimize it does not use it ED either when it is available which is a pity ..
Hello para how to personalisser my bot the bard does not want to use his dysarmony I try to optimize it does not use it ED either when it is available which is a pity ..
Take a look , it explains how to use SmartSkill.
Scroll down at the Combat routine to "start_CombatSongweaver;" and add your SmartSkill lines like I did there
I have 2 question or find Smart Skill I do not find it ..
And how to find the number of each skill?
You can find the Skill IDs by checking "Show IDs" at the Script Editor and hover above the skill ingame.
Open up the "combat routine.pscp" in your favorite text editor like notepad++
press CTRL+F and search for "start_CombatSongweaver;"
Scroll a bit down to this lines
Now as an example we add Disharmony like the SmartSkill guide describes
first we just want to use the skill if the target has above 50% health since it's some nuke we don't wanna waste, this rule can be done like this
Code:
_IFMemPtrRead=%TargetBase,%OffsetPercentHP,BYTE,>50;
<-- smartskill here
#ENDIF
So Disharmony has the skill ID 4489, cooldown of 60 seconds which means 60000 milliseconds, it has some animation time of like 650ms, it has no chain and also it's no charging skill
So the final result should look like this
It's very simple script without any preparations also it has no great loot, I don't see why I should do a video about it.
Just start the script right from where you spawn when you enter the instance and be sure you use the english lang pack and 100% UI size
It's very simple script without any preparations also it has no great loot, I don't see why I should do a video about it.
Just start the script right from where you spawn when you enter the instance and be sure you use the english lang pack and 100% UI size[/QUOTE]
My question was more because I previously read that there were boxes that dropped item like omega supplements, but it's lucky that you get the boxes so I made a rush and there was nothing on the whole walk
My question was more because I previously read that there were boxes that dropped item like omega supplements, but it's lucky that you get the boxes so I made a rush and there was nothing on the whole walk
There are 2 rooms with chests, one room has 7 chests but just one of them is correct the script will automatically find the right one, the other chest room just contains one chest.
I haven't tried it since 5.6 but the patchnotes mentioned they changed the loot in archives of eternity maybe they have removed the chests already.
And no the omegas you read about were about cradle of eternity / garden of knowledge which is a different instance.
You can find the Skill IDs by checking "Show IDs" at the Script Editor and hover above the skill ingame.
Open up the "combat routine.pscp" in your favorite text editor like notepad++
press CTRL+F and search for "start_CombatSongweaver;"
Scroll a bit down to this lines
Now as an example we add Disharmony like the SmartSkill guide describes
first we just want to use the skill if the target has above 50% health since it's some nuke we don't wanna waste, this rule can be done like this
Code:
_IFMemPtrRead=%TargetBase,%OffsetPercentHP,BYTE,>50;
<-- smartskill here
#ENDIF
So Disharmony has the skill ID 4489, cooldown of 60 seconds which means 60000 milliseconds, it has some animation time of like 650ms, it has no chain and also it's no charging skill
So the final result should look like this
It's very simple script without any preparations also it has no great loot, I don't see why I should do a video about it.
Just start the script right from where you spawn when you enter the instance and be sure you use the english lang pack and 100% UI size
Quote:
Originally Posted by Paraly
There are 2 rooms with chests, one room has 7 chests but just one of them is correct the script will automatically find the right one, the other chest room just contains one chest.
I haven't tried it since 5.6 but the patchnotes mentioned they changed the loot in archives of eternity maybe they have removed the chests already.
And no the omegas you read about were about cradle of eternity / garden of knowledge which is a different instance.
I tested it in AoE, and it does not find anything ... in the end an errorcode 16 comes out, and I do not find anything to have it if you try and find the new ones and for the other instances you mentioned there are also scrip or kill and collect
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