adude
New Member
- Joined
- Feb 2, 2013
- Messages
- 259
- Reaction score
- 1
well tonight when i get home i am going to try this code int he Darkness.cs file.. i pray that it works.
is anyone else in here learning C# i mean i am a web developer that knows php but i ma sure there must be at least one other than can give me a hand here.
PHP:
if (BuddyTor.Me.HealthPercent <= 95 || BuddyTor.Me.ResourceStat <= 50)
{
do{Spell.Cast("Seethe");} while (BuddyTor.Me.HealthPercent != 100);}
else
return new PrioritySelector(
Spell.Cast("Stealth", castWhen => !BuddyTor.Me.HasBuff("Stealth")),
Spell.Cast("Surging Charge", ret => !BuddyTor.Me.HasBuff("Surging Charge"))
is anyone else in here learning C# i mean i am a web developer that knows php but i ma sure there must be at least one other than can give me a hand here.
