• 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!

Recent content by Dekon

  1. Dekon

    [10.90 + Cast] Tfs 1.2 (custom modifications) + Reward Chest

    @Wyat @jarosq http://***************/?dl=6fbeac4243ac10fe226f9e07e7ff44c4 there u go
  2. Dekon

    [10.90 + Cast] Tfs 1.2 (custom modifications) + Reward Chest

    Alot of Rep++ to all of u !
  3. Dekon

    Compiling TFS 1.2 update to 10.82

    @narko where do i put the code in protocolspectator.cpp ? ty
  4. Dekon

    Windows TFS 1.2] Cast windows debug 10.82

    Hello everyone... i got a question about an error i compiled using https://otland.net/threads/changes-for-10-80.235110/ but did the 10.82 update everything else working except the cast list window Client error i get anyone ?
  5. Dekon

    Compiling TFS 1.2 update to 10.82

    is this thread still alive becouse i need some help after compiling i can connect to the server without any errors but when im trying to enter cast list the client bugs out anyone knows why ?
  6. Dekon

    Compiling changes for 10.80

    Is there any complete fix for this upgrade ?
  7. Dekon

    [Znote AAC] Most Creature Killers

    @lopez65 Thanks for the help rep++++
  8. Dekon

    Team [Zerenia.net] Looking for 5 serious ppl

    Hello everyone im planing to start up my server again Zerenia.net with new client, going from 8.6 to 10.78 and since i forgot alot of the scripting part i need to be sure that everything works that for i need some ppl that want to help me... Of course there will be rewards... First ones that...
  9. Dekon

    [Zerenia.net] Looking for 5 ppl for beta test on my new project.

    Like the title says im looking for 5 ppl for beta test pm me if u are interested
  10. Dekon

    [Zerenia.net] Söker 5 st personer för beta test.

    Tjena som rubriken lyder så söker jag 5 st test personer för beta test för nya Zerenia.net pm mig om ni är intresserade.
  11. Dekon

    [Znote AAC] Most Creature Killers

    Im using tfs 1.2 and i got this error Line 29 foreach($monterq as $q) { Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\creatures.php on line 29
  12. Dekon

    [10.77][TFS 1.2] ORTS, a real map project

    edit line data/lib/compat/compat.lua function doPlayerSetOfflineTrainingSkill(cid, skillId) local p = Player(cid) return p ~= nil and p:setOfflineTrainingSkill(skillId) or false end
  13. Dekon

    [10.77][TFS 1.2] ORTS, a real map project

    Try this :) local statues = { [18488] = SKILL_SWORD, [18489] = SKILL_AXE, [18490] = SKILL_CLUB, [18491] = SKILL_DISTANCE, [18492] = SKILL_MAGLEVEL } function onUse(player, item, fromPosition, target, toPosition, isHotkey) local skill = statues[item:getId()] if...
  14. Dekon

    2 commands (Adding premium and change sex 1, 2, 0)

    function onSay(cid, words, param) if(param == "") then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command requires param.") return TRUE end local t = string.explode(param, ",") if(not t[2]) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Not...
  15. Dekon

    TalkAction Bounty Hunters System (Player Hunt System)

    Like this dofile("./arena.lua") function onKill(cid, target) if getPlayerStorageValue(cid, isIN) == 1 then local Room = getArenaMonsterIdByName(getCreatureName(target)) if Room ~= 0 then setPlayerStorageValue(cid, Room, 1) doPlayerSendTextMessage(cid, MESSAGE_EVENT_DEFAULT...
Back
Top