Cherche IA Hélio feu ou astuce pour en créer une

    Publicités

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

ZamblAlpha

Membre
Apr 5, 2020
10
0
122
25
Bonjour, je cherche une IA hélio feu quelque chose de simple pour les monstres ressources, genre rayon wakfu x2, ou sinon si vous avez des astuces pour créer une IA, genre une base de code, merci ^^
 

vissounight

Membre Banni
Sep 28, 2019
119
221
244
Discord
Vissou 6Night
Salut @ZamblAlpha pour te faire un IA Hélio Feu Rayon Wakfu x2 tien ! :)

-- IA

DofusClass="16"


function Main()
MoveAggressive()
SpellRayon_de_WakfuEnnemi12()
fighter:passTurn()
end

function MoveAggressive()
if (not(fighter:isHandToHand())) then
fight:moveToWardCell(fight:getNearestEnemy())
end
end

function SpellRayon_de_WakfuEnnemi12()
if (fight:getCurrentTour() == 1 or fight:getCurrentTour() % 1 == 0) then
fight:launchSpellInCell(fight:getNearestEnemy(), "Rayon de Wakfu")
fight:launchSpellInCell(fight:getNearestEnemy(), "Rayon de Wakfu")
end
end
 

ZamblAlpha

Membre
Apr 5, 2020
10
0
122
25
Salut, je te remercie pour m'avoir envoyé cette IA c'est sympa de ta part ;), mais j'ai réussis a m'en faire une ^^ mais encore merci
 
Thread starter Similar threads Forum Replies Date
G Intelligence artificielle 0
Similar threads
cherche ia eca feu 40