New features? Improvements? Maybe new interface? More FAQs and videos? More answers and support on forum?
Thanks for answers
Implemented ideas:
Ideas that can't be implemented or under review:
- Questing 38-50
- Out i have another request: It would be really nice if we could buy stuff of the market place with loyalty tokens.
- API to work with ICQ or Jabber or Skype
Ideas that will not be implemented:
- Open ArcheAge at a very low resolution. ( could it be done in 800 x 600 ? ) ; I see no need for this, it doesn't reduce client performance
- On Settings > Charactercs > Selecter character > an option to ALL ; not implementable
- PlantAlgoritm.Randomized be nice to have PlantAlgoritm.Custom where we can Set it with a function(x, y) that you can return an offset so it plants PlantAlgoritm.MaxPerfomance with your own custom offset function. ; Core plant functions incompatible with this. You can create your own algorithms that will use PlantItem function
- Goes to city and auto-removes bot debuff report button using teleport book and gate. ; You should do this with plugins itself.
- Plugin crash AB ; Plugin devs should fix this.
- Auto disconekt or beep msg when someone puts bot debuff on u ; onNewBuff += (Buff b, Creature obj) => { if (obj == me && b != null && b.id == BAD_BUFF_ID) PlaySound("enemy.wav"); };
- check if unit is in line of sight ; You can find solution in questing plugin sources, how to find objects between point A and point B. you can't find trees\houses\etc becouse AB dont know nothing about object mesh and textures
- All disconnections if gm\buff\etc ; You should do this with plugins
- fix WTfast issue.It says "Your Ip Changed since you last authorized" everytime if i want to use WTfast. not implementable. WTFast not incompatible with AB proxifications\hooks
Thanks for answers
Implemented ideas:
Account Manager:
- Number of Labor as added option in Columns in Account Manager
- Double click on account will now popup archeage client
- Server, nickname, gold, labor count and level now remember last value and if account offline - these values will be used.
- Option to start game clients minimized.
- Import from CSV and export to CSV all accounts.
- Account scheduler
- Premium days left
Core:
- PlantItemsCollectItems functions will now stop if the character died during their work.
- Patron bot repair without blacksmith (EUNA)
- Make it possible to use 1 char on EU and 1 char on US.
- Its possible now to buy stuff with vocation badges from the blue salt merchant (with BuyItems).
Plugins:
- Reworked scarecrow plugin (BETA). Please, leave feedback here: https://www.thebuddyforum.com/arche...rafting/219600-reworked-scarecrow-plugin.html
Ideas that can't be implemented or under review:
- Questing 38-50
- Out i have another request: It would be really nice if we could buy stuff of the market place with loyalty tokens.
- API to work with ICQ or Jabber or Skype
Ideas that will not be implemented:
- Open ArcheAge at a very low resolution. ( could it be done in 800 x 600 ? ) ; I see no need for this, it doesn't reduce client performance
- On Settings > Charactercs > Selecter character > an option to ALL ; not implementable
- PlantAlgoritm.Randomized be nice to have PlantAlgoritm.Custom where we can Set it with a function(x, y) that you can return an offset so it plants PlantAlgoritm.MaxPerfomance with your own custom offset function. ; Core plant functions incompatible with this. You can create your own algorithms that will use PlantItem function
- Goes to city and auto-removes bot debuff report button using teleport book and gate. ; You should do this with plugins itself.
- Plugin crash AB ; Plugin devs should fix this.
- Auto disconekt or beep msg when someone puts bot debuff on u ; onNewBuff += (Buff b, Creature obj) => { if (obj == me && b != null && b.id == BAD_BUFF_ID) PlaySound("enemy.wav"); };
- check if unit is in line of sight ; You can find solution in questing plugin sources, how to find objects between point A and point B. you can't find trees\houses\etc becouse AB dont know nothing about object mesh and textures
- All disconnections if gm\buff\etc ; You should do this with plugins
- fix WTfast issue.It says "Your Ip Changed since you last authorized" everytime if i want to use WTfast. not implementable. WTFast not incompatible with AB proxifications\hooks
Last edited: