Icy Peak script (again)

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
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);
 }
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.
 

Attachments

  • Peak6.ash
    3 KB · Views: 57
Top