• 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!

Recent content by ximishe

  1. X

    Creativity - Post your mapping ideas

    Someone can help me? I need simple, but good looking bridge like rookgard facc-pacc bridge real tibia: 2x3 and 2x4 Some Ideas?
  2. X

    My Mountain's

    Yep, any skill train more.
  3. X

    Spell Spell For Elite Knight :)

    Nice spell i edited some and i will use it on my server :)
  4. X

    Storage / Advance

    Talkactions: <talkaction words="!smith plate armor" script="blacksmithing/platearmor.lua"/> This is for your script blacksmith.lua <talkaction words="!skills" script="profs.lua"/> This is for your checkstats.lua Actions: <action itemid="2550" event="script" value="professions.lua"/> this...
  5. X

    Storage / Advance

    Somethink not work ;/ I can't learn recpie, i made this on paper action on use.. Also when i trying to use !smith plate armor all time "you need to learn recpie" but i have this storage by my own script, and when i checking my skills its all time 1 becouse it taking storage id not value ;/...
  6. X

    Storage / Advance

    Oh thanks :d But: talkactions/scripts/blacksmith.lua: 'then' expected near '=' - and it can't load script ;/
  7. X

    Storage / Advance

    Hey men thanks, but i have one question.. Max skill is 200? or no limited skill in this script? ahh.. i wrote not all and i see this :) < > :D Thanks men One question this all skills are saved in one storage number right? but this numer have own Value ? So i can use 30401 now to make next...
  8. X

    Weapons Speed Atack Request.

    Hey mate can you see my other request? About Storage Value?
  9. X

    Weapons Speed Atack Request.

    I will try this Thanks ;d
  10. X

    Storage / Advance

    I have small problem. I made my own blacksmith skill but.. function onSay(cid, words, param) if (getPlayerStorageValue(cid, 30400) == 0) then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, 'You need to learn recpie') elseif getPlayerItemCount(cid, 2195) == 0 then...
  11. X

    Weapons Speed Atack Request.

    Bump, Anyone Can Answer me?
  12. X

    Weapons Speed Atack Request.

    Hello i have one question. Do it is possible to make atack speed in weapons? Example: Vocation Knight have 2 sec of atack speed, When i worn "Axe" my atack speed going down for 0,5 sec. So i have 1,5 atack speed with Axe. And any other weapons giving other atacks speeds. Can...
  13. X

    I have problem with rune counts, plx help!

    it no work ;/ I using doPlayerGiveItem(cid, 2268, 14.29) and giving 105 sds... same like 14 When i use doPlayerGiveItem(cid, 2268, 13.29) and giving 91 sds.. same like 13
  14. X

    I have problem with rune counts, plx help!

    hello i made following script: function onUse(cid, item, frompos, item2, topos) if(item.actionid > 5555) then elseif (doPlayerRemoveMoney(cid, 10800) == true) then doPlayerGiveItem(cid, 2268, 14) return doSendMagicEffect(getCreaturePosition(cid), CONST_ME_YELLOW_RINGS) elseif not...
  15. X

    I need script for OTSERV! Buy rune, potion etc.

    Can someone edit this for me? To Work? <?xml version="1.0" encoding="UTF-8"?> <mod name="Buy item by lever" version="1.0" author="Darkhaos" contact="otland.net" enabled="yes"> <config name="switch_items"><![CDATA[ uid = { [5556] = {item = 2273...
Back
Top