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

  1. V

    Error when installing myACC

    Hi, I have this error when I try to install ACC (myACC 0.8.3) Im using too TFS 1.3 downloaded from here > [8.6] [TFS1.3] Alkurius Global & Coustom (https://otland.net/threads/8-6-tfs1-3-alkurius-global-coustom.273912/) Xampp and configs are good, idk where is a problem. Can anyone help me?
  2. V

    8.6 TFS Engine config.

    Items
  3. V

    8.6 TFS Engine config.

    Hello. In my TFS regeneration and for example protection magic, or increase magic damage on items doesn't work. What and when I should add to fix it?
  4. V

    Engine 8.6

    Hello, I'm looking for stable engine 8.6. I used TFS 8.6 CryingDamson 0.3.6 but last time I saw that this server has a lot of bugs. Can someone have stable engine to study how to make a ots?
  5. V

    Lua Text on tp.

    it's <globalevent name="napis" interval="2500" script="napis.lua"/>
  6. V

    Lua Text on tp.

    <?xml version="1.0" encoding="UTF-8"?> <globalevents> <globalevent name="lottery" interval="3600" event="script" value="loteria.lua"/> <globalevent name="napis" interval="2500" script="napis.lua"/> <globalevent name="save" interval="900" event="script" value="save.lua"/>...
  7. V

    Lua Text on tp.

    Can u tell me, where I should paste it?
  8. V

    Lua Text on tp.

    I do it, and it doesn't work
  9. V

    Lua Text on tp.

    Where I should paste your first quote?
  10. V

    Lua Text on tp.

    I do it, and I didn't saw something new in console. My console is like befor I add this.
  11. V

    Lua Text on tp.

    I dont have any errors in console :/ And yes, i registered it... I don't know what's going wrong eh
  12. V

    Lua Text on tp.

    I have this script in globalevents: local t = { {"TEKST", {x=1022, y=1042, z=7}, CONST_ME_GIFT_WRAPS, color = TEXTCOLOR_LIGHTGREEN}, {"TEKST", {x=1015, y=1025, z=7}, CONST_ME_TELEPORT, color = TEXTCOLOR_ORANGE} } function onThink(interval) for i = 1, #t do local v = t[i]...
  13. V

    Third Promotion NPC or Rune.

    Hello guys. I'm looking for script for third promotion npc or third promotion rune. I couldnt find it with google :/ I should be greatful if u help me :D
  14. V

    Problem with monster script.

    My code: <?xml version="1.0" encoding="UTF-8"?> <monster name="Dragon" nameDescription="a dragon" race="blood" experience="30000" speed="180" manacost="0"> <health now="1000" max="1000"/> <look type="34" corpse="5973"/> <targetchange interval="5000" chance="8"/> <strategy...
  15. V

    Looking for guard script.

    Hello guys, I'm looking for guard scrpit, but It's not normal guard script. This guard must stay on his spawn, he must stay when he attack pk'ers, and he must stay when he do nothing. His attacks will be 60% of their maximum health. Pleaseee help :/ refresh
Back
Top