• 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

    Discussion about Two worlds in Unreal 2D. Unreality and Reality.

    As other users said, you need to improve the graphics and adapt them to tibia perspective (45º angle)
  2. G4BB3R

    I've bought Tibiabot NG earlier, but can't use the key anymore?

    Cracking in this case is not illegal anymore. :p
  3. G4BB3R

    jOTS - Distributed Open Tibia Server written in Java

    It would be cool if the project become oficial and don't die like others :/ Good lucky man Hey, it is for what tibia version ?
  4. G4BB3R

    Lua Check Items on ground

    Ok, thanks.. I think I will make a function similar to your code: getTileItemByTable(pos, item_id_table) And about the item table in the ground ? Using a getThingFromPos with stack from 1 to 255, give the wrong sequence of items :c How to loop through the items avoiding creatures and in the...
  5. G4BB3R

    Lua Check Items on ground

    Bump 33 views :/
  6. G4BB3R

    Lua Check Items on ground

    Hello. I am trying to loop through all items in the ground (except floor) But using the script gives some console errors because it loop at non existent items. for stack = 1, 255 do if getThingFromPos({x = a.x, y = a.y, z = a.z, stackpos = stack}).uid > 0 then --[...] end end...
  7. G4BB3R

    Walk on BlockId tile. help-me

    bump
  8. G4BB3R

    Lua Spell problem (exhauset)

    The solution is very simple, just add a return TRUE before the last "end", at onCastSpell function ####### Edit: I made a compact version, easier to make configuration and changes... Only add/change area and formula table ^^ Feel free to use and change or ask something XD -- Now you only...
  9. G4BB3R

    More Customizable Open Tibia Servers

    Do you read my post ? ¬¬ Vocation.xml you can change the skill multiplier and the vocations name only and others... Spells.xml you can create only new spells, but you can't add new effects that you added on your .spr file!!! Pay more attention
  10. G4BB3R

    More Customizable Open Tibia Servers

    It would be much cooler to make alternative tibia servers if possible to modify shoots,animations,skills, without source edits :/ I cant souce edit because ALL tutorials to 8.60 are Outdated! And my idea is to improve in the new OTservers: animations.xml: edit and/or add new animations/shoots...
  11. G4BB3R

    Pz Lock Someone [[ doPzLock(cid, time) ]]

    Hello... I want a function (or a way/method/workaround) to PzLock a Player... There is a way to make the function (without editing the sources) to PzLock Someone ? Example: doPzLock(cid, time) Thanks a lot ;* Peace
  12. G4BB3R

    Remere's map editor 3.0 beta (CLOSE)

    This was officially closed or just a title to people avoid this thread ? btw Why remere is not updating it on the official website ? ): I loved the LIVE idea and the Copy Pos to Lua table =PP
  13. G4BB3R

    Remere's Map editor 3.0 Beta2

    Notebook sucks :D You can make a program in any language that when you press X key or hotkey, the + o - button is simulated =P Its very fast and easy to do, but will can find it in web cya
  14. G4BB3R

    Sprite Help

    Download: Black Demons Editor (edits .spr and .dat) GIMP (a draw program, allow you to use transparency and save in the correct format .png) OTItem Editor (edits items.otb from your OT. With this program you can add new itens to your server) Pic Editor (to change Tibia background, and the Tibia...
  15. G4BB3R

    Creating an OpenTibia Server.

    Whole new ? lol Do u know the basics ? Edit monsters, spells, items, config.lua, edit vocations, outfits, etc ? rs You can start searching the basics :) What u dont know yet ?
  16. G4BB3R

    Item storage value / table index and uid changes

    well, I solved this problem setting actionIDs to the respectives stones and adding to the table and the AID of the stone as index =P But now I im almost dying, because the global variables and global tables that I use on talkactions dont appear on actions ): ): ): How to set global variables...
  17. G4BB3R

    Item storage value / table index and uid changes

    Imagine that I want to hold information of 10++ stones created in the ground in a table. if I use uniqueID, I will hold only one information: table[ UNIQUE_ID ] but If I use the item uid, (there's no item with the same uid) I will hold everything I want to... :) But the problem is the item uid...
  18. G4BB3R

    Item storage value / table index and uid changes

    Hello... I need a way to set a storage value for a item that is created in the ground... Just an example: local bomb = A_COOL_STONE_ID_OR_SOMETHING_LOL local biriba = doCreateItem(bomb, 1, getPlayerPosition(cid)) doItemSetAttribute(biriba, "storage1", 29) doItemSetAttribute(biriba, "storage2"...
  19. G4BB3R

    Linux Most animations broke after switching from windows to linux. $$$ REWARD

    If you dont find a solution, dont be crazy to convert everything ! Just change back to windows =P
  20. G4BB3R

    [IDE] Lua Programming

    thanks for the tips When I said IDE, I was thinking in all editors hehe poorly expression ;P Yours have syntax highlighting for the OT functions ?? I am trying to compare... if its better, i will change my "lua editor"
Back
Top