feat: rndbot teleport, grind, stuck problem etc.

This commit is contained in:
Yunfan Li
2023-08-01 23:21:06 +08:00
parent 6b7bf8ade7
commit 0969db4c89
15 changed files with 178 additions and 157 deletions

View File

@@ -945,8 +945,11 @@ void RandomItemMgr::BuildItemInfoCache()
strstr(proto->Name1.c_str(), "Monster ") ||
strstr(proto->Name1.c_str(), "[PH]") ||
strstr(proto->Name1.c_str(), "(OLD)")
)
)
{
itemForTest.insert(proto->ItemId);
continue;
}
// skip items with rank/rep requirements
/*if (proto->RequiredHonorRank > 0 ||