• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. felzan

    Windows Error unable to load weapons! HELP PLEASE!

    post your weapons.xml file
  2. felzan

    New Project - Custom Stories - Custom Features - Your Idea's Coming Alive

    Even on GBA Pokemons the max is 6
  3. felzan

    OpenTibia Sublime Text 3 - Lua TFS Autocomplete

    You can fork on Gist but if your prefer :P
  4. felzan

    OpenTibia Sublime Text 3 - Lua TFS Autocomplete

    What do you use? I have done for Notepad++ too https://github.com/felzan/TFSLua_npp (instructions are in portuguese) but (the way i did) is much more limited it's just auto-completion
  5. felzan

    OpenTibia Sublime Text 3 - Lua TFS Autocomplete

    Hey @Syntax I have made some changes: https://gist.github.com/felzan/16f636644e421ca2f687 -removed duplicated snippets -added almost everything functions from libs -last param at new line -alphabetical order
  6. felzan

    Linux 2 Billion mana bug, help please

    I think mana in OTClient is double https://github.com/edubart/otclient/blob/master/src/client/localplayer.h#L52 so no worrie IF this is the problem
  7. felzan

    Linux 2 Billion mana bug, help please

    Changing the variable type i think it's possible. if it is uint32_t could be changed to uint64_t i don't have sure* but try change here https://github.com/otland/forgottenserver/blob/master/src/creature.h#L512 and other places where mana is requested.
  8. felzan

    Linux 2 Billion mana bug, help please

    I think it's because int value has a lenght limit. But the limit is 2.147.483.647
  9. felzan

    darklord [mapping works]

    A fishing and peaceful place
  10. felzan

    Lua Check if item was used from the ground or container.

    CONTAINER_POSITION == 65535 so you can use also 'CONTAINER_POSITION'
  11. felzan

    My first sprites. feedback and tips

    Really nice! About the armors I think the @Andréew cloth armor need just a little change on the texture the @Leshrot armor looks more an heavy armor but i'm not an expert :P
  12. felzan

    OTLand Cloud is finally here! Upload your files! High Speed! No file expiry! No more dead links!

    ObjectBuilder is .air the Dropbox link from Github is broken :X
  13. felzan

    Lua Item table position

    Is there any way to find out all positions of an item? (like table of positions) I want to create bushes around each tree (2701) on start server. like this: id:tablePosition(index) ty
  14. felzan

    Editing tibia client

    some with programmer visit this Pokemon Brasil Online
  15. felzan

    [HELP]Additional effects

    Well, trying to make a pokemon server, with the sprites of the Pokemon that already exists. know he has 221 effects effects (spells) in the tibia overall has 69 8:57 I already put these effects in the lib and compiled the server to bear 221 q effects. but I do not know q to q they appear in...
Back
Top