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

Search results

  1. S

    TFS 1.X+ Life Leech Problem (TFS 1.2)

    hi guys! I broke my resistance and decided to try to update myself a little more by migrating from tfs 0.4 to 1.x. I've downloaded the latest tfs file from github (otland/forgottenserver (https://github.com/otland/forgottenserver)). I managed to open the server without any problems. However...
  2. S

    [TFS 0.4] Increase Damage

    Hi guys! Inspired by the topic created by @runsicky (Here) and which received support from @heba , I would like to know if it is possible to use the same logic but that instead of the player absorbing X% of the damage received, having its damage increased by X% if player has a certain storage...
  3. S

    [TFS 0.4] OnLook Show "Nickname" depending of storage.

    Hi guys, I'm trying to make a script that when giving the character a look, return a certain "nickname" depending on the storage. Example: If the player has 30001 storage, show Hunter when giving a look; If the player has 30002 storage, show Assassin when giving a look; If the player has 30003...
  4. S

    [TFS 0.4] Push Cumulative Question

    Hi guys! I don't know if you know this type of "push", this is very common in old versions (like 7.92). A more "skilled" player can move the character up to 3/4 sqms away. I would like to know if someone with more experience could help me implement this type of push (2, 3 or 4 sqms depending...
  5. S

    [TFS 0.4] Walkthrough other players

    Hi guys!! I was trying to make in the sources (0.4) a system that could allow players with a vocation >8 to pass through players with a vocation <=8. However, without success. This is my part of the sources that checks this: bool Player::canWalkthrough(const Creature* creature) const {...
  6. S

    [TFS 0.4] Party Share EXP giving experience when kill player

    Hi guys! I recently implemented this @Mkalo system in my sources 0.4: Here The system works as proposed, but I was doing some tests and I could see that when I kill another player (don't need to be at a party) the player gains experience, like as "enforced" mode. is it possible to correct...
  7. S

    [TFS 0.4] Party Share Bonus

    Hi guys! I'm using @Mkalo's party group share experience for tfs 0.4: https://otland.net/threads/is-possible-check-sharing-exp.243688/page-2#post-2366196 My problem is that, i have new vocations (for example: Knight, Elite Knight and Legendary Knight// Druid, Elder Druid, Alchemist etc). I...
  8. S

    [TFS 0.4] Disable fromVoc

    hi guys, how are you? I wonder if someone more experienced can help me with this. On my server I have new vocations (9~20) and I am trying to disable "fromVoc". For example: <vocation id = "17" name = "Ancient Knight" description = "a ancient knight" needpremium = "0" gaincap = "75" gainhp =...
  9. S

    [TFS 0.4] Looking for programmer

    I'm looking for a programmer for TFs 0.4 (Source Editing). I have references for previously purchased services. Payment with PayPal. Thanks!
  10. S

    [8.60] Remove ServerLog - CipSoft Client

    Hi guys! I've been trying to do this for a long time, without success. Is it possible to remove the Server Log tab on the CipSoft client using Hex editor? I would be happy if someone can help me. Many thanks!
  11. S

    Gesior2012 - If is in WAR, can't delete guild.

    Hi guys! Someone with more experience in php can help me with this? I am trying to make players who are at war cannot delete the guild or leave it until war is finished. But without success. Im using Gesior2012 and here is my part of guilds.php: Delete Guild: if($action == 'deleteguild') {...
  12. S

    AAC - Creating different websites

    hi guys! Can someone with greater knowledge try to help me in this matter? Any tips will be welcome. Just as there are different types of Automatic Account Creator (AAC) for otservers (Gesior, MyAAC, Znote, etc), is there any other AAC that can be used for another purpose? For example, create...
  13. S

    Reload Infos - OTHire

    Hi guys! Can someone who has a advanced knowledge try to help me in this? First of all, im using OTHire: TwistedScorpio/OTHire (https://github.com/TwistedScorpio/OTHire/blob/master/source/ioplayer.cpp) As follows, this function IOPlayer::getPlayerUnjustKillCount is in ioplayer.cpp file. My...
  14. S

    RSA Keys Generator

    Hi guys! Can anyone who has some knowledge about RSA keys try to help me with this problem? Is it possible to generate new unique RSA Keys for use on my server? I know how to change RSA on client (HexEdit) and server (Sources/ServerSide) But my question is related to how it is possible to...
  15. S

    ServerLog OldClient

    Hello guys! I have a question, is it possible to remove the Server Log from OldClient 8.54/60 cipsoft via Hex edits? I would be happy if someone can help me. Thank you guys!
  16. S

    Compiling Tibia ExtendedClientLibrary

    Hi guys, im trying to compile this project Tibia Extended Client Library from @Madzix with Visual Studio. The only to-do wiki available is this: Create a dynamic link library project, name it and save. - OK Make sure your target filename is ddraw.dll - OK Link opengl32 to your project. -...
  17. S

    UDP Ports - Open Tibia

    Hello guys, good night. I think someone with more experience could help me with this issue involving server security. OTservers use UDP protocols (Server/Apache/Mysql etc)? or only TCP protocols? I look forward to someone who can help me with this. Many thanks!!
  18. S

    OTClient Animation Error

    Hi guys, anyone have this same problem in OTClient? This bug is random,, is not always what happens but it greatly disrupts the gameplay and can occurs with creatures/players. Has anyone ever seen a issue like this? I'm trying to fix. I created a video to show (it appears after 0:06), where...
  19. S

    OTHire - Frag System

    I am looking for a programmer able to make modifications to the source code (frag system) of OTHire. Payment through paypal, i have references. Thank you guys!
  20. S

    OTClient - Character run with MouseRightButton

    Hi guys, I think this function (Run with MouseRightButton) in otclient is wrong. When we use mouse right-click for the character run, if we press the button repeatedly, it walks only one sqm and stops running (StopWalk when i click repeatedly). Can someone tell me where I can fix this? this...
Back
Top