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

    Solved TFS 0.4 Level Up big clounds with thunder effect.

    Ok finally i had 5 minutes to spare on this problem so found the solution. a line in player.cpp which sends the effect upon level advance: g_game.addMagicEffect(getPosition(), MAGIC_EFFECT_BIGCLOUDS); quote // this line and recompile server :)
  2. W

    Solved TFS 0.4 Level Up big clounds with thunder effect.

    Hello, as title says i am trying to change level up animation which was set on default, but i can't find it anywhere. Any idea where i can find it? (tried with notepad++ search for "CONST_ME_BIGCLOUDS") nothing found just spell.
  3. W

    Windows prevent hacking ingame?

    @Rosestylah Why he should change to gesior 2012 ? why not Znote AAC? I am using TFS 0.4 rev 3884 with Znote Aac.
  4. W

    [8.60]Need people for testing server.

    Fixed, also i had a problem with OTS Freeze but everything got fixed, feel free to test anything and tell me :)
  5. W

    TFS 0.4 Freeze

    @up, @upup Recompiled TFS 0.4 rev.3777 but now with some fixed aka. r19 At start my script which creates file caused server to freeze, but i removed it and now its online for 1hour 20minutes so far...
  6. W

    Compiling TFS 0.4 r3884 sqlite problem

    Sup, i am trying to compile this rev but got alot errors with sqlite... make[1]: Entering directory `/root/ots/trunk.r3884' g++ -I/usr/include/libxml2 -O2 -fomit-frame-pointer -D__USE_SQLITE__ -D_THREAD_SAFE -D_REENTRANT -Wall -Wextra -Werror -Wno-strict-aliasing -Wno-unused-parameter...
  7. W

    TFS 0.4 Freeze

    @dominique120 i can change systems in admin panel of my dedi ^^ , but why debian 7 64? @WibbenZ I have few scripts, but i quoted them yesterday and today i see server is off ... i think it may be TFS. I have compiled it with War System. Btw. I am using 0.4 rev 3777 , shouldn't i use any other...
  8. W

    How to change the "You see yourself. You are knight".

    Its a bit complicated, but you can find some info in: game.cpp -> "You see" player.cpp -> "You have no vocation" example.
  9. W

    TFS 0.4 Freeze

    TFS 0.4 rev 3777 on my Dedi i have OS: Debian 6 32bit (Linux) Title says its for Windows.
  10. W

    Problem running my server

    Make sure you using data/items from 8.60, i had similar issue with random debugs. Fixed it by using items from original compiled source.
  11. W

    TFS 0.4 Freeze

    Map have 4MB, dedicated server is Debian 6 32bit. I have no idea what can cause whole server freeze...
  12. W

    TFS 0.4 Freeze

    No noo, can't be ram... My dedi have 3GB Ram and server have 0 Players online while it got freezed. Any other ideas? Globalsave in config.lua is disabled -> false, also clean and save from globalevents are disabled.
  13. W

    TFS 0.4 Freeze

    Hiho, my tfs just freezes after 6hours +- after starting it, no idea what is going on. No errors in console, also quoted server clean and server save and it still freezes. Any idea what is going on ?
  14. W

    my ot exp rate is too low

    Make sure you restart your OTS. And make sure in config.lua -> experienceStages = false
  15. W

    my ot exp rate is too low

    There is a file called config.lua. Just read it and you will find Exp Rate. Also searching around would be the best option for New.
  16. W

    Lua Clean Globalevent problem.

    Ill give a look about time on dedi, Noo its Evolution 4mb+- ^^ -edit- yeah difference was 6hours lol.
  17. W

    Lua Clean Globalevent problem.

    Sup, clean globalevent freezes server o_O no idea why there aren't much code lol Also i have set up it for 13:00 and it cleaned at 22:00 o_O wtf? Distro: TFS 0.4 Client: Tibia 8.60 Dedi: Debian 6 32bit globalevents.xml <globalevent name="clean" time="13:00" event="script" value="clean.lua"/>...
  18. W

    [Gesior AAC] EQShower (Easy Setup)

    Anything like that for Znote AAC ? :(
  19. W

    PayGol rozliczenie? + Homepay umowa.

    Witam, mam parę pytań. Czy umiał by mi ktoś kopsnąć przykładową umowę z Homepaya jak ona wygląda? Jak wygląda rozliczanie z PayGolem, tak samo jak w homepay ? Po miesiącu przychodzi umowa o dzieło podpisać i wysłać? a potem rozliczyć PIT 11 ? :confused:
  20. W

    Solved Kill specific ammount of monsters. problem

    -EDIT- Fixed, forgot to add return true at the end of creaturescript ...
Back
Top