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

    Need help with SET GLOBAL.

    Thank you very much it works... what i do without this forum... \o/
  2. lokolokio

    all potions stacked up used all at once

    I think you need to change this doRemoveItem(item.uid) for this doRemoveItem(item.uid, 1)
  3. lokolokio

    Need help with SET GLOBAL.

    i found two parts with that text: but the first contains thiss: [mysql] max_allowed_packet = 1M and the other one on: [mysqldump] quick max_allowed_packet = 16M i need to change both for this max_allowed_packet = 1M for max_allowed_packet = 16776192; and this for max_allowed_packet = 16M...
  4. lokolokio

    Lua adding warning message when manashield runs out.

    maybe you can try by adding event soemthing like this. local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) local condition = createConditionObject(CONDITION_MANASHIELD)...
  5. lokolokio

    Action Taming Inoperatives - Some fun.

    Hello dear OtLanders i have this script because i think its a great way to tamming the inoperatives, you can change all values and if theres some bugs plx anyone can tell me how to fix, but on my opinion its very good and nice script. i put the next screenshoot to see what im talking about...
  6. lokolokio

    Need help with SET GLOBAL.

    Im needing help to fix this error because i dont know why it has been displayed the error is the next: SET GLOBAL max_allowed_packet = 16776192; Ive puted many many (on sql execute command in phpmyadmin) times and i think that it will fix the problem but arround each 3 restart of the...
  7. lokolokio

    Feature [creatureEvent] onMove very advanced

    all this things just for Premium Scrolls?... This is like the p scroll you may not puted out of your purse to the gground only to your depot or bps - - - Updated - - - all this things just for Premium Scrolls?... This is like the p scroll you may not puted out of your purse to the gground only...
  8. lokolokio

    take a look please, script isnot working

    Try this i hope it works to you:
  9. lokolokio

    items in map and ingame

    its not recomended but take the items.otb from data/items/items.otb and put it on c:/program files/remeres/data/860(OR_YOUR_OT_MAP_VERSION) and test again
  10. lokolokio

    Add storage for 24h

    you can make something like this: -- movement -- <movevent type="StepIn" actionid="12" event="script" value="example.lua"/> -- script example.lua function onStepIn(cid, item, frompos, item2, topos) local timeToPass = 24 * 60 * 60 -- this mean 24 sec * 60 means minutes * 60 means...
  11. lokolokio

    Spell Icon Id's.

    Somebody knows or have a *.txt whit all spell icon ID's?... i want to make some new spells but i dont know what are they icons ID'S, thanks for read. I mean like this: <instant name="Death Strike" words="exori mort" lvl="16" mana="20" prem="1" range="3" casterTargetOrDirection="1"...
  12. lokolokio

    Outfit Color Change question

    Hey i dont know what are your version but i hope it works to you: allowChangeOutfit = true allowChangeColors = true allowChangeAddons = true disableOutfitsForPrivilegedPlayers = false addonsOnlyPremium = true search for this part on your server (config.lua)
  13. lokolokio

    Support people! doesnt gain loot!

    Try to use this tool it works for me and does not need to know C++ codes: http://otland.net/f19/ot-flags-generator-v1-0-classic-custom-flags-146485/
  14. lokolokio

    [9.54] The Forgotten Server v0.2.13pl1 (Mystic Spirit), updated with Patch Level 1!

    This server its amazing but it not admite any talkactions, like /storage or /attr, if somebody got any talkactions that works similiar to it please send me a link xD
  15. lokolokio

    [9.54] The Forgotten Server v0.2.13pl1 (Mystic Spirit), updated with Patch Level 1!

    NPC to work with market. Hello, first off all i know that here is not the correct post to make my request, but i put it here to tell to Talaturen about his server (this server 9.54 Mystic Spirit), i want an NPC Banker that can make work the Balance status of the database, because i put many npc...
  16. lokolokio

    Tibia OtLand IP Changer

    Its an amazing ip changer, but i have a question to make, if i dont have an Internet Conection and i want to run it and dont have the Framework 3.X it needs to install the Windows Imaging Component first to install the framework 3.x, and the wic needs an internet conection to install it, do you...
  17. lokolokio

    Real tibia is going down, what will happen to OTs?

    Yes tibia have lost arround 20 to 30 k of active players, but take a look in the account's deleted for using unnoficial software to play, many of that 30k active players are bot conected while the owner are in a real life party. and many are using MC and put 3 or 4 characters to bot, i think...
  18. lokolokio

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    I have an error al player when i execute the action: doPlayerAddItem(cid, 2160, 1) the item has been droped on the map and not in the player, for ex. the first items script all items hass been droped on the map, and not in the player... why?...
  19. lokolokio

    Action Working Demon Oak Quest

    Thank u veri much its the most advanced and the most cool script that i found about the demon oak quest.. rep+++++++
Back
Top