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

    [Error] Guild syntax error (delete guild)

    Where? o.o - - - Updated - - - . . . - - - Updated - - - TY.
  2. Nubaza

    [Error] Guild syntax error (delete guild)

    Good class, the business and the next. in my ot the player creates a guild, i say he does not want + the name for the guild and decided to create another, so that when he goes in guild-chat and places, !disband. the guild and deleted, so it appears this error in the executable of the OT...
  3. Nubaza

    :: Broadband Router :: 401 Unauthorized ::

    Uhm... how i can do that? Thanks for your respond.
  4. Nubaza

    Windows Guilds

    Active the !createguild on the game :p
  5. Nubaza

    :: Broadband Router :: 401 Unauthorized ::

    Omg, i've this fucking problem and i can't open the website Modern ACC of my server. I've change my Router for other with "The New Technology" Wi-Fi, but is a shit, now i can't open my server and my web :x Look my error when i enter to the homeweb: Anyone can help me ? Any suggestion...
  6. Nubaza

    How to make Quests?

    Use a simple script on actions: data/action/scripts/quest.lua local pin = {x=1054, y=1049, z=7} function onUse(cid, item, frompos, item2, topos) if item.uid == 2039 then queststatus = getPlayerStorageValue(cid,2039) if getPlayerLevel(cid) >= 0 then if queststatus == -1 or queststatus ==...
  7. Nubaza

    Lua How to make a globalevent to start talkaction.

    @Loney you're wrong. First you must remove the talkactions commands and make the event lua script to work with globalevent, then this zombie event: globalevents/scripts/zombieEvent.lua: local config = { playerCount = 1560, -- Global storage for counting the players left/entered in the...
  8. Nubaza

    Lua When player say HI, heal (SOLVED)

    If the problem is not an error in the console, make this: Change: npcHandler:say("Removed Condidions", cid) if getPlayerHealth(cid) <= 100 then doCreatureAddHealth(cid, 150) npcHandler:say("take healt", cid) end to: npcHandler:say("Removed conditions and...
  9. Nubaza

    [Modern Acc] Customize Health and Mana in Character View

    Please a stamina bar!? Xd
Back
Top