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

Recent content by F4nt0m

  1. F4nt0m

    IsInPeaceZone() problem

    try to use: base.getBuff("Peace Zone") == /*WHATEVER*/ Cheers :)
  2. F4nt0m

    [HELP]Arena

    Working on plugin for cc removal + buffing mainly for melee classes, but cant find anything in AB API about arena...i want to detect when my character entered arena battle. if someone discovered any solution, please let me know....it would help alot... Btw. plugin gona be Free for all. Ty...
  3. F4nt0m

    Download Updates. Fail

    Can someone of devs explaining whats going on??? Some notification or something.
  4. F4nt0m

    useItem() MountedState LastError

    Than pm Out for fix don't make thread! Btw. You getting condition error... You can't see that?
  5. F4nt0m

    Detecting Combos

    You should check for skills 1st, like if skill is available and skill state ( if is it on cooldown or not). 2nd: You must hard code combo routine, that mean in what order to use skills. And ofc you can check enemy for a buffs with GetBuffs() me.target;
  6. F4nt0m

    useItem() MountedState LastError

    Try to use: if(me.sitOnMount) //do that else // do that this should work.
  7. F4nt0m

    Skipping Prologue on Fresh Accounts - Workaround!

    Make small plugin with that method that will just skip prologue. Than use your plugins as normal
  8. F4nt0m

    Skipping Prologue on Fresh Accounts - Workaround!

    Use: SkipPrologue() in your plugin, it's embedded method in Arcebuddy.Bot.Classes; /cheers
  9. F4nt0m

    Visual Studio AB Support?

    ¨ tnx for your reply....gona keep that in mind :D
  10. F4nt0m

    Visual Studio AB Support?

    I'm new to AB plugin development, and I was wandering if I can use visual studio to test plugins (debug) without running Archeage?
  11. F4nt0m

    Skipping Prologue on Fresh Accounts - Workaround!

    Nice....!!! :)
  12. F4nt0m

    Skipping Prologue on Fresh Accounts - Workaround!

    Is there a new method? SkipPrologue()?
  13. F4nt0m

    How to skip #&$^ PROLOGUE on fresh accounts?

    Aeon posted solution here: https://www.thebuddyforum.com/archebuddy-forum/216362-skipping-prologue-fresh-accounts-workaround.html#post1971379
  14. F4nt0m

    Potential For Exitting Prologue and Skipping Clips

    On fresh account you cant skip prologu just like that, but if you already have toon on that account you can skip with just ESC. Aeon already poste a solution here ;D :https://www.thebuddyforum.com/archebuddy-forum/216362-skipping-prologue-fresh-accounts-workaround.html#post1971379
  15. F4nt0m

    Skipping Prologue on Fresh Accounts - Workaround!

    You cant skip on fresh accounts, but i can confirm that you can skip with just ESC if you make another toon on same account where you already have one toon.
Back
Top