• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Samaster

    Solved A PVP channel?

    Okay I've done that, but when I add this (first code) into login.lua, a player doesn't die when on 0 health and this error comes up on the server and spams until the player on 0 health logs out, and still nothing comes up on the PVP channel: registerCreatureEvent(cid, "PlayerKill")...
  2. Samaster

    Solved A PVP channel?

    Okay I have been trying all sorts of things for the past couple of hours and I cannot get this to work, nothing ever comes up. I must be just missing something rather than have put the wrong thing (or both): Channels.xml: <channel id="10" name="PVP" logged="yes" active="no"/>...
  3. Samaster

    Solved A PVP channel?

    okay I have added it in but I get this error: [25/07/2014 21:19:18] [Error - LuaScriptInterface::loadFile] data/creaturescripts/scripts/login.lua:67: unexpected symbol near 'then' [25/07/2014 21:19:18] [Warning - Event::loadScript] Cannot load script (data/creaturescripts/scripts/login.lua)...
  4. Samaster

    Solved A PVP channel?

    still nothing :(
  5. Samaster

    Solved A PVP channel?

    okay, so I've added this atm: Channels.xml <channel id="10" name="PVP" logged="yes" active="no"/> Creaturescripts.xml <event type="death" name="PlayerDeath" event="script" value="login.lua"/> Login.lua function onDeath(cid, corpse, deathList) ChannelBroadcast("[PVP] This is a test...
  6. Samaster

    Solved A PVP channel?

    <event type="death" name="PlayerDeath" event="script" value="login.lua"/> Would this be ok for creaturescripts.xml? And for the login.lua event, do I just add the same thing as I did in 050-function.lua? (Sorry for asking so stupid things)
  7. Samaster

    Solved A PVP channel?

    What I have atm is: (this code works) <channel id="10" name="PVP" active="no"/> and something I tried to make but doesn't work: function onDeath do for _, cid in ipairs(getPlayersOnline()) do ChannelBroadcast("[PVP] This is a test message.", 8)...
  8. Samaster

    PvP Channel

    guys, where do I add all this to?
  9. Samaster

    Solved A PVP channel?

    This is what I've done so far: <channel id="10" name="PVP" logged ="yes" muted="yes" conditionId="4" conditionMessage="You cannot talk in this channel."> <vocation id="1-12"/> </channel> When i add muted="yes" it doesn't mute the channel? Also, Hernest, where do I put that or...
  10. Samaster

    Solved A PVP channel?

    anyone?
  11. Samaster

    Solved A PVP channel?

    Hi, I would like a PVP channel that all players can open and see when players kill other players; but not be able to talk in it. I only have a XML file of the list of channels at the moment and have no idea what else to do: <?xml version="1.0" encoding="UTF-8"?> <channels> <!-- README...
  12. Samaster

    Help with Custom Client

    The links don't work :/ Edited: I've done it don't worry (SOLVED) I found a website that you can use and it's really easy: http://v*a*p*u*s*.net/customclient remove the *s
  13. Samaster

    Help with Custom Client

    Hi, I want my server to have its own custom client but have no idea where to start, what to download or anything so any help would be great. Thanks
  14. Samaster

    Solved Expertise door

    okay thank you :)
  15. Samaster

    Solved Expertise door

    do i need to add the local cords into that?
  16. Samaster

    Solved Expertise door

    Hey, do you know how you can make it so people from level 1-1000 can only enter through the door? :)
  17. Samaster

    Lua Spell to remove hotkey item messages?

    damn that sucks cus i dont have that file.. isnt there an easier way :P
  18. Samaster

    Lua Spell to remove hotkey item messages?

    would i need to add this to the spell script?
  19. Samaster

    Lua Spell to remove hotkey item messages?

    I need a spell that removes the messages that appear in your server log when you attach an item to a hotkey. Example: When you add a rope to your hotkeys it will bring up a message when you use it: 09:53 Using the last rope... 09:53 Using the last rope... 09:53 Using the last rope... I think...
  20. Samaster

    Solved When Monster Dies, it will remove items???

    Thanks all, it works! :D
Back
Top