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

    Special Spell

    <?xml version="1.0" encoding="UTF-8"?> <mod name="Reflection" version="1.0" author="otland" contact="otland.net" enabled="yes"> <instant name="Reflection" words="exori reflect" lvl="50" mana="140" prem="1" aggressive="0" selftarget="1" exhaustion="7000" needlearn="0" event="script"> <vocation...
  2. R

    Effect

    <globalevent name="VIPeffect" interval="3" script="vipeffect.lua"/> function onThink(interval, lastExecution) for _, name in ipairs(getOnlinePlayers()) do local cid = getPlayerByName(name) if getPlayerStorageValue(cid, 11551) >= 1 then doSendAnimatedText(getPlayerPosition(cid), "V I P"...
  3. R

    utevo res

    bump
  4. R

    utevo res

    Hello Someone can edit this lua? For a player can summon 2 demon without dead corpse (local corpse) is exana mas mort function onTargetTile(cid, position) position.stackpos = 255 local corpse = getThingFromPos(position) if(corpse.uid == 0 or not isCorpse(corpse.uid) or not...
  5. R

    Windows Hiring VPS

    Hello otland, i need help fast.. Right now I'm hiring a VPS but i have a problem I do not understand this Hostname: eg. server1(.yourdomain.com) NS1 Prefix: eg. ns1(.yourdomain.com) NS2 Prefix: eg. ns2(.yourdomain.com) someone can explain me how I have to put here
  6. R

    soul points

    doPlayerAddSoul(cid, - getPlayerSoul(cid))
  7. R

    Points

    Exactly
  8. R

    Points

    Hello:P local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  9. R

    I have some requests

    Multi Elements Wand <?xml version="1.0" encoding="UTF-8"?> <mod name="Weapon multi-elements" version="1.0" author="nobody" contact="otland.net" enabled="yes"> <config name="configuracion"><![CDATA[ config = { storage = 6999, dinero = 0 * 1000 -- 1cc, put 0, if you do...
  10. R

    Skills In Chest

    function onLogin(cid) local playerVoc = getPlayerVocation(cid) local reqTries = getPlayerRequiredSkillTries local skillStor = 56364 local gotSkills = getPlayerStorageValue(cid, 56364) if playerVoc == 1 and gotSkills == -1 then doPlayerAddSkillTry(cid, SKILL_SHIELD, reqTries(cid, SKILL_SHIELD...
  11. R

    Skills In Chest

    bump :P
  12. R

    Skills In Chest

    Hello :P I have a simple question.. why the new players makes lag when they receive their first skills (war server) ?
  13. R

    Query Mysql

    thanks you ++rep :)
  14. R

    Query Mysql

    #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE `itemtype` IN ("7410", "2160", "2466")' at line 1
  15. R

    Query Mysql

    Solved.
  16. R

    Change Name

    thanks sum ^^ +rep
  17. R

    Change Name

    Hi otland its me again :P I have this script of changename! I want can use the signs [ and ] Like [GOD] Plx, if is its impossible let me now function sugested() --GName generator local cons = {'b','c','d','f','g','h','i','j','k','l','m','n',' p','q','r','s','t','v','x','y','z'}...
  18. R

    DB query

    thx
Back
Top