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

    Outfit Change

    Bump
  2. psychosisneamia

    Outfit Change

    Is there a way to make an item that when clicked on it says "Changed" and changes a player outfit to a monster outfit example Outfit 9 Then when clicked on the item again it sends the outfit back to normal? I don't know if you can use it something with these functions...
  3. psychosisneamia

    Simple request

    Thank you! =)
  4. psychosisneamia

    Simple request

    I got a simple request that I can not figure out.. Everyone I see says to just set action ID to the key and I don't know how to do that. My problem: I am making a quest door where you need to use the key (8978) but I don't know how to set an action ID to it is there a script someone can give...
  5. psychosisneamia

    Use item x monster spawns

    Thank you =)!
  6. psychosisneamia

    Use item x monster spawns

    I tried, is there a way to make sure you have to have FULL mana to use it? EDIT: or would it be easier to just add and exhaust to it?
  7. psychosisneamia

    Use item x monster spawns

    Is there a way that when you use the item it removes 100% of your mana?
  8. psychosisneamia

    Use item x monster spawns

    Yeah! Thank you Ninja, and Evil Puncker :D
  9. psychosisneamia

    Use item x monster spawns

    Would this work? function onUse(cid, item, fromPosition, itemEx, toPosition) doCreateMonster("Giant Spider", getPlayerPosition(cid)) doRemoveItem(item.uid, 1) return TRUE end
  10. psychosisneamia

    Use item x monster spawns

    Error: [06/05/2014 13:35:34] data/actions/scripts/custom/spider.lua:6: '<eof>' expected near 'end'
  11. psychosisneamia

    Use item x monster spawns

    Hello, I have a request for you lovely people. I need a script that when you use a certain item a monster is spawned. The script i used removes the item but no monster spawns Here is the script I tried to make. function onUse(cid, item, fromPosition, itemEx, toPosition) doCreateMonster("Giant...
  12. psychosisneamia

    NPC The Gambling Man, the interactive dicer

    Is there a way to make players lose more often? Its like almost way to easy to win...
  13. psychosisneamia

    talkacion !guild (show members of your guild)

    Then why not share it for other people who may need it?
  14. psychosisneamia

    NPC Grizzly Adams (Killing in the name of... Quest) All tasks, more real-tibia

    I have the exact script from the first page. Copied it several times same error.
  15. psychosisneamia

    Need Soya Npc

    What error do you get?
  16. psychosisneamia

    Gem NPC

    <?xml version="1.0" encoding="UTF-8"?> <npc name="Tessa" script="gems.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look type="140" head="9" body="159" legs="55" feet="22" addons="2"/> <parameters> <parameter key="message_greet" value="Hello...
  17. psychosisneamia

    NPC Grizzly Adams (Killing in the name of... Quest) All tasks, more real-tibia

    Darkhaos I get this error [21/04/2014 13:26:36] [Error - Npc interface] [21/04/2014 13:26:36] data/npc/scripts/killinginthenameof.lua:eek:nCreatureSay [21/04/2014 13:26:36] Description: [21/04/2014 13:26:36] data/npc/scripts/killinginthenameof.lua:124: attempt to concatenate field 'raceName'...
  18. psychosisneamia

    CreatureEvent [CreatureEvent/Npc] Killing in the name of...

    @Darkhaos I get this error [21/04/2014 13:26:36] [Error - Npc interface] [21/04/2014 13:26:36] data/npc/scripts/killinginthenameof.lua:onCreatureSay [21/04/2014 13:26:36] Description: [21/04/2014 13:26:36] data/npc/scripts/killinginthenameof.lua:124: attempt to concatenate field 'raceName'...
Back
Top