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

    [8.54][TFS][LUA] What is wrong with this NPC? Console errors included.

    Hiya there, I use the following code in a NPC I made. if msgcontains(msg, 'fix') then if(getPlayerItemCount(cid, 1111) >= 1) then selfSay('Are you sure? I will give you 1 item in return.', cid) talkState[talkUser] = 1 else selfSay('You do not have any items.', cid) end...
  2. P

    A script to make a item permanent in backpack, and undropable

    Dear reader, I'm using a kind of pokeball script on my server. Main idea is to capture monsters to fight with you. However, when dropping the pokeball and logging out, your char gets bugged. I'd like to request a script that makes a item undropable. Thanks, Pikaboy.
  3. P

    Making a item permanent in backpack

    Hey all, I have a pokeball system on my server. However, I want them to be un-dropable and permanent in the backpack, so they cant be traded. Any idea on how I can do this?
  4. P

    Lua Error while starting up the server

    assert(m_scriptEnvIndex >= 0 && m_scriptEnvIndex < 21); C++ shows this error, assertion failed. Any idea how to fix it? It states that there is something wrong in luascript.h on line 251
  5. P

    Windows Cannot load guilds.php

    Hey there, Something weird happened on my ModernAAC website today. When I access guild.php directly through the menu by clicking ''Guilds'', I get a error, try for yourself; http://77.235.60.210:8000/index.php/guilds My guilds.php in system\application\controllers <?php class Guilds...
  6. P

    Making quest status work on character_view

    Hey there, I'm having a problem with making the quest status work on my ModernAAC site. I understand that it relies on storage. For example; $characterPageQuests[] = array('storage'=>35700, 'value'=>2, 'name'=>'Demon Oak Quest'); Here's the code I use for the NPC; elseif...
  7. P

    Windows Changing world name TFS 0.3.6

    Hey y'all, Could someone tell how I can change my world name? I can't seem to find the file to write it. It is ''Test'' now, and I ofcourse want to change it. Thanks in advance, Pikaboy
  8. P

    Windows Using a spell and a rune at the same time

    Hey there! I have a little issue. On my server, I cannot use a rune and a spell at the same time. I just get a ''cloud'' at the character. What file should I change? Thanks in advance, Pikaboy.
Back
Top