![]() |
| |||||||
| Home | GzP Upload | GzP Arcade | Register | vbBux / vbPlaza | All Albums | FAQ | Donate | Members List | Calendar | Mark Forums Read |
![]() |
| | Thread Tools | Display Modes |
| | #1 |
| Lurker | Buff VS Grind issue buffing and grinding buffs dont work when grind is on or at least they dont fully work the workarround in sudo code if shortest buff = nothing then stop grinding re-buff start grinding end if as for scripting I am open to sudgestions |
| | |
| Sponsored Links |
| |
| | #2 |
| Registered User | Re: Buff VS Grind issue Code: if(buffCycle < 240.0) then
buffCycle = buffCycle + DeltaTime
else
goBuff = true
end Code: if(goBuff) then
ExecuteCommand ( "skill Skills.Assist.BuffName")
ExecuteCommand ( "skill Skills.Assist.BuffName")
ExecuteCommand ( "skill Skills.Assist.BuffName")
goBuff = false
buffCycle = 0
return
end |
| | |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |