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

  1. V

    Error compiling on Ubuntu 16.04

    vaizardx@pc:~$ openssl version -a OpenSSL 1.1.1-dev xx XXX xxxx built on: reproducible build, date unspecified platform: linux-x86_64 compiler: gcc -DDSO_DLFCN -DHAVE_DLFCN_H -DNDEBUG -DOPENSSL_THREADS -DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT...
  2. V

    Error compiling on Ubuntu 16.04

    Hello, i tried to compile the OTClient at Ubuntu 16.04, but any sucess I've tried the GitHub tutorial (Compiling on Linux · edubart/otclient Wiki · GitHub). But any sucess when i do make, that error appears: vaizardx@pc:/poke/otc/build$ sudo chmod 777 -R /poke/ vaizardx@pc:/poke/otc/build$...
  3. V

    MyAAC v0.7.12

    It have support for integration with PagSeguro or PayPal ? btw, the aac looks very nice. Good job
  4. V

    OTClient wont compile on Ubuntu 16.04

    Hello, i tried to compile the OTClient at Ubuntu 16.04, but any sucess I've tried the GitHub tutorial (Compiling on Linux · edubart/otclient Wiki · GitHub). But any sucess when i do make, that error appears: vaizardx@pc:/poke/otc/build$ sudo chmod 777 -R /poke/ vaizardx@pc:/poke/otc/build$...
  5. V

    CreatureEvent onTarget Interact with Npc

    Script for TFS 0.3.6 is something like this: function onTarget(cid, target) if isPlayer(cid) and isNpc(target) then doPlayerSay(cid,"hi", 1) addEvent(doPlayerSay, 500, cid, "trade", 4) else return true end end But trade dont work! (Dont know why :s) Enjoy it ;)
  6. V

    C++ Create new skills (Like magic level, fist fight...)

    I'll use OTC What i need is create a New skill named Dark Magic like Magic Level
  7. V

    C++ Create new skills (Like magic level, fist fight...)

    In what source file i should start ?
  8. V

    Feature New types of DAMAGE (how to create)

    For 0.3.6 ?
  9. V

    Help OTClient Compile

    It worked fine! Thanks man :)
  10. V

    Help OTClient Compile

    Thanks @gugu15 , helped me a lot! But i got other error: http://i.imgur.com/FuioMzV.png Can anyone help me ?
  11. V

    Help OTClient Compile

    I have Dwarf2 libraries. Did It works ?
  12. V

    Help OTClient Compile

    Its possible compile older versions ?
  13. V

    Help OTClient Compile

    Hello community! Fine? I got the following error compiling the OTClient. Used GitHub tutorial Error: http://i.imgur.com/mLd32zP.png Can someone please help me ?
  14. V

    C++ Create new skills (Like magic level, fist fight...)

    Hello OTLand community? Fine ? How do i create new skills like mag level on TFS 0.3.6 ? I'm a lot curious about that and really wanna know about it And sorry my bad english :x Thank in you advance
Back
Top