• 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

    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?
  2. 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...
  3. 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 =...
  4. 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...
  5. 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
  6. 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
  7. 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 =...
  8. M

    Statschange

    The creaturescript configures fine. When i attack the other player down past red the server crashs. Why it should teleport him away. Help please using Frank Farmers .3.6.
  9. M

    Adding Health to player (problem)

    When i try this it doesn't at health to my player I know it enters here because it tells me that 3513 almost died. Altho it is not adding the health for some reason or mana. What is wrong? function onStatsChange(cid, attacker, type, combat, value) local destinations = { {x = 32461, y =...
  10. M

    using global variables

    does Ex. setGlobalStorageValue(6544, -1) work as a global variable i mean as in i want to store values in 6544 (even if it is just -1,0,1) can lua access this storage value from other lua scores without having to scripts this on a player? essentially i am asking does it work as a global...
  11. M

    Waiting Room/ Event Room

    I am creating a waiting room that starts an event. Once there are 15 players in that room the event will start. What is a good way to get a count of how many players are in the room. Remember players can leave before we reach the min of 15.
  12. M

    how items from position?

    how do i get a quantity from a position like i need to know how many candies are at position (x,y,z)
  13. M

    Moveevent Errors

    i am getting these errors this is from frank farmers i would fix them if i knew the source or the location of the error how to fix the error, would be nice too.
  14. M

    merging maps

    is it possible to merge the maps? like i got a nice castle from my other map is it possible to just carry over the caste? using remeres map editor distrubtion .3.6
  15. M

    Lua Transform player to outfit

    how do i make it so once i teleport the player to the arena his outfit is set to this (type-129 head-95 legs-95 feet-95 body - 95) and he can't change it ??? function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition, actor) local newPosition = {x = 32549, y = 31479...
  16. M

    Capture the Flag

    I working on capture the flag anyone got a tutorial something that could help me? anyhelp would be appreciated i want to make so it throws a bunch of player onto my map give them and outfit someone get the flag then becomes the flag until the die they try to get the flag to the other...
  17. M

    Reload the Server (shortcut)

    :confused: i have a big server that takes 10 mins to load up is there anything i can use as a shortcut for reloading the server for like map changes, script changes or something like that etc...
  18. M

    Frank Farmer Errors

    how come the server is coming up with hundreds of errors like 1) moveable item in house 1982 2)Spawn::addmonster can't find "young sea serpent" 3)fail to load npc Alfred 4)spawntime can't be less than 1 second 5)Duplicate unique id 10203 6)Warning- monsters::loadmonster] cant load...
  19. M

    load monster problems

    i got 3 problems when i was loading my monsters to my website i use .3.6 distribution \ 1.7.1 xampp \and .0.3.6 tar for Gesior or Acc or whatever (the htdocs thing) problem 1 problem 2 problem 3 help please
  20. M

    Map Error! Help

    How do i do this and where?
Back
Top