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

Search results

  1. D

    No losing skull when lose the PZ (Skull System) 8.6

    data/creaturescripts/skullcheck.lua
  2. D

    Lua Skull in db always == 4

    login.lua local config = { loginMessage = getConfigValue('loginMessage'), useFragHandler = getBooleanFromString(getConfigValue('useFragHandler')) } function onLogin(cid) if (getConfigValue("accountManager") == FALSE and getCreatureName(cid) == "Account Manager") then return false...
  3. D

    Lua Skull in db always == 4

    refresh
  4. D

    Lua How to set my raids?

    if math.random(1, 100) <= 20 then ...script... end <globalevent name="thehornedfox" interval="7200000" event="script" value="raids/thehornedfox.lua"/> every 2 hours u have 20% chance to start this raid.
  5. D

    Solved Bug with NPC

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  6. D

    Need two scripts.

    1. Masz kawałek: onAdvanced oldLevel < newLevel siema = getPlayerMaxHealth czesc = getPlayerMaxMana doPlayerAddHealth(cid, siema) doPlayerAddMana(cid, czesc) 2. config.lua, lub w każdym skypcie potiona i czaru doSendAnimatedText
  7. D

    Lua Skull in db always == 4

    Hello! Why in my data base always when player logout skull = 4? I can create new character, login and logout and in my data base this character have skull 4 and skulltime 0 ?! My accont manager show red skull near all characters because all have skull 4 ;s
  8. D

    Solved First items

    fixed
  9. D

    TalkAction Perfect !aol script

    It's for exp x99999 (can't spam 1000x !aol in 2 sec., can't use aols for anti push [when u don't have space, aols drop on ground]) Or you can change this script, and make other. specjalnie tak pisze, hehe
  10. D

    TalkAction Perfect !aol script

    function onSay(cid, words, param, channel) if getPlayerStorageValue(cid, 2700) <= os.time() then local kk = os.time()+2 setPlayerStorageValue(cid, 2700, kk) if getPlayerMoney(cid) >= 10000 then if doPlayerAddItem(cid, 2173, 1, false) then return...
  11. D

    Solved First items

    Hello. Where i can find script "first items"? I get on first login (torch, leatcher armor, club, apple, bag), storage 30001 No are in creaturescripts and mods. Idk where i can find this ;s
  12. D

    [Proposal] Cast System

    refff
  13. D

    Cast for 100+ lvls or more

    refffff
  14. D

    Stian's Dev-cpp repack 0.2 (with crypto++ and 64bit) !

    Working links: http://www.4shared.com/archive/toqmD4x9/stians_repack_dev-cpp_02_64bit.html http://skalski.at/files/files/StiansRepackDev-Cpp_v2.zip
  15. D

    real best pvpers lunar/shadowcores

    DanJ93 - Blokersi
  16. D

    Bug reports

    When i die with 131 mlvl with all blessings i lose ~30% of my mlvl! ;o Claw of 'the noxius spawn' can't refill this
  17. D

    BEST FAIL MARKET

    Normal priece in market is 15-20k i pay 115k ;c I waste 25+kk
  18. D

    Lua Function: Slot?

    Hello, in tfs is function "slot"?? if slot.righthand == 2280 or slot.lefthand == 2280 then doPlayerSendText(cid, 20, 'U have magic sword in hand!') end ?
  19. D

    Cast for 100+ lvls or more

    or make can't casting in protection zone :)
  20. D

    Please make this

    ni chujo, not signed xd
Back
Top