• 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. ConAn Edujawa

    C++ addAnimatedText

    and in player.h void sendAnimatedNumbers(uint32_t n); ?
  2. ConAn Edujawa

    C++ addAnimatedText

    hello guys i add this cod in player.cpp fuction void Player::onThink(uint32_t interval) char num[4]; sprintf(num, "%d", 5-1); g_game.addAnimatedText(getPosition(), COLOR_YELLOW, num); i need this cod work like g_game.addAnimatedText(getPosition()...
  3. ConAn Edujawa

    Feature [TFS 1.3] Monster Levels

    you can make it here ?? /m monster name,level?
  4. ConAn Edujawa

    TFS 0.X getMonsterLevel

    noway to do it ?
  5. ConAn Edujawa

    TFS 0.X getMonsterLevel

    anyone can help me?
  6. ConAn Edujawa

    TFS 0.X getMonsterLevel

    but i uuse getCreatureByName(config[1]) i other script and work good here Lua - getMonsterLevel (https://otland.net/threads/getmonsterlevel.271958/post-2619394) 1612676818 [6:50:38.272] [Error - CreatureScript Interface] [6:50:38.272]...
  7. ConAn Edujawa

    TFS 0.X getMonsterLevel

    im use 0.4 and i use this fuction Feature - Creatureevent OnGainExp (https://otland.net/threads/creatureevent-ongainexp.123221/) and im add this for monster level int32_t LuaInterface::luaGetMonsterLevel(lua_State* L) { // getMonsterLevel() ScriptEnviroment* env = getEnv()...
  8. ConAn Edujawa

    Lua spell with params

    i need it in spells
  9. ConAn Edujawa

    Lua spell with params

    hello guys i want to make spells add storage to params example reviv "playername add storage to player 0.4
  10. ConAn Edujawa

    Lua onGainExp 0.4

    anyone
  11. ConAn Edujawa

    C++ party share exp

    anyone
  12. ConAn Edujawa

    Lua magic wand add action id

    anyone?
  13. ConAn Edujawa

    Lua magic wand add action id

    i mad this script for test but give me error local function getAllItemsInContainer(container) local containers = {} local items = {} if isContainer(container.uid) then table.insert(containers, container.uid) end while #containers > 0 do for k =...
  14. ConAn Edujawa

    Lua magic wand add action id

    use this like if getAllItemsInContainer(9302) == true ??
  15. ConAn Edujawa

    Lua magic wand add action id

    i know its action script and i know how to set chance but how i can script check items in box because if items = 8301 and 8302 add 74215 action id if items 8300 and 8305 add 74216 action id
  16. ConAn Edujawa

    Lua magic wand add action id

    box will be in special room just one player can enter and he will add weapon or armor or helmet or shield with ingredients {like 8301-8302} etc and if chance <= 10% add attribute on items { weapon or armor etc} if not remove one items from ingredients
  17. ConAn Edujawa

    C++ party share exp

    anyone?
  18. ConAn Edujawa

    Lua magic wand add action id

    anyone
  19. ConAn Edujawa

    Lua onGainExp 0.4

    helllo guys i use this system https://otland.net/threads/creatureevent-ongainexp.123221/ but i want this system to check monster skull if red skull value*3
  20. ConAn Edujawa

    C++ party share exp

    anyone?
Back
Top