pota
Member
- Joined
- Oct 18, 2021
- Messages
- 4
- Reaction score
- 20
I have decided to make my Tibia-based Pokemon server available, which I spent many years programming from scratch (based on TFS 1.2). It is very light (can host 1000+ players online) and very stable (there are not known bugs that can cause stability issues).
It is also very easy to edit, below you can find an example of how to add a new Pokemon (you can specify directly on XML level, moves, evolutions, etc). Nothing else is necessary!
It has already many features implemented (including all standard Pokemon features and some unique features!).
Pokémon with level, status and boosts.
Love system (your Pokemon gets stronger than others if it kills strong pokemons).
4 generations of Pokemon (included Shiny and Ancient)
More than 40 quests and tasks
Moves bar and Pokemon bar.
Autoloot.
Automatic daily events.
Professions: Catcher, Hunter, Blocker, Healer, Explorer
A lot more!
GM account: gm/gmgmgm
The project will be updated on its homepage: PokeDash Pota Server (https://pokedashpota.vercel.app/)
It is also very easy to edit, below you can find an example of how to add a new Pokemon (you can specify directly on XML level, moves, evolutions, etc). Nothing else is necessary!
Example
XML:
<monster name="Abra" nameDescription="an abra" race="psychic" race2="none" experience="31" speed="180" manacost="0">
<level min="10" max="25"/>
<health now="527" max="527" />
<look type="966" head="113" body="57" legs="95" feet="113" corpse="26924" />
<targetchange interval="5000" chance="0" />
<flags>
<flag summonable="1" />
<flag attackable="1" />
<flag hostile="1" />
<flag passive="0" />
<flag illusionable="1" />
<flag convinceable="1" />
<flag pushable="1" />
<flag canpushitems="1" />
<flag canpushcreatures="0" />
<flag targetdistance="1" />
<flag staticattack="97" />
<flag runonhealth="0" />
<flag dexentry="63" />
<flag portraitid="27179" />
<flag hasshiny="0" />
<flag hasmega="0" />
<flag flyable="0" />
<flag rideable="0" />
<flag surfable="0" />
<flag canteleport="1" />
<flag catchchance="23" />
<flag moveMagicAttackBase="105" />
<flag moveMagicDefenseBase="55" />
</flags>
<script>
<event name="MonsterHealthChange"/>
<event name="CorpseLevel"/>
<event name="CorpseLoot"/>
</script>
<moves>
<move name="double slap" interval="3000" isTarget="1" range="1"/>
<move name="zen headbutt" interval="7000" isTarget="1"/>
</moves>
<evolutions>
<evolution name="Kadabra" level="25" chance="50" itemName="enigma stone" count="1"/>
</evolutions>
<attacks>
<attack name="melee" interval="2000" min="-20" max="-20" />
<attack name="double slap" interval="3000" chance="40" range="1" target="1"/>
<attack name="zen headbutt" interval="7000" chance="40" target="1"/>
</attacks>
<defenses armor="0" defense="15" >
</defenses>
<elements>
</elements>
<immunities>
</immunities>
<voices interval="5000" chance="10">
<voice sentence="ABRA!" />
</voices>
<loot>
<item name="enigma stone" countmax="1" chance="88"/>
<item name="gold coin" countmax="35" chance="40000"/>
<item name="blue gem" countmax="2" chance="10000"/>
<item name="future orb" countmax="2" chance="30000"/>
</loot>
</monster>
It has already many features implemented (including all standard Pokemon features and some unique features!).
Some available features









GM account: gm/gmgmgm
Screenshots
Download
The download files can be found attached (server, client, site, item editor, map editor and sources). If you consider my contributions relevant, please consider buying me a coffee!The project will be updated on its homepage: PokeDash Pota Server (https://pokedashpota.vercel.app/)
Attachments
-
pokedashpota1.0.zip40 MB · Views: 499 · VirusTotal
-
pokedashpota1.0_client_sprmissing.rar11.3 MB · Views: 381 · VirusTotal
-
pokedashpota1.0_sitemapitemeditor.rar34.3 MB · Views: 307 · VirusTotal
-
pokedashpota1.0_serversrc.zip20.9 MB · Views: 373 · VirusTotal
-
pokedashpota1.0_clientsrc.rar3.9 MB · Views: 340 · VirusTotal
-
Tibia.spr.zip90.5 MB · Views: 341 · VirusTotal
Last edited by a moderator: