GA

PokeAimar (Level System) 8.54 2020 (Com Sources)

Por GamerGoiano, 01 de ago. de 2020 em OTServer Alternativo (ATS)

215
76k
ZombiTRZ
02 de junho de 2023 às 12:39

image.thumb.png.7671c30eb082a055f8564e85187f4dd1.png

Created a Item ID : 2 from here and me teleported the coordinates and give me a Unique Ball in Pidgey. @Tungs Not working. :/

TungsT
02 de junho de 2023 às 12:54
14 minutos atrás, ZombiTR disse:

image.thumb.png.7671c30eb082a055f8564e85187f4dd1.png

Created a Item ID : 2 from here and me teleported the coordinates and give me a Unique Ball in Pidgey. @Tungs Not working. :/

 

local BOXES = {
	[3000] = {level = 5, pokemons = {"Pidgey"}}
}

function onUse(cid, item, fromPosition, itemEx, toPosition)
	local randomBoxPokemon = BOXES[item.itemid].pokemons[math.random(1, #BOXES[item.itemid].pokemons)]
	doSendMagicEffect(getCreaturePosition(cid), EFFECT_FIREWORK_YELLOW)
	doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, string.format(__L(cid, "Congratulations! Your %s result in %s."),     getItemNameById(item.itemid), getMonsterInfo(randomBoxPokemon).description))
	doCreatePokemonBall(cid, "poke", randomBoxPokemon, BOXES[item.itemid].level, nil, nil,
        math.floor(BOXES[item.itemid].level / 2), cid, true)
	doTeleportThing(cid, {x = 3295, y = 564, z = 7}, false)
	return true
end

 

ZombiTRZ
02 de junho de 2023 às 15:27

@Tungs, Thank's for helping.  I'm giving on this system, I'll do it differently next time. 

ZombiTRZ
05 de junho de 2023 às 12:26

I need to stack 100+ items on pokebag. (Example Max : 1000) How can i do ? Anyone knows ? 

 Like This. v


Açıklama yok.

2 anos depois...
ShottaS
03 de fevereiro de 2026 às 18:36

Alguém conseguiu adicionar módulos??