Jump to content

luizragna

Members
  • Content Count

    114
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by luizragna


  1. Hello guys, I have the following problem:
    When the character disconnects it should lose the buff exp bonus, but for some reason, when I enter the game buff continues
     
    
    
    -    script    Bonus EXP#Lose  -1,{
     
    OnPCLogoutEvent:
     
    set online,0;
    sc_end SC_EXPBOOST;
    end;
     
    }

     

     

    I put the script in an npc and it worked, but with OnPCLogoutEvent system not worked


  2. Hello guys, I am wanting to do a dungeon system in which the difficulty varies according to number of players. In case the difficulty of killing monsters and not the quantity.

     

    So I would like to create a mob with edited status by command (to multiply by the variable difficulty).

     

    The command type:

     

    Monster <hp> <str> <atk> etc... (The command would spawmar a monster with attributes you chose)

     

    Is there any command to do this? or some script already ready when I download? or do you have any idea how I could do?

     

    OBS: I use the last version of Hercules

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.