Hi,
I cannot use universalfight in the latest version of archebuddy because i cannot find the character option for select bosssoftstyle like the old version
any help please
Hi guys i hope this help lazy people like me you want gift but don't want work...
You need to create your own simple loop in GPS . You must rename the point where are the crates with numbers (1,2,3,4 ..)
using System;
using System.Drawing;
using System.Windows.Forms;
using...
Hi guys,
i am writing simple plugin for automate the opening of gifts.
I have done a simple loop with GPS.
Now i got a problem opening crates pressing F key.
I cannot find in AB a function for emulate the prussure of a botton on keyboard
i am using...
active
archeage
automate
botton
code
crates
emulate
function
gift
gifts
gps
guys
happy
key
keyboard
loop
maiden
ofc
plugin
pressing
prussure
public
simple
switch
windows
winter
write
writing
Hi
I want to read expiration date of buildings,name of owner and put it on log for the area around my char.
its possible?
how to use weeksWithoutPay function? and how can i do loop like
for each buildings
checkdate
thanks !
Normally in game is possible to use the skill Charge on mount but i cannot use in my plugin
if (me.sitOnMount && dist(me.target) < 12)
{
UseSkill("Charge",false);
return;
}
Why is not working?
I found 2 event working for trade
ontradestarted
ontradedone
The problem is that i cannot find an event for trade canceled, i find only a method called CancelTrade.
I need to set a boolean for check player is trading or no like this:
public void START(Creature Obj)...