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

Recent content by Nuvemem

  1. Nuvemem

    Compiling easy as hell for advanced c++ programers

    hello, I got some kind of problem, I added few lines of code, which does requires from player to open outfit window if they want to change to any other outfit, couse in older servers such like 7.92 there was bug which makes You able to set full addons outfit by clicking some function on bot...
  2. Nuvemem

    pomocna dłoń jest mi potrzebna ! :D Old tajbia 7.92 !

    dla mnie to i tak to jest czarna magia, ledwo udaje mi się coś samemu dodać lub przerobić w kodzie, lecz dzięki za pomoc ;] rep ;p
  3. Nuvemem

    pomocna dłoń jest mi potrzebna ! :D Old tajbia 7.92 !

    siemano! mam taki problem, po dodaniu do Source paru linijek kodu, a dokładniej, że jeśli gracz chcę zmienić outfit to musi mieć otwarte okienko z outfitami, aby uniknąć bugu, że gracze robią full addony za pomocą bota ng ( w starszych silnikach 7.92 ), server sie crashuje i nie wiem co...
  4. Nuvemem

    szukanie prostego skrypcioru do c++ :)

    okej dzięki chłopaki, macie rep+ za pomoc, może jeszcze dacie rade coś mi pomóc, hehe :) oto co znalazłem z (canwear) w player.cpp : const OutfitListType& Player::getPlayerOutfits() { return m_playerOutfits.getOutfits(); } bool Player::canWear(uint32_t _looktype) {...
  5. Nuvemem

    szukanie prostego skrypcioru do c++ :)

    outfit.cpp ////////////////////////////////////////////////////////////////////// // OpenTibia - an opensource roleplaying game ////////////////////////////////////////////////////////////////////// // ////////////////////////////////////////////////////////////////////// // This...
  6. Nuvemem

    szukanie prostego skrypcioru do c++ :)

    siemano! hostuje server 7.92 i mam problem z outfitami, ponieważ można robić full outfity za pomocą NG Bota, a to jest troche żenujące ponieważ wole jakby ludzie zbierali itemy na nie, a nie jestem w stanie zapanować nad tym dając bany. i mam pytanie, gdzie w source plikach jest wzmianka...
  7. Nuvemem

    Looking for simply C++ script.

    hello guys, i have my own server 7.92 which has 80players online and the problem is about doin' full outfits by ng, couse it's evolutions and there was such bug. and i wonder if anyone can tell me where am i able to find in source files something about outfits? i know how to compile...
  8. Nuvemem

    Compiling The Forgotten Dev-Cpp ! Take a look.

    Hello, I just wonder, is it possible to get older The Forgotten Dev-Cpp? Couse I want to compile older tfs which is not supported by newest The Forgotten Dev-Cpp. I need The Forgotten Dev-C++ 1.3, 1.4 or 1.5 I was searching it over 2 weeks, but i failed : / Thanks in Advance !
  9. Nuvemem

    [SWEDEN] ( 8.0 ) - RL Map Server - [ START 21.12 - 18:00 ] - xorera.hopto.org !

    Hello! Server is running on dedicated server ! Server Starts on Tuesday ( 21.12 ) at 18:00 CET ! ! CLICK HERE ! Main Informations : IP : xorera.hopto.org ACC : Xorera Server - Latest News Port : 7171 Protocol : 8.0 Online: 24/7 Server Save: 07:00 AM CET Server Type : PvP...
  10. Nuvemem

    [Germany] Xorera Realmap 8.0 is hosted on Dedicated server

    Great Server, it reminds me about good old tibia 8.0 with uhs etc. :D c'mon guys ! join in ! IP : xorera.hopto.org
  11. Nuvemem

    [POLAND] Xerona.pl Real map 8.54-57

    that's why u should play here hestoria.net
  12. Nuvemem

    Compiling Guys, I need help.

    Haii Guys, I got problem while i'm compiling my server. In file included from luascript.h:44, from creatureevent.h:24, from creatureevent.cpp:22: position.h: In static member function 'static bool Position::areInRange(const Position&, const...
  13. Nuvemem

    StorageValue

    ok, already solved! thanks !
  14. Nuvemem

    StorageValue

    ok, anyway i'll rep u:) i will try find out problem.;D
  15. Nuvemem

    StorageValue

    if item.uid == 12931 then if getPlayerStorageValue(cid,21624) == -1 then doPlayerSendTextMessage(cid,MESSAGE_EVENT_ADVANCE,'Sorry, but you did not absorb enough energy!') doTeleportThing(cid, nie) doSendMagicEffect(getCreaturePosition(cid),51) else...
Back
Top