Floor teleport point fix.

main
sigonasr2 3 years ago
parent af704a0ff2
commit 47676136fd
  1. 1
      src/backend/logreader.js
  2. 2
      src/backend/logreader.js.bak

@ -223,6 +223,7 @@ function ParseString(str) {
var fl=split[4].substring("Floor ".length) var fl=split[4].substring("Floor ".length)
floor=Number(fl) floor=Number(fl)
points+=4550 points+=4550
points+=430
if (fully_explored) { if (fully_explored) {
points+=2525 points+=2525
} }

@ -477,7 +477,7 @@ function ParseString(str) {
} else } else
if (split.length==22&&started) { if (split.length==22&&started) {
if (split[0]==="04") { if (split[0]==="04") {
const blacklist=["trap","ruby carbuncle","topaz carbuncle","emerald carbuncle"] const blacklist=["trap","ruby carbuncle","topaz carbuncle","emerald carbuncle","lava bomb","giddy bomb","grey bomb"]
const RareMonsterNames=[ const RareMonsterNames=[
"bloated conjurer", "bloated archer", "bloated pugilist", "sword-swinging adventurer", "staff-spinning adventurer", "spear-shaking adventurer", "bloated conjurer", "bloated archer", "bloated pugilist", "sword-swinging adventurer", "staff-spinning adventurer", "spear-shaking adventurer",
"roughspun ruffian", "frenzied freebooter", "ishgardian pikeman", "duskwight lancer", "mortifying magnate", "insentient inquisitor", "moldering merchant", "roughspun ruffian", "frenzied freebooter", "ishgardian pikeman", "duskwight lancer", "mortifying magnate", "insentient inquisitor", "moldering merchant",

Loading…
Cancel
Save