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

    Prestige system help

    This is not possible with TFS 0.2.14 since it does not have the onLook event. Sorri!
  2. trollebror

    doItemSetAttribute

    Sorry, my bad! function onSay(cid, words, param, channel) if(param == '') then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command param required.") return true end local t = string.explode(param, ",") local ret = RETURNVALUE_NOERROR local pos =...
  3. trollebror

    doItemSetAttribute

    I'm not 100% sure of this is what you want, but I think it is. function onSay(cid, words, param, channel) if(param == '') then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command param required.") return true end local t = string.explode(param, ",") local ret =...
  4. trollebror

    Weapon scripts - Default behaviour

    What I want to do is that any wand/rod/bow/sword (any weapon) that I point to a script in the weapons.xml should behave like they normally do (like if I would not have pointed a script to this weapon). <melee id="2376" function="default" script="somescript.lua" /> <distance id="2456"...
  5. trollebror

    Actions rusty remover help

    The script fails on line 65. You have missed a ",". ------------------------------------------------- -------------------CONFIGURE----------------------- ------------------------------------------------- local config = { rustyarmorid = 9810, rustylegsid = 9813, rustyshieldsid = 9816...
  6. trollebror

    doItemSetAttribute() for 0.2.14

    Hello guys! Is there a way to achieve the doItemSetAttribute() result on a 0.2.14~? There is a similar get function getItemDescriptions(), but none for setting value. If this is not possible with the 0.2.14, what has to be done in the source to achieve this? Thanks guys! :)
  7. trollebror

    TalkAction Set Player Storage Value

    And the script I posted is for 0.2.14~ so it's still useful for some of us. :)
  8. trollebror

    TalkAction Set Player Storage Value

    I could not find a similar script so I made one myself. What it does: Sets a players storage value. Use example: !storage "GM Trollebror, 21212, -1 set_storage.lua function onSay(cid, words, param) local parameters = string.explode(param, ",") local player =...
  9. trollebror

    [Weapon] Hit or block?

    Too bad. Thanks a lot for a good answer thoughFlatlander
  10. trollebror

    [Weapon] Hit or block?

    Is it possible to check if the attack is blocked or not inside a weapon-script? Check the code below for a more illustrative explanation. local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat, COMBAT_PARAM_BLOCKSHIELD, 1)...
  11. trollebror

    Quest Item Container

    Hello guys! Is there a way to use this quest item container with the TFS 0.2.14? If there is, how to use it? If not, are there any distro that supports this new feature? -edit- This is the container I'm talking about:
  12. trollebror

    How To Open Two Maps

    1. Open the first map 2. Then edit something on that map so that you will get a * after the map name in your Remere's Map Editor 3. Open the second map Now you just shift-hold and mark the area you would like to copy and paste it wherever you want.
  13. trollebror

    Lua Client built-in 'quest item container'

    Hello guys! Is there a way to use this quest item container with the TFS 0.2.14? If there is, how to use it? If not, are there any distro that supports this new feature? -edit- This is the container I'm talking about: - - - Updated - - - Anyone?
  14. trollebror

    Team Lightsource Team recruiting dedicated players

    I wrote a tryhard text, but it went gone, so here you got a short review. We are searching for: 18+ scripter Npc/quest/storyline crafter Trailer responsible Post here or add me via skype: Daviid1996. //Lightsource Team.
Back
Top