Coder Social home page Coder Social logo

Comments (4)

mmraz avatar mmraz commented on August 21, 2024

update.c:

    add_hp  = 3*(con_app[get_curr_stat(ch,STAT_CON)].hitp + number_range(
        class_table[old_class].hp_min,
        class_table[old_class].hp_max ))/3;
    add_hp  = 3*(con_app[get_curr_stat(ch,STAT_END)].hitp + number_range(
        class_table[old_class].hp_min,
        class_table[old_class].hp_max ))/4;
    add_hp  = add_hp + ((con_app[get_curr_stat(ch,STAT_STR)].hitp + number_range(
        class_table[old_class].hp_min,
        class_table[old_class].hp_max ))/5);

The second add_hp assignment needs "add_hp + " after the =

from moosehead.

brycecovert avatar brycecovert commented on August 21, 2024

Yup. Just what I was thinking...

On May 30, 2011 8:14 PM, "mmraz" <
[email protected]>
wrote:

update.c:

   add_hp  = 3*(con_app[get_curr_stat(ch,STAT_CON)].hitp + number_range(
       class_table[old_class].hp_min,
       class_table[old_class].hp_max ))/3;
   add_hp  = 3*(con_app[get_curr_stat(ch,STAT_END)].hitp + number_range(
       class_table[old_class].hp_min,
       class_table[old_class].hp_max ))/4;
   add_hp  = add_hp + ((con_app[get_curr_stat(ch,STAT_STR)].hitp +
number_range(
       class_table[old_class].hp_min,
       class_table[old_class].hp_max ))/5);

The second add_hp assignment needs "add_hp + " after the =

Reply to this email directly or view it on GitHub:
#3 (comment)

from moosehead.

Bianary avatar Bianary commented on August 21, 2024

Levelling gains ever since End has been added have been lower than intended -- con is the biggest impact, and it's been missing that whole time. I think waiting for a decision on levelling gear to be made before doing anything with this would be a good idea, as this could impact things enough to really need a pfresh to balance out the hp gains.

from moosehead.

brycecovert avatar brycecovert commented on August 21, 2024

Speaking of which, how do we/somebody plan to make these sorts of decisions? I have a few ideas of minor improvements (like fixing tells to not require vis) that I'd like to make, but want to see some sort of consensus before moving on it.

from moosehead.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.