1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Code reduce Exprience

Discussion in 'Development' started by XiXaFia, Apr 9, 2020.

  1. XiXaFia

    XiXaFia Spider Jockey

    Messages:
    26
    $sender->subtractXpLevels($max);

    ???
     
  2. NutXzG

    NutXzG Baby Zombie

    Messages:
    132
    GitHub:
    NutXzG
    PHP:
    \*var $p Player */
    $xp $p->getXpLevel();
    if(
    $xp amount){
     
    $p->setXpLevel($xp-amonut);
    }
     
    XiXaFia likes this.
  3. GamakCZ

    GamakCZ Zombie Pigman

    Messages:
    598
    GitHub:
    GamakCZ
    Player->subtractXp(int $xps);
    or Player->subtractXpLevels(int $levels);
     
    XiXaFia likes this.
  4. XiXaFia

    XiXaFia Spider Jockey

    Messages:
    26
    Thanks
     
  5. XiXaFia

    XiXaFia Spider Jockey

    Messages:
    26
    Thanks
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.