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

  1. N

    C++ Please Help - Secure Mode

    Hi guys, my server is being ruined by the fact that you do not need to aim at players to attack them with your spells. I am having issues implementing the following code to my Luascript.cpp. Any help would be massively appreciated...
  2. N

    Compiling Secure Mode - I cannot get it to work!

    I am currently running a 7.6 that has this strange feature where you do not need to aim at players to attack them. This causes a lot of issues and using party's etc does not seem to help. I tried to implement Lua Function - getPlayerSecureMode(cid) / getPlayerFightMode(cid)...
  3. N

    Compile Tibia 7.6

    Thank you so much! What is PW? Sorry I am new here!
  4. N

    Compile Tibia 7.6

    !buyhouse needs to work as it currently does not (preferably capped at 500klvl) Levels to either cap at 800k to stop debugs for players, if possible level to 1,000,000 (if this was possible reborn would need to be from 1mil instead of 800) colored text to come out of the floor and lastly, in...
  5. N

    Compile Tibia 7.6

    Thanks i will have a look at this! 1585478576 If I told you what I need in added to the source I had could you add it? Id be willing to pay for the time.
  6. N

    Compile Tibia 7.6

    Thanks. Is there any chance you could help me make the kind of engine I am looking for?
  7. N

    Compile Tibia 7.6

    Thanks, and again forgive me for my ignorance. This will allow me to create a 7.6 engine which I can move my world etc over too? It only seems to have version 7.7, or are they the same?
  8. N

    Compile Tibia 7.6

    Would I need to follow this method? https://otland.net/threads/compiling-windows-how-to-set-up-a-compiler-noob-friendly-tutorial.193878/
  9. N

    Compile Tibia 7.6

    Thanks for all your help, I will have a look through these. Are you aware of any better sources or engines available for 7.6 with !reborn?
  10. N

    Compile Tibia 7.6

    I cannot seem to find any exe or dll files within this source, is there anything else I can look for that could be causing the issue? Forgive my ignorance, everything I have learnt from Tibia 7.6 programming is self taught.
  11. N

    Compile Tibia 7.6

    #ifndef __definitions_h #define __definitions_h typedef unsigned long long uint64_t; #ifdef XML_GCC_FREE #define xmlFreeOTSERV(s) free(s) #else #define xmlFreeOTSERV(s) xmlFree(s) #endif #if defined WINDOWS || defined WIN32 #define OTSYS_THREAD_RETURN void #define EWOULDBLOCK...
  12. N

    Compile Tibia 7.6

    I am not to sure, I am a noob when it comes to programming, perhaps if I shared my source you could tell me what I have.
  13. N

    Compile Tibia 7.6

    Hello, does anyone have any instructions they can send me on compiling a tibia 7.6 engine? I would like to change it so that I can buy houses, and so the health and mana is capped at 100 in game. I have tried for ages to figure this out, but unfortunately have never had any luck :/
Back
Top