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

    OTClient Help ExtendOpCode String To Array

    i send array but ExtendOpcode Converting array to string how i convert again in array? Exm to call in otclient: playersT["Mihawk"] = {title = "[Admin]"} or playersT["Mihawk"].title = [Admin] or maybe send all normal string and after i separate all with string.sub? Server ExtendOpCode...
  2. S

    AAC Myaac error, Server Offline.

    Server status in myaac show offline but when i change this from OTS_inforespond.php return (int) $this->documentElement->getElementsByTagName('players')->item(0)->getAttribute('online'); to this return (int) 0; is working but. i use tfs 0.4 maybe not send correctly buffers?
  3. S

    Compiling TFS 1.5 Downgraded Ubuntu 20.04

    somebody have idea, whats error?
  4. S

    'sendExtendedOpCode' (a nil value)

    Why i cant send opcode from otclient? i get this error function removeLootItem(item) local protocolGame = g_game.getProtocolGame() if protocolGame then protocolGame:sendExtendedOpCode(54, item) end g_game.talk("!autoloot remove,"..item) scheduleEvent(windowAutoLootSleep, 100) end
  5. S

    OTClient Extended Opcodes

    i using otclientv8 tfs 0.4 i try send ping to client but not is working if i actived feature(gameclientping) show my 3.9k-4.5k ping... and have so much lag when i actived that feature without feature all is working perfectly i added function pingback to my sources maybe some help me? maybe i...
  6. S

    Linux MySQL Slow Connections LocalHost

    someone help me, i using 0.4 tfs rev 3884 When i use localhost database of my server All Querys slow i dont know is slow conection server with database but when i use extern database of out my server is more fast of local database example Local Database: House Syncronization Delay 18 to 24...
  7. S

    TFS 0.X where i can found C++

    The forgotten server 0.4 rev 3884 Where i can found Damage Players to monsters??? i only found this line but is for monster to player.. if (target->getPlayer() && attacker && attacker->getMonster()) damage *= 2; any can help me? Srry for my bad english..
  8. S

    TFS 0.X getNpcName in protocolgame.cpp tfs 0.4

    how i can get Npc Name in protocolgame.cpp?? example i can know name of player with player->getName() == "NAME" i try using npc->getName() == "NAME" but j have this error i added in header #include "npc.h" and extern Npc* npc;
  9. S

    TFS 0.X 0.4 Multi World (Help Debug Client)

    i need some help when i try enter to character list me client have debug i compiled with -D__LOGIN_SERVER__ on windows Debug ScreenShot Config.lua -- Server 1 worldId = 0 Config.lua -- Server 2 server.xml
  10. S

    TFS 0.4 not find any monster

    [Spawn::addMonster] Cannot find "Darkness Knight" [Spawn::addMonster] Cannot find "Darkness Knight" This error has all monsters on my server I checked monsters.xml and everything is fine all the monsters were in their respective folders Please Help me
  11. S

    Add New Lines

    function onKill(cid, target, lastHit) if isPlayer(cid) then if isPlayer(target) then doPlayerAddExperience(cid, getPlayerLevel(target)*5) end end return true end Add This Lines minLevelThresholdForKilledPlayer = 0.9 maxLevelThresholdForKilledPlayer = 1.1 Example: function onKill(cid...
  12. S

    Spell addEvent Cancel Spell in PzTile

    Example function makankosappo(cid) doPlayerSay(cid, 'Makanko!', TALKTYPE_ORANGE_1) addEvent(sap,1500,cid) end function super(cid) doPlayerSay(cid, 'Super!', TALKTYPE_ORANGE_1) addEvent(makankosappo,1500,cid)...
  13. S

    Bugs first items

    Help my bug first items chest need that items is falling since i use this Compilation http://otland.net/threads/perfect-autostacking-items-100-0-stack-all-for-0-4-and-0-3-6pl1.163089/ Thanks for u help ;p Sorry for my bad english
  14. S

    Spell Transform With Extra speed condition

    HELP my please function onCastSpell(cid, var) local trans1 = { -- goku [1] = {1,2,3,4,5,6}, -- Vocation [2] = {2,56,62,83,8,59}, -- Outfit [3] = {0,30,50,100,150,200}, -- Level NEED [4] = {3,3,3,3,3,3}, -- Effect ID [5] = {1000, 2000, 3000, 4000, 5000, 6000}, -- Additional HP [6] = {1000...
  15. S

    Solved Make new account in Modern Aac Error

    i make new account and never create http://scr.hu/0km1/hac1d BUMP
  16. S

    Lua Top level Reborn (dont rebirths)

    please help my i have server of dragon ball and dont have limited of reborn (1 reborn for player) i like add reborn level on look character ejemp: 17:54 You see yourself. You are a piccolo. Level reborn (376).
Back
Top