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

Search results

  1. Yalasari

    OTClient Blinking char while mounted

    My idea to fix this problem is playing animation of mount and player "asynchronous", i see in source that otc is loading player and mount animation frames from one integer, and this creates problem, otc calls for ex. 9th frame of mount and 9th frame of char animation, but while mount really have...
  2. Yalasari

    OTClient Blinking char while mounted

    Hi, Im trying to fix issue with OTClient: Character is blinking while mounted. However this doesn't happen everytime, my research revealed that problem might be with different frame numbers of char and mount animation. Blinking: (different animation frames number) No Blinking: (same...
  3. Yalasari

    Unable to compile OTClient

    I really have no idea what actually happened but it worked, lol. After 3 hours of frustration i found solution (i think) Well, I deleted "ZLIB_WINAPI" from Project Settings > C/C++ > Preprocessor > Preprocessor Definitions There should be "ZLIB_WINAPI" but i deleted it And it just worked, no...
  4. Yalasari

    Unable to compile OTClient

    Unfortunately, even following @Okke instructions it's impossible to compile, i got following errors: I'm using VS 2015 Update 3
  5. Yalasari

    Unable to compile OTClient

    Thanks, as soon as i can im gonna test it, i will show effects soon
  6. Yalasari

    Unable to compile OTClient

    Ref
  7. Yalasari

    Unable to compile OTClient

    i found out that problem is with zlib (apngloader.obj), i would really appreciate if someone help me.
  8. Yalasari

    Unable to compile OTClient

    Refresh
  9. Yalasari

    Unable to compile OTClient

    Hi, I have troubles in compiling otclient with Visual Studio 2017, i got following errors: I tried almost everything what i found in internet. I would be very grateful if anyone would help me with that problem. Thanks in advance
  10. Yalasari

    Optimal server hardware.

    Thanks!
  11. Yalasari

    Optimal server hardware.

    Hi, Will server on TFS 1.3 on hardware: Processor: Intel I7-4790K4 (4GHz /4.4GHz), RAM: 16GB, SSD: 480 GB (2 x 240 GB), Connection: 250 Mbps Hold up to 1500 players? TFS 1.3 (Custom edited and optimized) without LUA memory leaks, without useless functions, 35 MB map, (approx. 80 MB in far...
  12. Yalasari

    Lua Task Counting Problem

    @Thexamx Thanks! Works Perfectly
  13. Yalasari

    Lua Task Counting Problem

    Still not working, 0 errors, onKill isn't even initiated (registred in login.lua and creaturescripts.xml, but i needed to change form "death" to "kill" because, when it was "death" i got error there's no onDeath function in this file)
  14. Yalasari

    Lua Task Counting Problem

    Hi, i have this piece of code: broadcastMessage('script loading', MESSAGE_STATUS_WARNING) function onKill(player, target) broadcastMessage('onkill activated', MESSAGE_STATUS_WARNING) if(player:getStorageValue(72003) == 1) then if target:isPlayer() or target:getMaster() then...
  15. Yalasari

    Converting Rune Emblems into useable runes

    Thanks, any clues where can i find working one with 10.95 client? I searched trought forum and google and i can't find any.
  16. Yalasari

    Converting Rune Emblems into useable runes

    Hi, is there way to convert rune emblems into working runes? (silver 150% power, golden 200% power) i already have spells scripts and it partially wroks, but runes is still unstackable and can be used only when lying on ground (used in eq dissaspears immediatly, hotkey window have greyed out...
  17. Yalasari

    Lua destroy() not working

    Thank you very much!
  18. Yalasari

    Lua destroy() not working

    Hello, In my script i want to destroy all obstacles on tile where i create monster with function createMonster() local bossname = "Corym King" -- nazwa bossa local isBossPresentID = 66001 -- ID z pliku storages local xpos = 4840 -- wspolrzedne x local ypos = 5153 -- wspolrzedne y local zpos...
  19. Yalasari

    Lua Only one boss can be present

    I already done it in separate onDeath() function called by creatureevent.xml
  20. Yalasari

    Lua Only one boss can be present

    Ow man, i am so dumby... thanks <3
Back
Top