• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Programmer a Job for a programmer, new combats

Rebine

New Member
Joined
Feb 10, 2010
Messages
69
Reaction score
2
Location
Chile
Hello!
line.png


I'm searching for a good programmer who can do a Combat system some different, compatible with Pokemons Races like FLYING, STEEL, GRASS, etc. (a Pokemon Server)
This have to work by elements and each combat must have an own color when it's damaged. And it must have effectiviness, like the Fire is 2x stronger to Grass Pokemons, and like Grass Pokemons are 2x stronger to Water Pokemons.
Some like that, changing the health reduction.

I'm actually have this system, but always using an onstatschange function by creature script, so the combats don't really exist on my sources, just in the game by LUA.

I'm searching for someone who can undestood this, a good programmer what know how to work on 0.36pl1 TFS.

This system must have too an option to increase the Value Damage with a function, because on my server i can use Attributes to the pokeballs for the pokemons have more strenght or something else.

This are my combats:​
Code:
local combats = {                         --alterado v1.6 \/
[PSYCHICDAMAGE] = {cor = COLOR_PSYCHIC},
[GRASSDAMAGE] = {cor = COLOR_GRASS},
[POISONEDDAMAGE] = {cor = COLOR_GRASS},
[FIREDAMAGE] = {cor = COLOR_FIRE2},
[BURNEDDAMAGE] = {cor = COLOR_BURN},
[WATERDAMAGE] = {cor = COLOR_WATER},
[ICEDAMAGE] = {cor = COLOR_ICE},
[NORMALDAMAGE] = {cor = COLOR_NORMAL},
[FLYDAMAGE] = {cor = COLOR_FLYING},
[GHOSTDAMAGE] = {cor = COLOR_GHOST},
[GROUNDDAMAGE] = {cor = COLOR_GROUND},
[ELECTRICDAMAGE] = {cor = COLOR_ELECTRIC},
[ROCKDAMAGE] = {cor = COLOR_ROCK},
[BUGDAMAGE] = {cor = COLOR_BUG},
[FIGHTDAMAGE] = {cor = COLOR_FIGHTING},
[DRAGONDAMAGE] = {cor = COLOR_DRAGON},
[POISONDAMAGE] = {cor = COLOR_POISON},
[DARKDAMAGE] = {cor = COLOR_DARK},
[STEELDAMAGE] = {cor = COLOR_STEEL},
[MIRACLEDAMAGE] = {cor = COLOR_PSYCHIC},
[DARK_EYEDAMAGE] = {cor = COLOR_GHOST},
[SEED_BOMBDAMAGE] = {cor = COLOR_GRASS},
[SACREDDAMAGE] = {cor = COLOR_FIRE2},
}

Payment
line.png

I'm able to pay 15-30 USD aprox. depending of what perfect is did the system via PayPal.

Contact
line.png

Please comment here or just send me a PM.
Or just contact me in:

Skype: chavozdel8
Facebook: facebook.com/szolochtk1

Thanks!

 
Back
Top