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

    Lua Addoner npc, keep buying addon if player says "yes"

    the problem pointed is that, there is no control when the player say YES after buying a outfit. ( code above ) local yesNode = KeywordNode:new({'yes'}, playerBuyAddonNPC, {confirm = true}) the easy and not recomended way is ... look for ( CTRL+F ) and past all the content in the square line...
  2. sailorv5

    Lua Addoner npc, keep buying addon if player says "yes"

    man i m not doing this for you ! i want to teach you, ok ? 1 check how the NPC act when the player doesnt have the needed item, or he says not ( not willing to buy ) ------- some SCRIPT CODE ------ else npcHandler:say('You do not have needed items or cash!', cid)...
  3. sailorv5

    Stealth ring and "utevo res ina" in battle event, how to unable?

    rev 0.3.7 thing function is bad to manipulate time ( not accurated as it should be ) late ( now going to scholl ) i ll remake it using addEvent () function [ the only accurated way to use timing in 8.6 )
  4. sailorv5

    6 Basics functions setPlayerLevel, [set/get]ItemDuration, PlayerAddAllBlessing, setPlayerSave [...]

    function doItemSetDuration(uid, duration) return doItemSetAttribute(uid, "duration", duration) end -- setItemDuration=doItemSetDuration function getItemDuration(uid) return getItemAttribute(uid, "duration") or 0 end function doPlayerAddAllBlessing (cid) for i =...
  5. sailorv5

    Stealth ring and "utevo res ina" in battle event, how to unable?

    i have updated my post before this one. The duration is like 10 times to slow. stealthRingSystem = { storageBase = 9000101 , storageEvent = 9907 , -- event to negate its use. ringOn = 2202 , ringOff = 2165 , precision = 10 ...
  6. sailorv5

    Stealth ring and "utevo res ina" in battle event, how to unable?

    delete all tags for the rings in movements.xml goto [...] mods folder. <?xml version="1.0" encoding="UTF-8"?> <mod name="Stealth ring System" version="1.0" author="Willian Batista Cima" contact="none" enabled="yes"> -----------------------------------------------------------------------...
  7. sailorv5

    Stealth ring and "utevo res ina" in battle event, how to unable?

    you have still a lot to learn. if u just read the awser is right there o_O just read. write end to close the function at line 2 near <eof> the function is [ function onEquip(cid, item) ] <eof> mean [ end of file ] check the my script for Chameleon rune. function onCastSpell(cid, var) return...
  8. sailorv5

    Stealth ring and "utevo res ina" in battle event, how to unable?

    this version work 100% ( using item action ) good : this work | bad : use a short version of a rune tag in xml ( this will allow the item have rune look, when u look it ) ok first delete the old chamaleon tag from spells.xml then go inside mods folder and here is the code ( u shall know...
  9. sailorv5

    IS THIS POSSIBLE?

    that is to easy to do :/ and there is many ways to achive that. in sql or storage values are best adv. ( no file use )
  10. sailorv5

    Stealth ring and "utevo res ina" in battle event, how to unable?

    CHAMELEON RUNE ( there is something missing, it cant be used to transforme to a item inside a contener i dont know how to get it ID ) inside mods folder make a file with the f name u want ( getting used to it ) <?xml version="1.0" encoding="UTF-8"?> <mod name="Chameleon_rune" version="1.0"...
  11. sailorv5

    Hoster Free server host

    what about help me test a full bomber man server ? style bomber man land. that will be a island with a lot a mine game and atractions. with some rank system based on something not decided yet. ok i still need a good mapper :/ and the code isnt yet ready.
  12. sailorv5

    Stealth ring and "utevo res ina" in battle event, how to unable?

    HERE is the code for utevo res ino [ no source change needed ] but there is a detail i ll not tell you. 1st goto spell.xml and delete the old utevo res ina ( for test i used the name utevo res iva ) then goto mods and make a new file the name u want ( i used bout.xml [ b = block , out =...
  13. sailorv5

    Team Bomberman Server |team up| Read This!

    I m want to create a new kind of server like pokemon, cs ( no custon clients ) i m scripter, web |dev/des|, and others. soon i ll post a video on youtube of the game play. what i need. the most important thing |HOST| and any others possible help. thanks in advance.
  14. sailorv5

    [mod] Exp By Hit

    margoh did u tryed ? ( i dont )
  15. sailorv5

    [MOD] Smoke System By Amy Azzkaban

    I know the question wasnt to me. 1ST why mods was made FOR ? awser : it was MADE FOR ANY MODIFICATION THAT HAS NOTTHING WITH TIBIA GLOBAL AND IS an EASY WAY TO PORT UR SCRIPT FROM AN DRISTO ( OT ) TO AN OTHER WITH OUT BEING CRAZY TO LOCATE ALL NEEDED SCRIPT -- --2nd and 3th is at 1ST lol...
  16. sailorv5

    Advanced rank system by time

    This is a SYSTEM where players dont care killing monster. Think in a Different way of Playing TIBIA this is it, where a player come to your server and dont care to lv up, only having a nice time with friends ! --------------------------------------------------------------- THE strong of a player...
  17. sailorv5

    MODS : Special VIP RING 2Xhp 2Xsp 2Xspd and going on ...

    test i ll check you post ty for your advice. That is True i got a problem doing this some time hp was buged and play hp rised to infinite. that is why if player level change we do this ! if getPlayerStorageValue(cid, cfg.storageLv ) < getPlayerLevel(cid) and getPlayerAccess(cid) < 2...
  18. sailorv5

    MODS : Special VIP RING 2Xhp 2Xsp 2Xspd and going on ...

    i did this for a friend. when a player use the ring it's life mana and spd rise ( by parameter ) -- bad english XD SEE THE VIDEO (spd bonus is disable on this video ) TIBIA LIFE RING with effect and and double SPD ( need to change parametre ) - YouTube <!--?xml version="1.0"...
  19. sailorv5

    Lua onThink(cid, interval) Questions

    function onThink(cid, interval) -- execute every 2 sec maybe a bit later but here it is :] function onThink(cid, interval) if last_interval == nil then last_interval= os.clock() end if (os.clock() - last_interval) > 2 then -- execute every 2 sec -- your code HERE...
  20. sailorv5

    NPC [ai game] tic tac toe

    http://www.youtube.com/watch?v=Na66dJyVfZQ Como Instalar vao no local indicado e criem as pasta ou arquivos necessario : NPC BODY FILE WITH GAME VAR PLS ONLY CHANGE THE POS VAR LOOK FOR pos = {x = 994, y = 1512, z = 8} inside tictactoeVAR.lua and change it to the 1 square of ur...
Back
Top