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

  1. M

    C++ Change int32 to int64

    How do I do that? :)
  2. M

    C++ Change int32 to int64

    Searching for the commits to change int32 to int64, dmg health etc. Because now everything bugs out cause the 2b limit
  3. M

    Shader looks wierd.

    as you can see, It looks kinda wierd. I'm guessing its a module i need to enable. Anyone know why it looks like this? Its the default rainbow one
  4. M

    Requesting a guide for shader

    Can anyone make a shader guide? Like how to add a shader, how to create one? Wings and aura is easier to figure out
  5. M

    Wierd bug with high hp

    function Monster:onDropLoot(corpse) if hasEventCallback(EVENT_CALLBACK_ONDROPLOOT) then EventCallback(EVENT_CALLBACK_ONDROPLOOT, self, corpse) end end function Monster:onSpawn(position, startup, artificial) if hasEventCallback(EVENT_CALLBACK_ONSPAWN) then return...
  6. M

    Wierd bug with high hp

    So i had a problem with im not getting loot text, and autoloot dosent work for 2 of the monsters i have. I have trying to figure out what it is cause every other monster work. Now i know what the problem is. Its something with their HP. if i lower their hp. <health now="2000000000"...
  7. M

    Shader/aura/wing

    Sorry for a short answer yesterday i sas suppost to be sleeping 😅 but yea, I tried the script and it dosent add aura and I didnt recive the you alrdy have this aura when trying multiple times. Thank you so much for your help!
  8. M

    Shader/aura/wing

    22:57 You have received a new aura! 22:57 You have received a new aura! Im not reciving the aura :/
  9. M

    Shader/aura/wing

    I've added them right after u posted it :/ 1715538681 I did a misstake, I changed the script on my real ot, and forgot to change game_shop on my test server. So yea it not giving any codes, but im not getting any Aura, Just loosing points, haha 1715539931 I can buy mounts. But not aura. Also...
  10. M

    Shader/aura/wing

    Yea, i have that in my player.h I changed to what you wrote, now i got this instead
  11. M

    Gameshop and aura etc

    Hello, i'm looking for a in game shop (Otcv8) Also i have added auras/wings and shaders to my ot. Im not sure if it working or not, but I need some guidness how to get new ones in game, I have some we can try with. Tell me a price here or send me a PM
  12. M

    Shader/aura/wing

    Here
  13. M

    Shader/aura/wing

    I'm still getting this :/
  14. M

    Shader/aura/wing

    Thank you i will try it now. I tried what highsanta posted, and i got 5k errors lol
  15. M

    Shader/aura/wing

    The one in player.cpp dont have same script for mount. And hasmount is like 20 diffrent lines
Back
Top