• 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!

[10.98][TFS 1.2] Pokemon PokeDash Pota v1.0

pota

Member
Joined
Oct 18, 2021
Messages
4
Reaction score
18
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!

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​

✅ 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

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.zip
    40 MB · Views: 373 · VirusTotal
  • pokedashpota1.0_client_sprmissing.rar
    11.3 MB · Views: 289 · VirusTotal
  • pokedashpota1.0_sitemapitemeditor.rar
    34.3 MB · Views: 219 · VirusTotal
  • pokedashpota1.0_serversrc.zip
    20.9 MB · Views: 271 · VirusTotal
  • pokedashpota1.0_clientsrc.rar
    3.9 MB · Views: 254 · VirusTotal
  • Tibia.spr.zip
    90.5 MB · Views: 237 · VirusTotal
Last edited by a moderator:
thank you. With this pandemic my brother and I will want to lan party ourselves haha.
cheers
 
Thanks for sharing, I’m not a Pokémon boy anymore but I hope it comes to good use
 
How ai can run the server with linux?
I tried to run the file pokedashpota_linux64, but isn't work :(
 
Last edited:
How ai can run the server with linux?
I tried to run the file pokedashpota_linux64, but isn't work :(
You must install some libs before run on Linux. Assuming that you are using Ubuntu you can find a tutorial here: Compiling on Ubuntu · otland/forgottenserver Wiki (https://github.com/otland/forgottenserver/wiki/Compiling-on-Ubuntu)

You basically have to run the first 2 commands of the tutorial. If it doesn’t work, you can proceed to compiling the code yourself (rest of the tutorial)
 
Hello pota, thanks for sharing.
I'm having issues with the client exe. It doesn't start.
Event monitor shows a kernelbase.dll error that I can figure out. Already tried sfc /scannow
If nothing else works, I'll try to use otclientv8
 
You must install some libs before run on Linux. Assuming that you are using Ubuntu you can find a tutorial here: Compiling on Ubuntu · otland/forgottenserver Wiki (https://github.com/otland/forgottenserver/wiki/Compiling-on-Ubuntu)

You basically have to run the first 2 commands of the tutorial. If it doesn’t work, you can proceed to compiling the code yourself (rest of the tutorial)
Now its working very good! Tks!

I'm using ubuntu 18 to run, without problems.
 
Hello pota, thanks for sharing.
I'm having issues with the client exe. It doesn't start.
Event monitor shows a kernelbase.dll error that I can figure out. Already tried sfc /scannow
If nothing else works, I'll try to use otclientv8
There is a opengl and directx client. Did you try both?
 
There is a opengl and directx client. Did you try both?
I fixed it.
The error is caused when you edit:

entergame.lua line 150

EnterGame.setUniqueServer(serverIp, 7171, 1098)

HAHA, i replaced serverIp in that line without noticing it was a reference to the line 12
local serverIp = '127.0.0.1'

Changed
EnterGame.setUniqueServer(127.0.0.1, 7171, 1098)
for
EnterGame.setUniqueServer(serverIp, 7171, 1098) and now works.
 
everything is smooth, the client and server, thank you for uploading your project, it's great!
 
Quests etc is only in potuguease? ;/ Client i know i can choose language but in serwer i think i can/t only translate all?;/
 
Excellent server. I've been testing it and thinking about continuing to work on it. Is it normal for the flight system to be so locked up?
 
doesn t work for me. after launching pokedashpota_win64.exe cmd starts and close.
Same. It opens the command prompt and instantly closes. Any ideas on what it could be?

Really interested in seeing this release working
 
Run the exe using command line, and it will tell you the error without closing down.

OT exe's shutting down promptly are normally a database configuration issue, double check your details in your config.
 
Run the exe using command line, and it will tell you the error without closing down.

OT exe's shutting down promptly are normally a database configuration issue, double check your details in your config.
Hey, thanks for the reply. Which command would you use to do so?

I navigated to the folder using cd folder_path, but when I try start pokedashpota_win64.exe, another prompt opens and closes quickly. Do you know what could be happening or how to solve it?
 
I have so much fun with this engine than you pota youre amazing
:)
. I have some questions so maybie someone is active and can help me

1 how can i give other character gm ?

2 how can i summon wild pokemon bcs command /summon i summoning only friendly pokemon this pokemons makes nothing

3 how can i do new pokemon animation and again ?
 
Back
Top