• 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. rsdsebek

    Programmer rsdsebek's coding service (C++/Lua)

    Hi, Due to introduction of XenForo 2 it turns out I can't edit my old threads, and there are few new things that are worth mentioning in my service, so I am opening the new thread. Link to the old thread: Programmer - djseban's compiling and script/code writing service...
  2. rsdsebek

    Programmer djseban's compiling and script/code writing service

    Hi, I decided to start a new service. I helped out few people on OTLand already, paid and not paid. I can: - compile any version of TFS for you (on Windows/Linux/OS X), - compile any version of OTClient for you (Windows/Linux/OS X), - I can try to compile any version of any OT, but it's not...
  3. rsdsebek

    How to do effect "attached" to character.

    Hi I was wondering if it's possible do make an effect which is "attached" to the character. Now when you cast spell you get blue shimmer, but when you go away from the place you casted spell this "blue shimmer" stays on it's place. Is it possible to make effect staying on character? My best...
  4. rsdsebek

    TalkAction [TFS 1.0] Custom ban command with ban length and reason

    Hi, Recently I wrote ban window for my project, so this command isn't longer compatible with my TFS, though it's fully compatible with the newest stock TFS 1.0 revision - so I'm sharing ;) Create new file called "customban.lua" in /data/talkactions/scripts directory: function onSay(cid, words...
  5. rsdsebek

    OpenTibia Remere's Map Editor for Mac OS X

    Hi, Recently I was working on my OpenTibia project actually only on Mac OS X, and I was finding running RME through Wine to be a huge pain in the ass (performance and bugs like not rendering modifications done to map). I was trying to compile RME on Mac OS X, since Remere shared his code to the...
  6. rsdsebek

    Lua TFS 1.0 NPC "spamming" bug

    Hi I have small bug with NPCs on TFS 1.0. My npc is ordinary default.lua with shop function. So, when we buy or sell item by writing e.g. "sell plate armor" and walk away, NPC begins to spam with "Good bye.", when other player arrives on screen NPC is also spamming "Good bye." until player gets...
  7. rsdsebek

    Feature [TFS 1.0] Solution for Dynamic IP hosters

    Hi, When I started hosting my server in my home not long ago, I found out, that I have Dynamic IP and I have to check if I can log in to my server couple times a day. It's well known issue - when your global IP changes, you have to restart your server in order to let other players log in...
  8. rsdsebek

    Does someone have ban talkaction or code? (with length and comment)?

    Hi I recently rewrote all my code to TFS 1.1 and I have one question. Does someone have ban command, that allows to give a ban with length and comment all specified in command? Regards
  9. rsdsebek

    TFS 1.0 - protocol only 10.10?

    Hi, I just want to ask, is there any way to get TFS 1.0 working with 8.54 client? I tried to change CLIENT_VERSION in definitions.h, but one and only thing that changed, was that I was able to log-in to account, but if I tried to log in to character client got stuck at: "Connecting to the game...
  10. rsdsebek

    [Poland] New Dragon Ball OTS - Dragon Ball Reborn - Custom Client

    Hi, I want to introduce my Dragon Ball OpenTibia project to the OTLand community. It's heavily modified TFS 1.0, but my codes and scripts are kept stable. Features: - 13 balanced vocations divided to 5 classes (Boxer, Shooter, Ki Master, Tank and Support) a) Tank has great resistance when...
  11. rsdsebek

    When you click lever item on another position disappears

    Hi I tried to make script like in the title, but I couldn't manage to do that. Here is what i wrote: function onUse(cid, item, frompos, item2, topos) if item.uniqueid == 5876 then local barPos = {x = 161, y = 156, z = 5} local bar = getTileItemById(barPos, 1547).uid...
  12. rsdsebek

    NeedTarget spells double hit problem

    Hi I migrated from 0.3.6pl1 to 0.2.7 and I found problem with spells. When I cast directional spell I get message: 13:08 You deal 10390 damage to a train monk. so it's normal. But when I cast needTarget spell I get: 13:09 You deal 6178 damage to a train monk. 13:09 You deal 6360 damage to a...
  13. rsdsebek

    Lua Lua function onEquip bug 0.3.6pl1

    Hi I wrote small script in order to check onEquip lua function: function onEquip(cid, item, slot) print(0) return true end function onDeEquip(cid, item, slot) print(1) return true end When I deEquip item console writes: 1 but when I Equip item console writes: 0 0 OnEquip function makes all...
  14. rsdsebek

    Migrating to newest version of TFS (Mystic Spirit) - client problem

    Hi, I want to migrate to the newest version of TFS, but I have problem. Currently I'm on 0.3.6pl1, I have customized client (8.54, added plenty of looktypes and items), also I have many C++ codes in source. Is it possible to use newest 0.2.15.r102 with 8.54 protocol? Or is another way to use my...
  15. rsdsebek

    Compiling Spell attack only on marked player.

    Hi Can someone help me to modify source in way, that area spells attack only marked player (I mean only if it's target)? Regards
  16. rsdsebek

    Compiling What's the newsest or the best OTServ rev. for 8.54 in Trunk?

    Hey I want to add my additions to newest 8.54 OTServ source.. but I don't know what's the newest or the best. For now I am compiling revision 5426 from SVN, but I don't know if it's stable or not.. Can someone tell me, what's the best revision? I need only 8.54 Regards
  17. rsdsebek

    Compiling [C++] Spell can attack only one, marked player

    Hi I am poking around my Source about 2 hours and I can't solve my problem. I want to do, that spell (for example "exevo gran mas vis") can attack only one, marked (marked means this is the target) person. I know for sure, that I must do this in combat.cpp. Can someone help me with this...
  18. rsdsebek

    Compiling Problem with TFS on Compiling (Ubuntu 8.10)

    Hiho When I compiling TFS, I have an error: seban@seban:~/forgottenserver$ make rm -rf *.o g++ -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -Werror -Wall -O1 -D__NO_HOMEDIR_CONF__ -D__USE_MYSQL__ -D__CHANGE_MAX__ -c account.cpp g++ -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -Werror...
  19. rsdsebek

    TFS Compiling

    Hiho I have problem. When I comliling TFS look this error. http://otland.net/f137/tutorial-how-compile-forgotten-server-latest-sources-166/ <-- It does not act Tutorial. . Wtf? Djseban
Back
Top