Jump to content

Caith1991

Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

749 profile views

Caith1991's Achievements

Poring

Poring (1/15)

3

Reputation

  1. The error states that the column "ch.kills" doesnt exist. Regarding to your script the table-reference `ch` is defined by this line: $sql = "SELECT $col FROM {$server->charMapDatabase}.`char` AS ch "; As there is no column called `kills` in the table `char` your script wont work. If you want this to access this script your table `pvpladder` you may change the mentioned line to: $sql = "SELECT $col FROM {$server->charMapDatabase}.`pvpladder` AS ch "; Also which ranking script you are using to count the kills ingame? If you want you can add me to skype "ashtorias" or Discoard "Honey#9738" (no warranty that this will work as I just backtraced your provided informations and official sql-structure of rathena)
  2. Falls du mir Source arbeitest: mob.h #define MAX_MOB_DB 4000 Die Zahl z.B. auf 10000 erhöhren und recompilen. Dann kannst du die IDs von 5000 bis 9000 für Custom Mobs nehmen. "Invalid monster ID %d. Range %d-%d is reserved for player clones." Ist wie der Fehler schon sagt für die @clone <player> Klone. ~ Edit: ~ Sry hätt dein Edit auch mitlesen müssen
  3. Naja zudem großteil bereits releaste welche nur eingedeutscht wurden. Also schon irgendwie fragwürdig dafür die Credits einheimsen zu wollen.
  4. A litte Bug Report, Our Server Version: rAthena Verion SVN r17407 is it normal that every last login shows the exact same date/time?
×
×
  • Create New...