Hébergeur de fichiers indépendant

[combat] ile wabbit.lua

À propos

Type de fichier
Fichier LUA de 2 Ko (text/plain)
Confidentialité
Fichier public, envoyé le 23 octobre 2016 à 20:00, depuis l'adresse IP 193.252.x.x (France)
Sécurité
Ne contient aucun Virus ou Malware connus - Dernière vérification: 21 heures
Statistiques
La présente page de téléchargement a été vue 460 fois depuis l'envoi du fichier
Page de téléchargement

Aperçu du fichier


--Maximo--
MAX_PODS = 90
MIN_MONSTERS = 2

MAX_MONSTERS = 8
FORBIDDEN_MONSTERS = {  }

MANDATORY_MONSTERS = {  }
BANK_GET_ITEMS = { { item = 6965, quantity = 1 }, { item = 548, quantity = 1 } }
DISPLAY_FIGHT_COUNT = true


-----------------------------FONCTIONS-------------------------------


function potionbonta()

    inventory.useItem(6965)
    waitMapChange()
end

function potionrappel()
  
    inventory.useItem(548)
    waitMapChange()
end


-----------------------------DEPLACEMENT-----------------------------

function move()

return {

{ map = "25,-4", fight = true, changeMap = "left" },
{ map = "24,-4", fight = true, changeMap = "top" },
{ map = "24,-5", fight = true, changeMap = "left|bottom" },
{ map = "23,-5", fight = true, changeMap = "top|right" },
{ map = "23,-6", fight = true, changeMap = "top|right|bottom" },
{ map = "24,-6", fight = true, changeMap = "left" },
{ map = "23,-7", fight = true, changeMap = "top|right" },
{ map = "23,-8", fight = true, changeMap = "right|bottom" },
{ map = "24,-8", fight = true, changeMap = "left" },
{ map = "5506048", changeMap = "519" }, --DIRECTION BANQUE
{ map = "148280", changeMap = "bottom" }, --DIRECTION BANQUE
{ map = "-33,-55", changeMap = "bottom" }, --DIRECTION BANQUE
{ map = "-33,-54", changeMap = "right" }, --DIRECTION BANQUE
{ map = "-32,-54", changeMap = "right" }, --DIRECTION BANQUE
{ map = "147254", door = "383" }, --DIRECTION BANQUE 

 
}
end
--------------------------------GO BANQUE--------------------------------

function bank()

return {

{ map = "25,-4", custom = potionbonta },
{ map = "24,-4", custom = potionbonta },
{ map = "24,-5", custom = potionbonta },
{ map = "23,-5", custom = potionbonta },
{ map = "23,-6", custom = potionbonta },
{ map = "24,-6", custom = potionbonta },
{ map = "23,-7", custom = potionbonta },
{ map = "23,-8", custom = potionbonta },
{ map = "24,-8", custom = potionbonta },
{ map = "5506048", changeMap = "519" }, --DIRECTION BANQUE
{ map = "148280", changeMap = "bottom" }, --DIRECTION BANQUE
{ map = "-33,-55", changeMap = "bottom" }, --DIRECTION BANQUE
{ map = "-33,-54", changeMap = "right" }, --DIRECTION BANQUE
{ map = "-32,-54", changeMap = "right" }, --DIRECTION BANQUE
{ map = "147254", door = "383" }, --DIRECTION BANQUE



}
end 


Partager le fichier


Télécharger [combat] ile wabbit.lua


Télécharger [combat] ile wabbit.lua