🔱 XP 1 - 200🔱

    Publicités

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

Status
Not open for further replies.

99.99%

Membre
Nov 19, 2019
43
416
254
34
Discord
99.99.
Un script tout en un pour monter son personnage du level 1 à 200 en quelques jours !
 

Attachments

  • Xp 1 à 200.lua
    578 bytes · Views: 116

mathp1998

Membre
Dec 14, 2017
5
0
301
25
function Level-Up
global:printMessage("Et voilà nous y sommes. Bon courage !")
end

function move()
return {
{map = "0,0", changeMap = "zaap(125,196,147768)"},
{map = "-32,-56", changeMap = "top"},
{map = 147769, changeMap = "373"},
{map = 2884110, changeMap = "262"},
{map = 4981250, changeMap = "top", custom = Level-Up},
}
end
function lost()
if map:currentMapId() ~= 162791424 and (character:level()>=10) then
global:printMessage("[MAP] - Havre-Sac [0,0]")
return {
{map = map:currentPos(), havenbag = true},
}
end
end
 
Status
Not open for further replies.