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

    Ondeath

    Sorry, but may someone check this script because when i die from a monster i find this error. function onDeath(cid, corpse, deathList) if getPlayerIp(cid) ~= getPlayerIp(deathList[1]) then if isPlayer(cid) and isPlayer(deathList[1]) then doPlayerAddItem(deathList[1], 5944) end else...
  2. Slafesko

    Xikini's Free Scripting Service. [0.3.7 & (0.3.6/0.4)]

    I think the script isn't working good.
  3. Slafesko

    Fast attack

    Well i've changed attack speed at my vocations.xml and every promotion got higher attack speed like 1st promo 600, 2nd 400 and 3rd 200 so i think the problem is with source not with vocations.xml ~.~ @Xikini @TibiaFX, so how can i edit my source?
  4. Slafesko

    Fast attack

    I've got problem with attack speed, when someone click on a creature with 2nd,3rd promotions (new promotions) the speed increase to be fast as fuck for example if you are attacking a dragon and you hit every 1 second with auto clicking you will hit every 0.1 sec. TFS 0.4
  5. Slafesko

    Xikini's Free Scripting Service. [0.3.7 & (0.3.6/0.4)]

    What is racename for? Is it boss need to kill to finish the task or what? :P
  6. Slafesko

    Cast system on Site

    I don't know really, but for sure there is cast page for znote.
  7. Slafesko

    Cast system on Site

    I've got it but for gesior not for znote.
  8. Slafesko

    bump thread

    what is good with this? O.o
  9. Slafesko

    Monster tasks

    Already tried it since long time ago and they didn't work ;S, Another one?
  10. Slafesko

    Monster tasks

    Looking for monsters task, searched for it but i couldn't find the one that i need. So simple one, You will take the mission of monsters with counting in private chat called TASKS and when you done, you will take your reward(Exp,ITEM ID,) Thanks. TFS 0.4
  11. Slafesko

    Xikini's Free Scripting Service. [0.3.7 & (0.3.6/0.4)]

    Looking for monsters task, searched for it but i couldn't find the one that i need. So simple one, You will take the mission of monsters with counting in private chat called TASKS and when you done, you will take your reward(Exp,ITEM ID,) Thanks. TFS 0.4
  12. Slafesko

    GlobalEvent Last man Standing Event 100% Working

    What time do you need to use? 15 minutes = 900000 2 housr = 7200000
  13. Slafesko

    Solved doPlayerSetRate

    050-Function.lua line 22 function getPlayerVipDays(cid) local Info = db.getResult("SELECT `vipdays` FROM `accounts` WHERE `id` = " .. getPlayerAccountId(cid) .. " LIMIT 1") if Info:getID() ~= LUA_ERROR then local days= Info:getDataInt("vipdays") Info:free() return days end return LUA_ERROR end...
  14. Slafesko

    Solved doPlayerSetRate

    Well thanks, i will try it and thanks cuz of your tutorial :P i've learned from your script.
  15. Slafesko

    Solved doPlayerSetRate

    Simply i was trying to do doPlayerSetRate(cid, type, value) function to change exp function onLogin(cid) local reb = getPlayerStorageValue(cid,85987) local n = getPlayerVipDays(cid) if reb > 0 and n < 1 then doPlayerSetRate(cid, SKILL__LEVEL, 0.5) end if n > 0 and reb < 1 then...
  16. Slafesko

    Healing monster

    Well thanks for your help, i gonna try it when i get home.
  17. Slafesko

    Healing monster

    bump :(
  18. Slafesko

    Healing monster

    bump?
  19. Slafesko

    Healing monster

    This script of monster that heal his master and party but there is something with it and i hope you help me the problem is this monster heal party members and its okey but when someone leave to somewhere he is still getting the heal from the monster like, if we did party in venore and a member...
Back
Top