I'm messing with standard.dll and I want to edit a few functions. But I want to know if their also server-sided:
- SItemExtended::IsFreezedExpireTime() <~~ Will I be able to stop items expiring?
- SRace::GetRaceType() <~~ Will I be able to eg. Change the race of all humans to giants so I can EvG them? (Even if their elf-sided)
- core::CAviationFieldMgr::GetCeiling(int) <~~ Will I be able to change the maximum height I can fly at? (Confirmed, it works)
- core::IPVPMgr::CanAttackTarget(class core::ICharacter const *) <~~ Will I be able to attack them but they can't attack me?
- core::IPVPMgr::CanAttackTargetByCurrentSkill(class core::ICharacter const *, bool, unsigned short)
- core::IPVPMgr::CanAttackTargetByCurrentWeapon(clas s core::ICharacter const *)
- core::ISkillMgr::IsUsableSkill(int) <~~ Guess