macman104
Member
[quote author=Kunundrum link=topic=204.msg1074#msg1074 date=1150190399]
heh, kol messed it up. They added teh date... caoul you make it NOT wait for ode to overdrink? Thanks.
[/quote]This code here, the GetBuffs command
Simply get rid of the BuffWait line, and that should resolve the issue. What the hell, I'll just upload a new version. I suppose you could remove the lines where you reassign WaitOde to a new value, but meh. Actually, I just commented them out, so you could add it back if you wanted.
heh, kol messed it up. They added teh date... caoul you make it NOT wait for ode to overdrink? Thanks.
[/quote]This code here, the GetBuffs command
Code:
if( Type == 2)
{
cli_execute("send 1 meat to Noblesse Oblige");
WaitOde = WaitOde+15;
cli_execute("send 1 meat to Testudinata");
WaitOde = WaitOde+15;
BuffWait( WaitPolka, WaitPhat, WaitEmpathy, WaitElemental, WaitOde);
}