Search found 3 matches

by cha0tic
Fri Mar 14, 2025 11:55 am
Forum: MajorMUD
Topic: MajorMUD Accuracy Formula
Replies: 10
Views: 10834

Re: MajorMUD Accuracy Formula

I appreciate the insight. I have been making use of the github code to create things like manaRegen, and maxHP. But pretty much just from modMMudFunc.bas, so I am thankful for the links you posted. I had briefly browsed through the other files but it has been a couple decades since I really used ...
by cha0tic
Fri Mar 14, 2025 1:05 am
Forum: MajorMUD
Topic: MajorMUD Accuracy Formula
Replies: 10
Views: 10834

Re: MajorMUD Accuracy Formula

I nerded out. The hover tooltip in equipment panel shows the bonus/penalty applied to each derived stat. So i Just cleared out all equipment, set class to a combat 1 (mage), then kept increasing level, noting the change in the accuracy tooltip (Level/Combat). Then did same for Combat 2 and combat 3 ...
by cha0tic
Thu Mar 13, 2025 4:54 pm
Forum: MajorMUD
Topic: MajorMUD Accuracy Formula
Replies: 10
Views: 10834

Re: MajorMUD Accuracy Formula

I am working on a 3rd person combat sim game modeled from the MajorMud Labyrinth Area of majormud. I was working out the Accuracy calculations and stumbled on this post. I was using MME to sort of brute force the values for calculating Accuracy and noticed that the Level, CombatLevel, Agility ...