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

    Solved Using more than one skill condition per time

    Hello, I am making food system that each food gives you some diferent conditions. The problem is that when I use second condition (to increase magic level), the first effect (i.e. axe fighting) decreases back. How to use more than one skill condition ? Thanks
  2. G4BB3R

    Solved Best way to convert client spriteId to server item id ?

    Hello :D I would like to know if actually there is a function to convert in the server sided itemId: iterating through the .otb file and checking if the item has the same spriteId, than return the correct item id :) Example: Any help is welcome Thanks again - - - Updated - - -...
  3. G4BB3R

    Lua Packet Loss on TextMessages sent on onLogin event

    Hello. Sometimes the onLogin messages do not appear on my server (10% of the times nothing arrive): My server is 8.6, and I really can't understand why is occuring packet loss on onLogin events .-. I really need the messages to be shown because they have some parameters that the client...
  4. G4BB3R

    [Solved]Creature heal at 40% life

    Sorry, I dont enter on otland for a few months XD But the solution I think is instead of using: return TRUE Try using: return doCombat(cid, combat, var)
  5. G4BB3R

    Lua Searching for a movement that activate every time I walk

    damn There is no event for this on 0.3.6pl1 or any good 8.54 server I can't compile 0.3.6pl1 because every tutorial I follow is old, broken liinks or do not work D: Any working ?
  6. G4BB3R

    Lua Searching for a movement that activate every time I walk

    Hello people. I am searching for a movement xml that activate EVERY time I walk in ANY tile. How to do that ? Thanks
  7. G4BB3R

    The best VIP system ever! [Action/Movevent/Globalevent]

    An fucking waste of time. I always liked to use the normal PACC for "VIP". But obviously all spells were to FACC :)
  8. G4BB3R

    [Request] Mods tutorial

    Someone know a good editor to edit MODs? They are confusing and compilers/editors get confused because it is a mix between xml/lua :( - - - Updated - - - Gunmetal, to use Mod just download the mod in .xml file and put in the folter MOD inside the folder of the OTServ. Then, restart the server...
  9. G4BB3R

    [Solved]Creature heal at 40% life

    The solution is to change uid to cid if 100 / (getCreatureMaxHealth(cid) / getCreatureHealth(cid)) <= percent then
  10. G4BB3R

    [Solved]Creature heal at 40% life

    "Shiverflare: G4BB3R I can't seem to find where to create the monster spell :P - where do I create it?" Simple. Create a normal spell, then make it impossible to use with any vocation. <instant name="necroTest" words="ramdom18093jsidjsidj12839" lvl="999999" mana="999999" aggressive="1"...
  11. G4BB3R

    Count to 10!

    i dont understand it '-' it is impossible to post 10 times nowadays because when u try the post is edited '-'
  12. G4BB3R

    Count to 10!

    1 --------------------------------------------------------------- - - - Updated - - - 2 --------------------------------------------------------------- - - - Updated - - - fail wtf blal0209201920192
  13. G4BB3R

    Attack speed

    @Summ I don't said attacking many times, but doing diferent actions. Try to eat food, walk, cast spell and turn left. (By hand or by bot) Depends the connection, it will execute only the first(and/or)second action. If you have a low ping (or at localhost), the client will do everything x)
  14. G4BB3R

    Attack speed

    This is a internet limitation, not from Tibia. If you try to make 10 actions in the same time for example, there will be some packet loss.
  15. G4BB3R

    [Solved]Creature heal at 40% life

    I want to know it aswell. Narko, he means monsters! - - - Updated - - - I had an idea!! Monster Example: [ . . . ] <attacks> <attack name="monsterSpell" interval="250" chance="5" range="2" min="11" max="33"/> </attacks> [ . . . ] Then create the monster spell and check the life of the...
  16. G4BB3R

    [Request] Mods tutorial

    Hello. Actually there is no MODs tutorial. I don't know why, but my server has MOD folder but they do not work, and I want to start making and using MODs. Can someone make a tuto? Thanks :D <3
  17. G4BB3R

    TalkAction Offline player to player item trader (Auction System).

    I know it is a old thread, but I know a sad bug. If 2 persons try to buy an item with tradeid for example 11, the first will buy id11 and other will buy the id 12 instead of appearing the not possible message. The solution is intead of deleting, set active = 0, and when server restart...
  18. G4BB3R

    Lua Check Items on ground

    This will remove item attr or no ? Thankss :D:D I will test it tomorrow when I wake up
  19. G4BB3R

    Lua Check Items on ground

    I am having problem with it :/ Imagine I am trying to teleport X items in the same stack to walk in a route... (hard to explain what it will be in the future) Looping 1,255 and inserting in a table and removing from the map and after re-creating in the new pos looping all the ways makes the...
Back
Top