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

    Solved Help, How I Remove This?

    START->Control Panel -> Folder options |File types|
  2. Chev

    Change Vocation

    ...so delete it : if pLevel < cfg.level then doSendMagicEffect(pos, 2) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Your level is too low. Require level is " ..cfg.level.. "") return false end
  3. Chev

    [8.60] distro's

    Huh i create version 3.7a without a bugs and with protocol 8.62 but i wait for moderation accept 10 hours!!!
  4. Chev

    [8.62] The Forgotten Server v0.2.8 (Mystic Spirit)

    try set your acces to 5
  5. Chev

    Change Vocation

    np something like that local cfg = { level = 200, item = xxx, itemName = "item", startHp = 150, startMana = 0, } local attr = { sor ={mana = 30, health = 5, }, dru ={mana = 30, health = 5, }, pal ={ mana = 15, health = 10, }, kni ={ mana = 5, health = 15, }, } function onSay(cid...
  6. Chev

    Change Vocation

    It's too easy for me :(
  7. Chev

    [8.62] The Forgotten Server v0.2.8 (Mystic Spirit)

    Maybe you changed account access instead of player access.
  8. Chev

    How to make your server client 8.61 Tutorial

    Full-working potions.lua local config = { removeOnUse = "no", usableOnTarget = "yes", -- can be used on target? (fe. healing friend) splashable = "no", realAnimation = "no", -- make text effect visible only for players in range 1x1 healthMultiplier = 1.0, manaMultiplier = 1.0 }...
  9. Chev

    How to make your server client 8.61 Tutorial

    Small fix... In game your runes isn't have description about require level/mlvl? Do...: items.h find bool isRune() const {return clientCharges;} replace bool isRune() const {return (type == ITEM_TYPE_RUNE);} items.cpp find else if(tmpStrValue == "bed") it.type = ITEM_TYPE_BED; add...
  10. Chev

    [8.62] items.otb

    Thx "Ciko" :) Your rep++
  11. Chev

    [8.62] items.otb

    thx, but i need spr too
  12. Chev

    [8.62] items.otb

    I need items.otb from client 8.62... Anybody known hex spr and dat? (I told about config in item editor: 4C2C7993 4C220594 860 19 xxxx?xxx xxxx?xxxx 8.62 21)
  13. Chev

    i need an easy global event script

    Huh you really create ot? Ohhh... Don't do that... <globalevent name="eventName" interval="900000" event="script" value="fileName.lua"/>
  14. Chev

    tfs 0.4 mysql problem can't connect

    Hmm... apache friends - xampp for windows Lastest version of xxamp... on me works succesfull...
  15. Chev

    tfs 0.4 mysql problem can't connect

    Heh... too hard use googles? but i think, you add wrong password or your mysql serer is blocked by firewall... First check your server, maybe doesn't start? //Use older version xxamp, 1.6.6 is badly...
  16. Chev

    Team Poszukuję ludzi do pracy przy ots. [polish only]

    Wszystko się da oprócz Klienta. Tak, ale dopiero po wykonanej pracy... tzn jak ots stanie na nogi i zacznie iec to kazdy dostanie swoje udzialy zaleznie od tego ile co kto zrobil + dodatkowo premia jezeli dalej bedzie chcial rozwijac ot...
  17. Chev

    Team Poszukuję ludzi do pracy przy ots. [polish only]

    Więc witam... Odrazu mówię że tylko polaków przyjmuję... Nie będę się tu rozpisywał do jakiej perfekcji ots dążę... porostu jeżeli jest ktoś zainteresowany zapraszam na: LINK ( strona przeważnie na dniu czynna...) Serwer jest w fazie testowej... Czego brakuje? Właściwie wszystkiego... Ale...
  18. Chev

    8.1 evo outfit&profejsa

    To moze pokaz nam jakie masz pliki/katalogi w tym swoim ots... Dla ciebie najlatwiej chyba screenem bo windowsowa konsola "cmd" to cie chyab przerasta...
  19. Chev

    Szukam Evo 8.00 / 8.10

    Google? [ots evolution 8.0 | 8.1 download] ??
  20. Chev

    shoot and ammo type.

    source->const.h (0.4_dev) or something else in older versions (use find-> in project files)
Back
Top