Search results

  1. Help! how to hack class constants

    Can I patch or hook the class constants section "COST_SP = 5", can someone explain how to do this?? // Namespace: entity public class LifeSkillDefs // TypeDefIndex: 11527 { // Fields public const int COOKING_SKILL_ID = 51008; public const int FISHING_SKILL_ID = 51007; public...
Back
Top Bottom