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

    I am retiring - from otland

    See ya!
  2. whiteblXK

    Object builder 0.4.5 10.98?

    x3
  3. whiteblXK

    Buy object builder working with 10.00+ and 11.00+ versions

    @kito2 Object Builder which you using have sprite optimizer feature?
  4. whiteblXK

    OTMapGen

    How to disable putting grass, trees on borders?
  5. whiteblXK

    OpenTibia [various] Tibia Extended Client Library

    @Madzix can you extend limit of 255 soul in 8.54 :p
  6. whiteblXK

    Spell Monster spell, teleport to player.

    onCastSpell, maybe in spells?
  7. whiteblXK

    Znote Donation Points

    @Sorn Use PayPal REST API, it's working very well!
  8. whiteblXK

    (Znote ACC) About the guild logo.

    $config['require_login'] = array( 'guilds' => true, 'guildwars' => true, ); Change this to false in config.php
  9. whiteblXK

    (Znote ACC) About the guild logo.

    Try to change site_url in config.php(ex. $config['site_url = "")
  10. whiteblXK

    (Znote ACC) About the guild logo.

    In guild options, click on guild name(or guild logo) and you will see.
  11. whiteblXK

    blocking spawn

    Find in void Spawn::checkSpawn() and delete if(findPlayer(sb.pos)) { sb.lastSpawn = OTSYS_TIME(); continue; }
  12. whiteblXK

    [tfs 1.2] Freeze when spaming hotckey

    @pepito999 Change maxPacketsPerSecond to 50
  13. whiteblXK

    Lua addEvent problem

    Hello, I writed simple spell for monsters which quickly repeats the combat, but while continues addEvent monster will die, server is crashed. Why and how to fix that? I using TFS 1.3 local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_ENERGYDAMAGE)...
  14. whiteblXK

    TFS 1.2 Bless icon

    @Oxygens21 @rudger This working for me, try yourself ;) condition.cpp case CONDITION_DAZZLED: return new ConditionDazzled(id, type, ticks, buff, subId); In ConditionDamage::getIcons() // case CONDITION_DAZZLED: // icons |= ICON_DAZZLED; // break; bool...
  15. whiteblXK

    [TFS 1.3/OTXServer3] Custom function NPC for buy/sell items.

    Hello, I have idiotic problem, I have custom function for NPC trade and don't know why not working. Here is how it looks in game: Function, with NPC local function getItemList(items, i, itemTable) v = items[i] itemTable[v.id] = {id = v.id, buy = v.buy, sell = v.sell, subType =...
  16. whiteblXK

    Programmer Bounty added to grant Object Builder 10.76 Support.

    Not working for 10.98 Error: Unknown flag. flag=0x24, previous=0x19, category=Item, id=2025. at nail.otlib.things::ThingSerializer$/readProperties6() at nail.otlib.things::ThingTypeStorage/loadThingTypeList() at nail.otlib.things::ThingTypeStorage/readBytes() at...
  17. whiteblXK

    Unity3D client?

    R.I.P OTClient
  18. whiteblXK

    Unity3D client?

    This project is a future of OTS. I can't wait for release :P
  19. whiteblXK

    Unity3D client?

    @Fenrisus Do you have plan to do items/sprite dat or map editor tools with unity in future?
  20. whiteblXK

    Unity3D client?

    @Fenrisus Any news?
Back
Top