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

    Solved Put magic effect on item after use

    Try: doSendMagicEffect(getCreaturePosition(cid), CONST_ME_FIREAREA)
  2. HeberPcL

    Lua Every time you enter the game open GAME CHAT, HELP and TRADE

    Will open the Help channel every minute. globalevents.xml <globalevent name="openChannel" interval="60000" event="script" value="OpenChannel.lua"/> OpenChannel.lua function onThink(interval) doPlayerOpenChannel(cid, 9) return true end
  3. HeberPcL

    Help TFS 0.4

    I can't see any problem.
  4. HeberPcL

    Lua Annihilator script(?) Simple problem(?)

    Work now: local config = { daily = "no", -- allow only one enter per day? (like in global Tibia) level = 400, storage = 30015 } local playerPosition = { {x = 1125, y = 820, z = 6}, {x = 1125, y = 821, z = 6} } local newPosition = { {x = 557, y = 1012, z = 4}, {x =...
  5. HeberPcL

    Lua Annihilator script(?) Simple problem(?)

    The positions are correct? local playerPosition = { {x = 1125, y = 820, z = 6}, {x = 1125, y = 821, z = 6} } Try again: local config = { daily = "no", -- allow only one enter per day? (like in global Tibia) level = 400, storage = 30015 } local playerPosition = { {x =...
  6. HeberPcL

    Lua Annihilator script(?) Simple problem(?)

    Try it: local config = { daily = "no", -- allow only one enter per day? (like in global Tibia) level = 400, storage = 30015 } local playerPosition = { {x = 1125, y = 820, z = 6}, {x = 1125, y = 821, z = 6} } local newPosition = { {x = 557, y = 1012, z = 4}, {x...
  7. HeberPcL

    Help TFS 0.4

    Post your config.lua
  8. HeberPcL

    Help TFS 0.4

    Maybe work: ALTER TABLE `players` ADD `cast` INT( 11 ) NOT NULL DEFAULT '0';
  9. HeberPcL

    [Gesior 2012] First Tibia Global Layout

    Maybe your need set 777 permission for folder and page file. chmod 777 -R /www/cache/ chmod 777 -R /www/pages/whoisonline.php
  10. HeberPcL

    [Gesior 2012] First Tibia Global Layout

    Great version, but contains some bugs. 1 - Forum, not to make new posts.. 2 - Não reconhece a localização dos jogadores na hora de criar conta. 3 - Page?subtopic=accountmanagement&action=manage 4 - Also in the Manage Account, does not show Account 5 - account/ajax_accountname.php /...
  11. HeberPcL

    Solved Movement Add Attribute

    Yea, i maker this.
  12. HeberPcL

    Solved Movement Add Attribute

    Fix, thanks for help.
  13. HeberPcL

    Solved Movement Add Attribute

    Thanks for the tips, I thought there would be some way to call the method onEquipItem inside the script
  14. HeberPcL

    Solved Movement Add Attribute

    @Limos There's no other way?
  15. HeberPcL

    Solved Movement Add Attribute

    BUMP
  16. HeberPcL

    Solved Movement Add Attribute

    Gentlemen, I can't get the movement add the Magic Level to the player using Script. Any idea how to solve? items.xml <item id="2542" article="a" name="tempest shield"> <attribute key="weight" value="5100"/> <attribute key="defense" value="30"/> <attribute...
  17. HeberPcL

    Solved getTileInfo Error

    @Summ Thanks, work perfect.
  18. HeberPcL

    Solved getTileInfo Error

    @Summ Thanks for the help, but now the error has changed. New Error: [20:35:01.189] [Error - GlobalEvent Interface] [20:35:01.189] domodlib('DTB_config') [20:35:01.189] domodlib('DTB_lib') [20:35:01.189] function onThink(interval)...
Back
Top