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

    Exaltation forge otland tfs

    any way to add the changes to my otbr source code?
  2. beenii

    helpme with links to add eventcallback to my sources

    Hello, I have seen several questions about the same thing, I would just like to know which are the most updated links, to add eventcallbacks to my source code im using otservbr
  3. beenii

    Linux Rare Error - "out of range value for column count" MySql

    in the image it says correct, it is localhost, and everything works fine, I can change the values/lengths In the second image that says incorrect, I have it on a linux ubuntu 20.04 server, no matter how much I add length/values, the changes are not saved. and it gives me that "out of range...
  4. beenii

    [MyAAC][Plugin] Gesior Shop System

    any tutorial how add other categories? i need create 2 new category for sell items enchanted, y need offer type enchanted, to add in script globalevent
  5. beenii

    TFS 1.X+ Npc dont sell new items clone with itemEditor

    I don't know how to debug :(
  6. beenii

    TFS 1.X+ Npc dont sell new items clone with itemEditor

    this is with your script, but nothing happens, still the same 1653161429 I don't know how to do a good debug, could you give me an example of what to put in the npc?
  7. beenii

    MyAAC Global Layout

    guilds not working, to create guilds without root user character bazar not working in last step, remove coins but not put offer, any idea?
  8. beenii

    TFS 1.X+ Npc dont sell new items clone with itemEditor

    yes i have this npc: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  9. beenii

    TFS 1.X+ Npc dont sell new items clone with itemEditor

    Who knows where the problem will be, the normal functional items. They only have a problem with npc and client hotkeys. Im tested with otcv8 and official client Any idea?
  10. beenii

    TFS 1.X+ Npc dont sell new items clone with itemEditor

    In theory have reserved for 30000 items, or am I wrong? and my last cloned item has the id: 13204 or should I change the value of 30000, for what number should I change it?
  11. beenii

    Lua help to change function onDeath to onDropLoot

    It worked perfectly, it never crossed my mind to do it this way to be effective. thank you very much friend.
  12. beenii

    Lua help to change function onDeath to onDropLoot

    Hello, I have an enchantment system, which gives extra gold on monsters. the problem is add the gold inside the body, with the onDeath function. I want to do it from the onDropLoot function. since I have a system to auto deposit the gold, in the function onDropLoot, so it cleans up the gold...
  13. beenii

    TFS 1.X+ Npc dont sell new items clone with itemEditor

    exactly, it doesn't work with hotkeys either. I was already reviewing the source code, I can't find the range of items id, how should the range appear?
  14. beenii

    TFS 1.X+ Npc dont sell new items clone with itemEditor

    hello, the npc doesn't sell cloned items with item editor, i'm using tfs 1.5 drowngrade 8.6. they appear perfectly, but when trying to buy them, nothing happens if I put items that are not cloned, it sells them perfectly. Some alternative? maybe tell the npc, buy exercise staff? mention to the...
  15. beenii

    [TFS 1.3] Small Autoloot

    i already tried for several days, and that triple loot problem never happened to me, it only happens to me when I activate the autoloot system but I don't know exactly when, since the loot starts normally and out of nowhere over time some begin to triple items, I restart the server and it's back...
  16. beenii

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    Hi @oen432 , I've been testing for a couple of hours thoroughly, Everything works according to your information. I just wanted to comment, in protection when equipped more than 100%, for Example: protected Ice 130%, the system recognizes only 30%, since a maximum limit of 100% is not...
  17. beenii

    C++ TFS 1.5 canWalkthrough NOPVPZONE

    any idea how add? y try but dont works xD or add some tile that does not matter if it is in a protection zone or not, players can be canWalkthroug if they are both in that tile
Back
Top