• 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

    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
  2. 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
  3. 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...
  4. 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"...
  5. 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!
  6. 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 :/
  7. 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...
  8. M

    Shader/aura/wing

    Yea, i have that in my player.h I changed to what you wrote, now i got this instead
  9. 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
  10. M

    Shader/aura/wing

    Here
  11. M

    Shader/aura/wing

    I'm still getting this :/
  12. M

    Shader/aura/wing

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

    Shader/aura/wing

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

    Shader/aura/wing

    Yeah, on the registerevent. But the other ones? 1715515474 Maybe u can help me via discord?
  15. M

    Shader/aura/wing

    Thanks, but do you have it on github? Like what line i should put these? =)
Back
Top