• 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. ianelli

    Where is tibia.spr?

    data/things/version ex: data/things/854
  2. ianelli

    Lua Unserialization error

    Going to answer in two languages, so you and other people are going to understand, ok? :P
  3. ianelli

    Windows OT is refusing connections. HELP!

    You may be suffering DDoS, and your firewall is blocking incoming connections. Take a look at that.
  4. ianelli

    [Trash Thread]Problem Compiling on Windows.

    Don't need to be sorry, it's ok, really :P Just told you that so you change, but i'm not angry haha xD
  5. ianelli

    onWalk(cid)

    You did something wrong on the codes, take a closer look and see if there is a ',' missing, or something like that. On any case, post here your creatureevent.cpp and creatureevent.h (try to post them on pastebin, they may be big)
  6. ianelli

    Invalid creature crash

    Sometimes, when a creature is not properly removed (don't know why), it still appear on the map, but with bugged health (hidden health and name) or 'flashing'. Sometimes it happen when teleporting a dead player too, then, that 'strange copy' appear and mimic his changes of dir, but have no...
  7. ianelli

    need help with a unknown crash....

    Try a 'smaller' map. Dunno why, sometimes it crashes on some machines o_o
  8. ianelli

    [Trash Thread]Problem Compiling on Windows.

    If it is solved, edit the post to only "SOLVED, DELETED THE LIBRARIES AND REINSTALED!". I read all the compiling log before reading that the problem was already solved ._.
  9. ianelli

    OTClient Skin (Tibia Skin?)

    Of course it is, you just have to change the layout images at data\images\ui
  10. ianelli

    OTClient.exe file doesn't work

    @kuzara, sorry, then i don't know how to help you :S @Oskar, Didn't understood what you want... You want to get health percent, like the health percent? If it is that, simple do that: function getManaPercent(player) return ((player:getMana()/player:getMaxMana())*100) end and when you...
  11. ianelli

    OTClient.exe file doesn't work

    But have you done what i told him to do? That solved his problem!
  12. ianelli

    OTClient.exe file doesn't work

    The health and mana are sent on "parsePlayerStats", check for that! And you can get them from lua mods/modules by using the XXX->getHealth() and XXX->getMana() - - - Updated - - - What error you get, Kuzara?
  13. ianelli

    magic effects from the client

    o_O sorry dude, i don't speak.... hmm.... ergh.... oh... my head...
  14. ianelli

    setImageSource containing itemid server-sided

    The client-sided id is the id on .dat From the client i don't think you can find the serverid (even having a variable serverid on items, but seend like it is always 0), but from the server you can create a luafunction and send to the client via extended opcode.
  15. ianelli

    OTClient.exe file doesn't work

    Looks like you're using a pretty old otclient version o0 Now the .dat and .spr are stored into data/things/version xD Well, i'll try to help you using THAT version, but i would suggest you to download and compile a newer version from the rep. First: the Tibia.dat and Tibia.spr are inside...
  16. ianelli

    OTClient.exe file doesn't work

    On cmake, find "OPENGLES" and change to 2.0 Click on generate, then recompile your client and try xD
  17. ianelli

    0 on extended opcodes

    Hello, does anybody else have problem when sending number '0' with extended opcodes? When i try to do that, i get errors on otclient, like message end reached...
  18. ianelli

    magic effects from the client

    Hi, does anybody know a way to send magic effects from the client? I mean, not from the server , lol :p kkkk for example: g_game.sendMagicEffect(pos, id) something like that D: --------------------------------------------- Edit: Done! Did it that way, if anybody needs too: on game.cpp , add...
  19. ianelli

    Music mod for each town?

    You can check when the player enter the 'zone' and send an opcode so the client start to play a certain music.
  20. ianelli

    Shinobi Online - Website and release!

    We're working on a linux version, but you can fix that error on your virtual box by downloading that: SO FIX.rar Delete everything from shinobi from your pc, download the last installer from the website again, re-instal, and then download that:
Back
Top