Problème trajet qui ne fais rien ..

    Publicités

Users Who Are Viewing This Thread (Total: 0, Members: 0, Guests: 0)

Hysteriasm

Nouveau membre
Apr 16, 2019
2
0
61
27
Bonjour, j'essaye de crée un trajet, mais quand je suis sur place, il n'y a aucun déplacement qui se fait quelqu'un aurai une solution ?
-- Generated On Dofus-Map with Drigtime's SwiftPath Script Maker --
-- Nom : Test1
-- Zone : Brak
-- Type : Combat
-- Version : 1.0
-- Auteur : Disney
GATHER = {}
OPEN_BAGS = true
AUTO_DELETE = {}
MAX_MONSTERS = 2
MIN_MONSTERS = 1
FORBIDDEN_MONSTERS = {}
FORCE_MONSTERS = {}
function hiboux()
npc:npc(522,3)
npc:reply(-1)
exchange:putAllItems()
global:leaveDialog()
end

function move()
return {
{map = "-25,12", path = "bottom"},
{map = "-25,13", path = "bottom"},
{map = "-25,14", path = "bottom"},
{map = "-24,15", path = "bottom|left|right", fight = true},
{map = "-23,15", path = "bottom|left|right", fight = true},
{map = "-22,15", path = "bottom|left|right", fight = true},
{map = "-24,16", path = "top|bottom|left|right", fight = true},
{map = "-23,16", path = "top|bottom|left|right", fight = true},
{map = "-22,16", path = "top|bottom|left|right", fight = true},
{map = "-21,15", path = "bottom|left", fight = true},
{map = "-21,16", path = "top|bottom|left", fight = true},
{map = "-21,17", path = "top|bottom|left", fight = true},
{map = "-21,18", path = "top|left", fight = true},
{map = "-22,18", path = "top|left|right", fight = true},
{map = "-23,18", path = "top|left|right", fight = true},
{map = "-24,18", path = "top|left|right", fight = true},
{map = "-23,17", path = "top|bottom|left|right", fight = true},
{map = "-22,17", path = "top|bottom|left|right", fight = true},
{map = "-24,17", path = "top|bottom|left|right", fight = true},
{map = "-25,18", path = "top|right", fight = true},
{map = "-25,17", path = "top|bottom|right", fight = true},
{map = "-25,16", path = "top|bottom|right", fight = true},
{map = "-25,15", path = "bottom|right", fight = true},
}
end
function bank()
return {
{map = "191104002", door = "288"}, --Devant banque Astrub--
{map = "192415750", path = "409", custom = hiboux}, --Banque Astrub--
{map = "54172457", door = "358"}, --Devant banque Frigost--
{map = "54534165", path = "424", npcBank = true}, --Banque Frigost--
{map = "147254", door = "383"}, --Devant banque Bonta--
{map = "2885641", path = "424", npcBank = true}, --Banque Bonta--
{map = "88081177", door = "216"}, --Devant banque Amakna--
{map = "99095051", path = "410", npcBank = true}, --Banque Amakna--
{map = "144931", door = "248"}, --Devant banque Brakmar--
{map = "8912911", path = "424", npcBank = true}, --Banque Brakmar--
{map = "90703872", door = "302"}, --Devant banque Sufokia --
{map = "91753985", path = "494", npcBank = true}, --Banque Sufokia--
{map = "155157", door = "355"}, --Devant banque Ottomaï--
{map = "86511105", door = "452", npcBank = true}, --Banque Ottomaï--
{map = "12580", door = "284"}, --Devant banque Pandala--
{map = "8129542", path = "409", npcBank = true}, --Banque Pandala--
{map = "73400323", door = "330"}, --Devant banque Montagne Koalak--
{map = "84935175", path = "425", npcBank = true}, --Banque Montagne Koalak--
}
end

function phenix()
return {
}
end
 

Janembam

Membre
Aug 28, 2019
39
4
219
23
Salut j'ai un problème similaire sois le bot ne bouge pas soit il va pas du tout dans la même direction du trajet .

Edit: J'ai répondu trop vite. ça à l'air de tourner pour l'instant j'ai juste redémarré.
 
  • Like
Reactions: darkmladreturn

hack-shoot

Membre
Sep 3, 2011
18
5
904
29
Salut tu n'as pas de fonction LOST donc ton bot devra partir de la map -25,12 impérativement.

tu n'a pas non plus de trajet banque par havre sac exemple donc si full pods tu beug..
 
  • Love
Reactions: darkmladreturn