Jump to content

North

Premium
  • Posts

    465
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    0%

Community Answers

  1. North's post in [HELP] "C" or "JAVA" FUNCTION was marked as the answer   
    Somebody correct me if I am wrong but what you are showing is a linear function and instead you want to solve an exponential one, before writing any code I would suggest to understand the math behind it otherwise you will be stuck again in no time

    Here you go:
     
    I personally follow this guy, is pretty good at explaining things

    After watching this video try to imagine the sound intensity plotted as this exponential function where y=1 is the idle of the car you should get why you need an exponential function to represent the sound (when you press w to accellerate the sound increases in an exponential way and not in a linear way)
  2. North's post in Dungeon function question was marked as the answer   
    No.

    You remove pc.warp and you use d.join(mapindex) instead.
    This is how you create different dungeon instances
  3. North's post in Question - Skill on WP sura - Fear was marked as the answer   
    char_battle.cpp
     
            if (IsAffectFlag(AFF_TERROR))
                dam = (int) (dam * (95 - GetSkillPower(SKILL_TERROR) / 5) / 100);
     
    then you can search everywhere, keyword = TERROR
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.