• 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

    [8.54][TFS 0.3.6pl1] onLook.

    You have to add condition, that if target is not player script have to do nothing. Problem in your script is that you are using "cid" as reference to other player. Remember - cid is always your character. Regards
  2. 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
  3. rsdsebek

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

    I want to make, that every spell will attack only your target. For example In normal: You have 6 players on screen and you mark one. You type: "exevo gran mas vis" and all players are getting damage In my version: You have 6 players on screen and you mark one. You type: "exevo gran mas vis" and...
  4. 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...
  5. rsdsebek

    Compiling [Linux] Ultimate compile guide for Debian (Ubuntu included)

    @Keraxel I see, that you are from Poland, I'm too ;p. Na 8.10 mam ten sam problem, radzę Ci ściągnąć Ubuntu 8.04 (To LTS: Long Term Support), wsparcie ma do 2013. @topic: It's a good tutorial, but this problem on Ubuntu 8.10... heh ;s For Ubuntu users: If you want to have root in console, type...
  6. 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...
  7. 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