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

    TFS 0.X Item for a specific player

    I don't undertand this sorry Just like Store Inbox? It would be perfect, is that possible to do with an item like <item id="1990" article="a" name="present">?
  2. warriorfrog

    TFS 0.X Item for a specific player

    bump
  3. warriorfrog

    TFS 0.X Item for a specific player

    How to give an item to a player with something like a attribute and only this player can have this item I mean, when player try to trade send doPlayerSendCancel(cid, "You cant trade a UNIQUE item.") ??? lua_register(m_luaState, "getPlayerTradeState", LuaInterface::luaGetPlayerTradeState); ...
  4. warriorfrog

    Lua Unique item, item for only one player

    I wanna make something like reward dailly supplys, weekly items rewards. But there is a big problem, a player could make a lot chars and gave that items to his main char. There is a way so i can add potions,runes,items to a player and this items the player can not trade,throw on ground and...
  5. warriorfrog

    [OTClient Mod] Auto Screenshot and Fast Screenshot

    I have only 2 suggestions to it can be perfect: 1- Only Capture Game Window option 2- Alt+X to auto ScreenShot shortcut
  6. warriorfrog

    TFS 0.X Give items only for a player

    It was just an idea, i have no idea how to make it to work, was just a pseudo code :D So it is possible to do? Present as the store from real tibia? How to create this exclusives? So i can run this onMoveItem script to work?
  7. warriorfrog

    TFS 0.X Give items only for a player

    Could i do something in present, to players recive items inside the present And somehow add a item like: bp = doPlayerAddItem(cid,1990,1) doAddContainerItem(bp,2260,10) -- blank rune And that items can only be moved on presents local presentID = 1990 function...
  8. warriorfrog

    TFS 0.X Give items only for a player

    I wanna make somethings like first items, reward dailly supplys, weekly items rewards. But there is a big problem, a player could make a lot chars and gave that items to his main char. There is a way so i can add potions,runes,items to a player and this items the player can not trade,throw on...
  9. warriorfrog

    TFS 0.X Spawn Monster even with players on screen

    Holy crap, that is better then i expected... Thank you so much!
  10. warriorfrog

    TFS 0.X Spawn Monster even with players on screen

    Is this on spawn.cpp, right? I did 3 changes there, but got some errors to compile... Could you help me? my: spawn.cpp now: hastebin before: https://raw.githubusercontent.com/Fir3element/3777/master/src/spawn.cpp spawn.cpp:286:6: error: prototype for ‘bool Spawn::spawnMonster(uint32_t...
  11. warriorfrog

    TFS 0.X Spawn Monster even with players on screen

    Works! Thanks! To not be so strange, did u know how to add teleport effect when monster spawn?
  12. warriorfrog

    TFS 0.X Spawn Monster even with players on screen

    I don't want to players block monsters spawn... What do i need to change to on 0.4 spawn monsters even with players on spawn screen? Is it possible to add a teleport effect to when monster spawn?
  13. warriorfrog

    TFS 0.X Bug when auto loot in a non container monster

    Fixed using this script: <?xml version="1.0" encoding="ISO-8859-1"?> <mod name="Loot System" version="1.0" author="Vodkart And Mkalo, Sevu Entertainment" contact="none.com" enabled="yes"> <config name="Loot_func"><![CDATA[ info = { BlockMonsters = {}, BlockItemsList = {2123,2515} }...
  14. warriorfrog

    TFS 0.X Bug when auto loot in a non container monster

    Still showing some errors when kill snake: [18:25:11.426] [Error - CreatureScript Interface] [18:25:11.426] In a timer event called from: [18:25:11.426] domodlib('Loot_func') [18:25:11.426] function onDeath(cid, corpse, deathList) [18:25:11.426] local killer,pos =...
  15. warriorfrog

    TFS 0.X Bug when auto loot in a non container monster

    Everytime i kill a monster with no containers like = 'snake' show this error in my auto loot system, i found here in forum.. Is anybody know how to fix this? scritp: <?xml version="1.0" encoding="ISO-8859-1"?> <mod name="Loot System" version="1.0" author="Vodkart And Mkalo"...
Back
Top