Digital Crawler Game

tumblr_o7w2vechcr1runoqyo5_540-2

Scrivi un titolo accattivante.

Sezioni d'interesse

®

DIGITAL CRAWLER GAME

REGOLAMENTO DELLA CLASSIFICA

 

 

- La posizione in classifica viene elaborata basandosi sulle schede degli Eroi che risiedono sul Cloud del gioco.

 

- La classificazione del punteggio del I°, II° e III° posto viene elaborata da un semplice algoritmo che calcola:

1) la somma delle ricchezze possedute solo in DoMa (+1 punto ogni doma posseduto), tutte le altre ricchezze non convertite non costituiscono punteggio;
2) le carte capacità possedute (+100 punti ogni capacità aggiunta al proprio Eroe)

 

- L'aggiornamento delle posizioni in classifica viene elaborato ogni volta che il punteggio delle schede Eroi viene aggiornato mediante conferma dal Dungeon Master dopo una sessione di gioco.

 

- In caso di parità di punteggio e solo in questo caso, viene preso in considerazione il numero di partite che l'Eroe ha affrontato sino a quel momento (diritto di anzianità) fornendo +1 punto per chi possiede più sessioni di gioco affrontate sino a quel momento.

 

- Il punteggio totale riportato sulle foto indica la somma dei valori totali dei punteggi come riportato al punto due del presente regolamento di classifica.

 

- I singoli valori di ogni Eroe sono riportati nella tabella in basso con un grafico tabellare per individuare i valori più alti e metterli eventualmente a confronto con gli altri giocatori. Per visualizzare i valori di ogni giocatore sulla tabella basta posizionarsi con il puntatore mouse (su computer fisso) o premendo con il dito (su mobile o tablet) in corrispondenza dell'Eroe di cui vorrete avere maggiori informazioni.

 

 

 

roberto monda

web ver. 5.6.11.003


facebook
instagram
whatsapp
phone
messenger

©

MAMOQUEST

MamoQuest© - Tutti i diritti sono riservati (2015-2026)
E' vietata la riproduzione anche parziale dei contenuti di questo sito. Il Gioco è depositato e tutte le idee annesse ad esso sono di proprietà intellettuale di Mauro Corsetti.

Digital Crawler Game

immagine
logo piccolo mamo quest bianco

Blog Search 2.0

Heroes Access Zone

Dungeon Master

modifica dati Eroi

icona modifica dati
enzo cardia.jpeg
emi marmorino.jpeg
stefano corsetti
mattia corsetti
roberto monda
Francesca Perulli.jpeg
anna carmen marmorino.jpeg
silvio traini
copertina eroi
copertina eroi
copertina eroi
doriana fedele
il barbaro blank
screenshot 2025-11-23 alle 12.58.58

DADI ATTACCO

DADI DIFESA

PUNTI CORPO

PUNTI MENTE

+2

DADI MOVIMENTO

Il Barbaro “Bane”

il medico blank
screenshot 2025-11-23 alle 13.14.03

DADI ATTACCO

DADI DIFESA

PUNTI CORPO

PUNTI MENTE

+2

DADI MOVIMENTO

Il Medico “Tetano”

il nano blank
enzo cardia.jpeg

DADI ATTACCO

DADI DIFESA

PUNTI CORPO

PUNTI MENTE

+2

DADI MOVIMENTO

Il Nano “Tharion”

la nana blank
emi marmorino.jpeg

DADI ATTACCO

DADI DIFESA

PUNTI CORPO

PUNTI MENTE

+2

DADI MOVIMENTO

La Nana “Noni”

l'assassino blank
silvio traini

DADI ATTACCO

DADI DIFESA

PUNTI CORPO

PUNTI MENTE

+2

DADI MOVIMENTO

L'Assassino “Ezio”

l'elfa blank
anna carmen marmorino.jpeg

DADI ATTACCO

DADI DIFESA

PUNTI CORPO

PUNTI MENTE

+2

DADI MOVIMENTO

L'Elfa “Arwen”

l'elfo blank
roberto monda

DADI ATTACCO

DADI DIFESA

PUNTI CORPO

PUNTI MENTE

+2

DADI MOVIMENTO

L'Elfo “Mond Belor”

la ladra blank
Francesca Perulli.jpeg

DADI ATTACCO

DADI DIFESA

PUNTI CORPO

PUNTI MENTE

+2

DADI MOVIMENTO

La Ladra “Pontiflex”

la maga blank
doriana fedele

DADI ATTACCO

DADI DIFESA

PUNTI CORPO

PUNTI MENTE

+2

DADI MOVIMENTO

La Maga “Circe”

<div style="display:flex; align-items:stretch; border:0px solid #00FF0000; font-family:Arial; font-size: 28px;">

<!-- Barra laterale -->
<div style="width:6px; background:#00FF0000;">
<div id="progress-bar" style="width:100%; height:0%; background:#00FF0000;"></div>
</div>

<!-- Contenuto -->
<div id="box-dati-txt" style="padding:10px; flex:1;">
Caricamento dati...
</div>

</div>

<script>
(function () {

const URL_PROXY = "https://www.mamoweb.it/public/mamoquest/VALUE_PUNTI_CORPO_EROE_NONI_proxy.php";
const BOX = document.getElementById("box-dati-txt");
const BAR = document.getElementById("progress-bar");

const INTERVALLO = 2000; // 2 secondi
const STEP = 50; // fluidità animazione

let progresso = 0;

async function caricaDati() {
try {
 const response = await fetch(URL_PROXY + "?t=" + new Date().getTime());

 if (!response.ok) throw new Error();

 const testo = await response.text();

 BOX.textContent = testo;

} catch (e) {
 BOX.textContent = "Errore nel caricamento dati.";
}
}

function avviaBarra() {
progresso = 0;
BAR.style.height = "0%";

const incremento = 100 / (INTERVALLO / STEP);

const timer = setInterval(() => {
 progresso += incremento;

 if (progresso >= 100) {
   progresso = 100;
   BAR.style.height = "100%";

   clearInterval(timer);

   // aggiorna dati
   caricaDati();

   // riparti
   setTimeout(avviaBarra, 100);

 } else {
   BAR.style.height = progresso + "%";
 }

}, STEP);
}

// primo caricamento
caricaDati();

// avvia ciclo barra + refresh
avviaBarra();

})();
</script>

<div style="display:flex; align-items:stretch; border:0px solid #00FF0000; font-family:Arial; font-size: 28px;">

<!-- Barra laterale -->
<div style="width:6px; background:#00FF0000;">
<div id="progress-bar" style="width:100%; height:0%; background:#00FF0000;"></div>
</div>

<!-- Contenuto -->
<div id="box-dati-txt" style="padding:10px; flex:1;">
Caricamento dati...
</div>

</div>

<script>
(function () {

const URL_PROXY = "https://www.mamoweb.it/public/mamoquest/VALUE_PUNTI_MENTE_EROE_NONI_proxy.php";
const BOX = document.getElementById("box-dati-txt");
const BAR = document.getElementById("progress-bar");

const INTERVALLO = 2000; // 2 secondi
const STEP = 50; // fluidità animazione

let progresso = 0;

async function caricaDati() {
try {
const response = await fetch(URL_PROXY + "?t=" + new Date().getTime());

if (!response.ok) throw new Error();

const testo = await response.text();

BOX.textContent = testo;

} catch (e) {
BOX.textContent = "Errore nel caricamento dati.";
}
}

function avviaBarra() {
progresso = 0;
BAR.style.height = "0%";

const incremento = 100 / (INTERVALLO / STEP);

const timer = setInterval(() => {
progresso += incremento;

if (progresso >= 100) {
  progresso = 100;
  BAR.style.height = "100%";

  clearInterval(timer);

  // aggiorna dati
  caricaDati();

  // riparti
  setTimeout(avviaBarra, 100);

} else {
  BAR.style.height = progresso + "%";
}

}, STEP);
}

// primo caricamento
caricaDati();

// avvia ciclo barra + refresh
avviaBarra();

})();
</script>

<div style="display:flex; align-items:stretch; border:0px solid #00FF0000; font-family:Arial; font-size: 28px;">

<!-- Barra laterale -->
<div style="width:6px; background:#00FF0000;">
<div id="progress-bar" style="width:100%; height:0%; background:#00FF0000;"></div>
</div>

<!-- Contenuto -->
<div id="box-dati-txt" style="padding:10px; flex:1;">
Caricamento dati...
</div>

</div>

<script>
(function () {

const URL_PROXY = "https://www.mamoweb.it/public/mamoquest/VALUE_DIFESA_EROE_NONI_proxy.php";
const BOX = document.getElementById("box-dati-txt");
const BAR = document.getElementById("progress-bar");

const INTERVALLO = 2000; // 2 secondi
const STEP = 50; // fluidità animazione

let progresso = 0;

async function caricaDati() {
try {
 const response = await fetch(URL_PROXY + "?t=" + new Date().getTime());

 if (!response.ok) throw new Error();

 const testo = await response.text();

 BOX.textContent = testo;

} catch (e) {
 BOX.textContent = "Errore nel caricamento dati.";
}
}

function avviaBarra() {
progresso = 0;
BAR.style.height = "0%";

const incremento = 100 / (INTERVALLO / STEP);

const timer = setInterval(() => {
 progresso += incremento;

 if (progresso >= 100) {
   progresso = 100;
   BAR.style.height = "100%";

   clearInterval(timer);

   // aggiorna dati
   caricaDati();

   // riparti
   setTimeout(avviaBarra, 100);

 } else {
   BAR.style.height = progresso + "%";
 }

}, STEP);
}

// primo caricamento
caricaDati();

// avvia ciclo barra + refresh
avviaBarra();

})();
</script>

<div style="display:flex; align-items:stretch; border:0px solid #00FF0000; font-family:Arial; font-size: 28px;">

<!-- Barra laterale -->
<div style="width:6px; background:#00FF0000;">
<div id="progress-bar" style="width:100%; height:0%; background:#00FF0000;"></div>
</div>

<!-- Contenuto -->
<div id="box-dati-txt" style="padding:10px; flex:1;">
Caricamento dati...
</div>

</div>

<script>
(function () {

const URL_PROXY = "https://www.mamoweb.it/public/mamoquest/VALUE_ATTACCO_EROE_NONI_proxy.php";
const BOX = document.getElementById("box-dati-txt");
const BAR = document.getElementById("progress-bar");

const INTERVALLO = 2000; // 2 secondi
const STEP = 50; // fluidità animazione

let progresso = 0;

async function caricaDati() {
try {
 const response = await fetch(URL_PROXY + "?t=" + new Date().getTime());

 if (!response.ok) throw new Error();

 const testo = await response.text();

 BOX.textContent = testo;

} catch (e) {
 BOX.textContent = "Errore nel caricamento dati.";
}
}

function avviaBarra() {
progresso = 0;
BAR.style.height = "0%";

const incremento = 100 / (INTERVALLO / STEP);

const timer = setInterval(() => {
 progresso += incremento;

 if (progresso >= 100) {
   progresso = 100;
   BAR.style.height = "100%";

   clearInterval(timer);

   // aggiorna dati
   caricaDati();

   // riparti
   setTimeout(avviaBarra, 100);

 } else {
   BAR.style.height = progresso + "%";
 }

}, STEP);
}

// primo caricamento
caricaDati();

// avvia ciclo barra + refresh
avviaBarra();

})();
</script>

<div style="display:flex; align-items:stretch; border:0px solid #00FF0000; font-family:Arial; font-size: 15px;">

<!-- Barra laterale -->
<div style="width:6px; background:#00FF0000;">
<div id="progress-bar" style="width:100%; height:0%; background:#00FF0000;"></div>
</div>

<!-- Contenuto -->
<div id="box-dati-txt" style="padding:10px; flex:1;">
Caricamento dati...
</div>

</div>

<script>
(function () {

const URL_PROXY = "https://www.mamoweb.it/public/mamoquest/VALUE_MOVIMENTO_EROE_NONI_proxy.php";
const BOX = document.getElementById("box-dati-txt");
const BAR = document.getElementById("progress-bar");

const INTERVALLO = 2000; // 2 secondi
const STEP = 50; // fluidità animazione

let progresso = 0;

async function caricaDati() {
try {
 const response = await fetch(URL_PROXY + "?t=" + new Date().getTime());

 if (!response.ok) throw new Error();

 const testo = await response.text();

 BOX.textContent = testo;

} catch (e) {
 BOX.textContent = "Errore nel caricamento dati.";
}
}

function avviaBarra() {
progresso = 0;
BAR.style.height = "0%";

const incremento = 100 / (INTERVALLO / STEP);

const timer = setInterval(() => {
 progresso += incremento;

 if (progresso >= 100) {
   progresso = 100;
   BAR.style.height = "100%";

   clearInterval(timer);

   // aggiorna dati
   caricaDati();

   // riparti
   setTimeout(avviaBarra, 100);

 } else {
   BAR.style.height = progresso + "%";
 }

}, STEP);
}

// primo caricamento
caricaDati();

// avvia ciclo barra + refresh
avviaBarra();

})();
</script>

<div style="border:0px solid #ccc; padding:0px; font-family:Arial font-size: 11px;">

 <textarea id="editor-txt" style="width:80px; height:34px; background:#eee;"></textarea>
 <button id="salva-btn" style="border: 0px solid #ccc; padding:0px cursor:pointer;">
     Salva
 </button>
<br><br>
 <div id="stato" style="margin-top:1px; font-size:12px;"></div>

</div>

<script>
(function () {

 const URL = "https://www.mamoweb.it/public/mamoquest/VALUE_DIFESA_EROE_NONI_editor.php";
 const AREA = document.getElementById("editor-txt");
 const STATO = document.getElementById("stato");
 const BTN = document.getElementById("salva-btn");

 // CARICA CONTENUTO
 async function carica() {
     try {
         const res = await fetch(URL + "?t=" + Date.now());
         const testo = await res.text();
         AREA.value = testo;
     } catch {
         STATO.textContent = "Inserisci il nuovo valore...";
     }
 }

 // SALVA CONTENUTO
 async function salva() {
     STATO.textContent = "Salvataggio in corso...";

     try {
         const res = await fetch(URL, {
             method: "POST",
             headers: {
                 "Content-Type": "application/x-www-form-urlencoded"
             },
             body: "contenuto=" + encodeURIComponent(AREA.value)
         });

         const risposta = await res.text();

         if (risposta === "OK") {
             STATO.textContent = "Salvato con successo";
         } else {
             STATO.textContent = "Errore salvataggio";
         }

     } catch {
         STATO.textContent = "Stato Server OK";
     }
 }

 BTN.addEventListener("click", salva);

 // Carica all'avvio
 carica();

})();
</script>