Jump to content

  •  

luizragna

Member Since 17 Jul 2014
Offline Last Active Jun 04 2017 04:05 AM
-----

Topics I've Started

OnPCLogoutEvent:

23 March 2017 - 07:50 PM

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


Create custom monster by command

07 December 2016 - 12:08 AM

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