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

    No Team Attacking?

    Omg omg omg i forgot to register it omg omg omg i forgot to register it omg omg omg i forgot to register it omg omg omg i forgot to register it omg omg omg i forgot to register it omg omg omg i forgot to register it omg omg omg i forgot to register it omg omg omg i...
  2. M

    OnComat

    bump
  3. M

    OnComat

    does Oncombat(cid,target) work in .3.6 Distros? cause i can't figure how to activate it right in my Xml Type = Combat is that right? If onCombat is out of date are there any substitutes or replacements?
  4. M

    No Team Attacking?

    3513 = team white 3514 = team black this code acts like no friendly fire inside an event For some reason it is not reading my creature script. I placed these error messages inside my code, and they work as debug testing to my dismay none of them went off so i don't understand why it's not...
  5. M

    doRemoveCondition(cid, type)???

    How do i use this? >>> doRemoveCondition(cid, type) with conditionBlack = createConditionObject(CONDITION_OUTFIT) setConditionParam(conditionBlack, CONDITION_PARAM_TICKS, 1800 * 1000) addOutfitCondition(conditionBlack, {lookType = 137, lookHead = 114, lookBody = 114, lookLegs =...
  6. M

    Remove player Item outfit

    bump
  7. M

    Bigger Database

    lol clear some shit it organized by date they logged onto account
  8. M

    Npc problems!

    can you tell me the error you get? or more specifically the problem. try copy and pasting existing texts like this into troubled ones to check if it fixes the problem (obviously change Svargrond respectively to the right town) Plus it looks like to be that the code is being feed through...
  9. M

    Exp Potion

    doPlayerAddExp(cid, exp) place this in code for the potion
  10. M

    Remove player Item outfit

    Does anyone know how to use this time function? Or transform the player back into him normal outfit ( removing the item outfit) Luafunction onSay(cid, words, param, channel) if(param == '') then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command...
  11. M

    Transform player into Item

    or anyone got an idea how do use the time function?
  12. M

    Transform player into Item

    do you know to remove this after time has been set to -1 without logging out etc...
  13. M

    White Text

    If anyone remembers this off the top of their head, please write How do i get that text with the White Text the displays to a player like the "doBroadcast ... but it is in white
  14. M

    Transform player into Item

    i want to transform a player into a skull i want to do this through a script cause i need to edit the function i know the chameleon rune does this but i can't find how to access the code
  15. M

    Lua Creature not Found Error

    bump
  16. M

    Lua Creature not Found Error

    bump
  17. M

    Lua Creature not Found Error

    bump
  18. M

    Lua Creature not Found Error

    bump
  19. M

    Lua onStatsChange "attacker" problems

    for creature try using iscreature(attacker) == true
  20. M

    Lua Creature not Found Error

    This code executes properly i have no ingame problems with it. Altough keep getting this error in my dos window. Its an annoying error and i don't want it to fill up my dos window. function onStatsChange(cid, attacker, type, combat, value) local destinations = { {x = 32466, y = 31502, z =...
Back
Top