Jump to content

dalanth

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by dalanth

  1. Use git apply BattlegroundExtended.diff -3 This will try to force a merge but will create conflicts instead of errors.
  2. Last BG tested was Stone Control and there the color didn't change after go back. This was the like causing the warning: sprintf(output, "%s : Cannot use team skill %s. %I64i seconds remaining................", bg->g->name, skill_get_desc(skillnum), seconds); And using %ld instead of %I64i did the trick (we are using prere and latest rathena version).
  3. The F_BG_Badge is not present in the last version of the file. There is a warning for a sprintf, from a t_tick into a i64. And last, color and guild are maintained after leave/finish the bg and the warp go to a city (save point) then battleground room.
  4. I did the same, but still have errors when try to use points. Did you solve this?
×
×
  • Create New...