What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Plugin] Four Songs - Party/Raid Buffs ( Songcraft FTW Baby )

KNOWN BUG:
Please keep follow mode checked as it will freak out.
Also if one of the party members is to far away it can cause issues.
 
This looks really good. I'm gonna try it out.
I learn more about how to use AB from reading your code then reading the api lol
 
Help pls newbie here
when i start the plugin im geting this
[09:06:36] [INFO]: STARTING 4 NOTES
[09:06:36] [INFO]: Starting Following Thread
[09:06:36] [INFO]: Starting BuffCheck & Rotation
and stops
im in a party with the leader next to me


iMBvb7e.png



Edit:OK working sry

M8 this is perfect tnx
 
Last edited:
Help pls newbie here
when i start the plugin im geting this
[09:06:36] [INFO]: STARTING 4 NOTES
[09:06:36] [INFO]: Starting Following Thread
[09:06:36] [INFO]: Starting BuffCheck & Rotation
and stops
im in a party with the leader next to me


iMBvb7e.png



Edit:OK working sry

M8 this is perfect tnx


There are a few quirks I am trying to sort out like it doesn't like to run when one of the party members is out of range ( grey name )
What was the problem and how did you sort it out.

Also I would advise getting LoudSpeaker in your songcraft tree
 
Last edited:
Brand new, been wanting to try arcbuddy out for sometime final bought it. I have no clue what to do with the data above. Just a quick step by step on how to copy and paste the code in and make my bard run? Thank You in advance.
 
Last edited:
Brand new, been wanting to try arcbuddy out for sometime final bought it. I have no clue what to do with the data above. Just a quick step by step on how to copy and paste the code in and make my bard run? Thank You in advance.

You can use build-in editor to make simple plugins.
For this - open build-in editor (Its called Plugin editor), from tray menu or Logs window Menu.
Create new file and save him to new sub folder in Archebuddy Plugins folder (for example - D:\Games\Archebuddy\Plugins\MyFirstPlugin\1.cs).
Write your code.
Click "Compile" button. Below in log window you will see result of compilation, is there error or no.
If all good - compiled plugin (.dll) you can find in Plugin Manager when you game account ingame.

If you make plugins for Euro version - you should use English skills\buffs\npcs names. Later i will add FR\DE support also.
If you make plugins for Russian version - you should use Russian skills\buffs\npcs names.
If you want to make plugins that can work on both versions - use IDs instead of strings.

Change the 'Write your code' step to 'Copy & Paste' and that's all there is to it.
 
Is it still supported? Need a bit help with
private void SelectAndUseHealingSkill()
{
if (_leader.hpp() < 75 && CanCast(10534))
{

if (skillCooldown(10534) == 0)
UseSkillAndWait(10534);
}

Will it work? If no > what to do to use healing skills on pl?
Thank you!
 
Edit : wtf showed that it was from my post in the email. idk why it emailed me on this
 
[Plugin Name]
FourNotes: a simple Plugin that makes songcraft raid/party easier.

[Description]
A simple plugin designed to play the four party/raid buffs from the songcraft tree

[Working on]
New Party control / follow feature with Configurable set party leader
Resurrection Support
Adding support for Infuse

[Plugin Build]
SongCraft Minimum Build: ArcheAge Builder - Arche-Base

My Current Build ( what I'm working with )
ArcheAge Build Guides :: Browse popular ArcheAge Strategy Build Guides :: ArcheAge on Arche-Base

My Current Armor
7/7 Heroic Magnificent Stone
Celestial Cursed Obsidian Great Club

um neither of the builds listed here are for a class that has songcraft so how does that work? :)
 
um neither of the builds listed here are for a class that has songcraft so how does that work? :)

It's been a while since i've played but it hasn't changed that much has it ?

EDIT:
oh wow i just checked my links dayum they changed their format.

This supports as of the last time i used it all of the songs used in songcraft.

looks like i'll have to download aa again and play with it to see what changes have happened.

allah i know this is a bit old but wouldn't using a healing skill break the songs?
fred as of the final time i updated this, songs did break the songs. I had a workaround for it in prep before i stopped playing.
 
Last edited:
Back
Top