kimokimo
Kimo
Iam looking for a guy who can make a dll for my pokemon server client works like this:
["Bulbasaur"] = {move1 = {name = "Quick Attack", level = 5, cd = 7, dist = 2, target = 1}
move2 = {name = "Razor Leaf", level = 12, cd = 12, dist = 4, target = 1}
move3 = {name = "Vine Whip", level = 19, cd = 16, dist = 20, target = 0}
move4 = {name = "Headbutt", level = 16, cd = 13, dist = 1, target = 1}
move5 = {name = "Leech Seed", level = 16, cd = 21, dist = 5, target = 1}
move6 = {name = "Solar Beam", level = 31, cd = 50, dist = 10, target = 0}
move7 = {name = "Sleep Powder", level = 20, cd = 26, dist = 1, target = 0}
move8 = {name = "Stun Spore", level = 18, cd = 17, dist = 1, target = 0}
move9 = {name = "Poison Powder", level = 17, cd = 22, dist = 1, target = 0}
And here how the cooldown bars will look like
This how it will work first every move will have its own picture that will be imported in my client spr and will have own id.
Once the player summon the pokemon the cooldown bar will open.
i want the cooldown bars to load the move picture id and when the player use the move it will turn to black&white picture that have another id in my spr and it will count down the move CD as shown in the moves list and when its ready to use the move turn back colored id again.
PM for the price.
["Bulbasaur"] = {move1 = {name = "Quick Attack", level = 5, cd = 7, dist = 2, target = 1}
move2 = {name = "Razor Leaf", level = 12, cd = 12, dist = 4, target = 1}
move3 = {name = "Vine Whip", level = 19, cd = 16, dist = 20, target = 0}
move4 = {name = "Headbutt", level = 16, cd = 13, dist = 1, target = 1}
move5 = {name = "Leech Seed", level = 16, cd = 21, dist = 5, target = 1}
move6 = {name = "Solar Beam", level = 31, cd = 50, dist = 10, target = 0}
move7 = {name = "Sleep Powder", level = 20, cd = 26, dist = 1, target = 0}
move8 = {name = "Stun Spore", level = 18, cd = 17, dist = 1, target = 0}
move9 = {name = "Poison Powder", level = 17, cd = 22, dist = 1, target = 0}
And here how the cooldown bars will look like

This how it will work first every move will have its own picture that will be imported in my client spr and will have own id.
Once the player summon the pokemon the cooldown bar will open.
i want the cooldown bars to load the move picture id and when the player use the move it will turn to black&white picture that have another id in my spr and it will count down the move CD as shown in the moves list and when its ready to use the move turn back colored id again.
PM for the price.