What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

HB2 v11 should include water breathe detection :(

theholyone

New Member
Joined
Jan 30, 2010
Messages
505
Reaction score
0
as title says, watched my toon die once, but know that it has died other numerous times due to breathe =[
 
May i ask where? the only water location i used was Sholazar and i killed/moved on easily before drowning (as orc)
 
if (Me.IsSwimming)
{
}

there it is, all you need. using that, you can build a plugin a to make it jump, or move forward or back to get out of pools of water. really it shouldn't be hard to do, any novice should be able to make it.
 
if (Me.IsSwimming)
{
}

there it is, all you need. using that, you can build a plugin a to make it jump, or move forward or back to get out of pools of water. really it shouldn't be hard to do, any novice should be able to make it.

Tho it's better off being a part of a well-made CC, right? CnG :P
 
Back
Top