Recent content by Hidekitakase

  1. Hidekitakase

    Include dmg Mob received by map_zone_db

    Hello guys how can i do this... calculation of the damage boss/monster damage received that can be reduced by mapflag, its working but only with players pvp,gvg.... i really appreciate who can help me😀  like this in src/map/battle.c int64 battle_calc_pc_damage(struct block_list *src, struct...
  2. Hidekitakase

    Status based on Night or Day

    Hey Guys i have a doubt, why this is don't work properly: while(!isnight()){     bonus bInt,50;     sleep2 1500; } bonus bStr,50;  When is at night give to the player 50 int points, but, when i change to morning the item don't refresh itself to the other part of the code. But, when...
Back
Top