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

Recent content by volitar

  1. V

    [actions] Vip Rune don't remove

    as title says my vip rune wont remove charges testet different but it just make the rune stop working. hope for som help...
  2. V

    vip stamina

    i want to get that vip players have a total of 44h stamina and the 2 first houers they get 75% + exp and when 42 and to 0 its like usual.. how can i fix it? // volitar
  3. V

    playerdeath

    dofile("./config.lua") function onDeath(cid, corpse, killer) doPlayerSendTextMessage(cid, MESSAGE_EVENT_ADVANCE, "You are dead.") if deathListEnabled == "yes" then if sqlType == "mysql" then env = assert(luasql.mysql()) con = assert(env:connect(mysqlDatabase, mysqlUser, mysqlPass...
  4. V

    An item to send message for all the players on DEFAULT CHANNEL

    function onSay(cid, words, param) local itemId = 12596 if (param == "") then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, "Invalid parammeter") return TRUE end if (doPlayerRemoveItem(cid, itemId, 1)) then doBroadcastMessage(getCreatureName(cid), param...
  5. V

    food as pots

    cant you just take like mana/health potion and just make it for food
  6. V

    playerdeath

    local config = { deathListEnabled = getBooleanFromString(getConfigInfo('deathListEnabled')), sqlType = getConfigInfo('sqlType'), maxDeathRecords = getConfigInfo('maxDeathRecords') } config.sqlType = config.sqlType == "sqlite" and DATABASE_ENGINE_SQLITE or...
  7. V

    Modern AAC Death.php

    hey. i got someproblems with my death.php A PHP Error was encountered Severity: Notice Message: Undefined variable: number_of_rows Filename: death/injection.php Line Number: 5 A PHP Error was encountered Severity: Notice Message: Undefined index: site Filename...
  8. V

    Error: Connection timed out.(10060)

    turn of your firewall on compiuter
  9. V

    Paralyze Axe

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat, COMBAT_PARAM_BLOCKSHIELD, 1) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_STUN)...
  10. V

    [Modern AAC] I Need Some Help...

    okey good:)..
  11. V

    NoDmgToParty or guildmember someone can re edit?

    well the script works like it should cus i cant attack guild members and so... its just the talk action thats dont work.. hope someone can fix it or give me another lua script for talk action
  12. V

    playerdeath

    try this local config = { deathListEnabled = getBooleanFromString(getConfigInfo(\'deathListEnabled\')), sqlType = getConfigInfo(\'sqlType\'), maxDeathRecords = getConfigInfo(\'maxDeathRecords\') } config.sqlType = config.sqlType == \"sqlite\" and DATABASE_ENGINE_SQLITE...
  13. V

    grizzly adams problems

    i have grizzly adams woring to talk. but when i have kill i cant get reward or any thing.. this is my script if anyone can fix it i will +rep.. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local...
  14. V

    NoDmgToParty or guildmember someone can re edit?

    cant attack so that far it works. but every time i try attack i got error and the other cant make it work with command it dont do any thing:/..
  15. V

    Problem with npcs

    delete files and replace with new
Back
Top