Hello, is there a condition to check for corpses for the purpose for Bone offering?
I'd like to add it to my current condition:
PlayerSkillIsUseable.Contains("BoneOffering") && !PlayerBuffs.Has("bone_offering") && (check for corpses if possible)
Hello, is there a condition to check for corpses for the purpose for Bone offering?
I'd like to add it to my current condition:
PlayerSkillIsUseable.Contains("BoneOffering") && !PlayerBuffs.Has("bone_offering") && (check for corpses if possible)
If there's no solution then I'm using this. For DD you don't check for HasBuffs.
PlayerSkillIsUseable.Contains("BoneOffering") && !PlayerBuffs.Has("active_offering") &&
MonsterCount(MonsterRarity.Any, MonsterNearbyZones.OuterCircle) >= 1
Can not get quicksilver to work at all.
Tried a few methods I found in this thread but unfortunately the search function wont allow me to open each mention of quicksilver....
Name is QuickSilver
Key 3 number 51?
Cooldown set to 6 seconds and 5.9 and 0 seconds
Condition animation Run "shows true when running"
Condition flask charged > 29 " shows true"
I have tried other conditions like flash is usable has enough charges I have tried changing key to numpad 3 nothing seems to work.
Anyone offer any help?
Mine works like this.
Flasks.Flask5.IsUsable && !Flasks.Flask5.Active &&
PlayerAnimation.Equals(Animation.Run) && MonsterCount(MonsterRarity.Any, MonsterNearbyZones.OuterCircle) <= 0
Btw, is there a list of API functions I can look at just to see what's possible or does the templates already cover them all? Thanks!
Goat i love you <3
thank you very much for sharing this awesome program.
while waiting your RL work, i used other tools. but those were not fit for me.
Only GH can give me satisfaction.
The day you stop updating this program will be the day I quit this game.
thx a lot![]()
Yeah. Once u expand the rule, you see template button. Click on it. It has 99.99% of the things
Screenshot of the rule please.
1: Download in a new folder. 2: Apply limited user again. 3: Restart computer.
Healthbar, radar, flask/skill manager, preload alert, draw abyss lines.
That’s all.
If I did not reply to you, it mean the question you are asking is stupid.
How do you automate flasks, i can't find anything in the default package, is there an additional plugin one must download ? Could anyone give me a hint on this, appreciate it.
I'm curious what the timer is for and how to remove it.
had it fully working a few days ago, now I can't get anything to appear on screenI've got the menu up, I can get timers and stuff to appear, but nothing actually is getting drawn on-screen over the game. Followed the instructions 100% and it was working like I said just a couple of days ago. Any ideas?
Last edited by DEEGLEEF; 04-04-2024 at 05:10 PM.
thank you You are always a great help to me.