SkillAgentSearch skills...

BehaviorTreeToolKit

Inspired by BHVT made by praydog so I wanna let this api widely used in common luascript mod then replace some of file mods in a way

Install / Use

/learn @Orcax-1399/BehaviorTreeToolKit
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

behaviorTreeToolKit

Inspired by BHVT made by praydog so I wanna let this api widely used in common luascript mod then replace some of file mods in a way This is a mhr modding library and depend on reframework by praydog and BHVT api in the newer version of reframework, so certainly it cannot be used in MHWIB

ChangeLogs

3.14 update

  1. getNowFrame() -> a function to see current motion frame
  2. change all null param into self thanks to creig

3.16 update

  1. onlyOncePerMotion -> a function to control the content to run only once every motion (return boolean value,using in if...then sentence)
  2. jumpFrame(frame) -> a function to jump to target frame in current motion thanks to yunWuLian
  3. callEffect(ContainerID,ElementID,position,Quaternion,playSpeed) -> a hard and basic way to use effect. It can spawn on any position you want.
  4. getPlayerPos(xOffset,yOffset,zOffset) -> a wrapper for masterPlayer:get_Pos() which can apply an offset at the same time.
View on GitHub
GitHub Stars6
CategoryDevelopment
Updated6mo ago
Forks4

Languages

Lua

Security Score

62/100

Audited on Sep 14, 2025

No findings