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

    Compiling Collors chat

    I changed channel id 8 to english chat(old help chat), and have create a new chat id 9 my new help channel How to remove collors in channel 8 and in new HELP channel id 9, change collors to If you are player = normal color msg tutor or senior tutor = orange color msg gm,cm,god = red msg I use...
  2. oliverarrow

    How to use AND - && xml?

    I want put AND - && in my outfits.xml For exemple <outfit id="13" quest="666,40001"> <list gender="0" lookType="156" name="Assassin" /> <list gender="1" lookType="152" name="Assassin" /> </outfit> Need storage 666 and storage 40001 But ,,,,,, in outfit.xml is OR
  3. oliverarrow

    Solved parcel stack block

    i want it too, but i want to 8.6 (rev3777)
  4. oliverarrow

    Compiling BanIP function source

    I didn't find anything here http://pastebin.com/Uvahw2M2 bump bump
  5. oliverarrow

    Compiling BanIP function source

    bump
  6. oliverarrow

    Compiling BanIP function source

    I'm using 0.4, and i want know how to banip as this function LUA doAddIpBanishment(getPlayerIp(cid), 2 * 2 * 60 * 60) 2 hours to ban IP... How to do it in my sources?
  7. oliverarrow

    Lua How to use it in default channel?

    how to put this msg doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED,'Loot of ' .. monster .. ': ' .. (ret ~= '' and ret or 'nothing') ) On this channel <channel id="20" name="Loot"/> ?????????????????
  8. oliverarrow

    Lua How to use it in default channel?

    I found a better command: doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED,'Loot of ' .. monster .. ': ' .. (ret ~= '' and ret or 'nothing') ) How to use it to work in my new channel: <channel id="20" name="Loot"/>
  9. oliverarrow

    Lua How to use it in default channel?

    I try it, dont work bro :( My mod <?xml version="1.0" encoding="UTF-8"?> <mod name="Loot Ring" version="1.0" author="Cykotitan" contact="otland.net" enabled="yes"> <event type="kill" name="lootring" event="script"> <![CDATA[ local t = { item = 11393, slot = CONST_SLOT_NECKLACE...
  10. oliverarrow

    Lua How to use it in default channel?

    I hate flood on screen How i can use it doPlayerSendChannelMessage(pid, '', 'Loot of ' .. monster .. ': ' .. (ret ~= '' and ret or 'nothing'), TALKTYPE_CHANNEL_W, CHANNEL_PARTY) To MSG only in channel default or server log, or another?
  11. oliverarrow

    Lua Help NPC change name

    I think it's work now, ty so much!
  12. oliverarrow

    Lua Default msg or normal MSG help

    Is 0.4 It's possible i think, caUse if i use this script and remove loot msg on config.lua, the loots work (msgs and loot) But idk how to put chooses and how to make to default msgs
  13. oliverarrow

    Lua Default msg or normal MSG help

    I want help to u guys, i have my loot system and i need, a talkaction to change MSG loot, for example /changelootmsg And loot msg dont flood on screen, only on default chat And if use command again, back to screen, any know? How to do it? doPlayerSendChannelMessage(pid, '', 'Loot of ' ...
  14. oliverarrow

    Lua Help amulet lua dont working so fine

    Oh ty :D I dont see it doPlayerSendChannelMessage(pid, '', 'Loot of ' .. monster .. ': ' .. (ret ~= '' and ret or 'nothing'), TALKTYPE_CHANNEL_W, CHANNEL_PARTY) Then... Can you help me on sonthingelse? When i active this script loot, drop nothing so much times Test without amulet 19:43...
  15. oliverarrow

    Lua Help amulet lua dont working so fine

    When i kill monster with amulet or without, the server give me 2 loots msgs And only one work... Why? How to fix? 17:42 You advanced from Level 13 to Level 14. 17:42 Loot of a dragon: 5 burst arrows, a steel helmet, dragon ham, a dragon's tail, 44 gold coins, 17 gold coins. 17:42 Loot of a...
  16. oliverarrow

    Lua Help NPC change name

    01:31 M A O [17]: Tre Let 01:31 Change Name: Tre Let Its a invalid name. Whats your new name? 01:31 M A O [17]: Four Letters 01:31 Change Name: Four Letters Its a invalid name. Whats your new name? local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)...
  17. oliverarrow

    Lua Help NPC change name

    I try this script: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talk = {} local name = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  18. oliverarrow

    Lua Help NPC change name

    Oh my god, you are so good, ty so much U know how to put: Too short words in your name. for exemple: 16:50 You see M A O (Level 17). He has no vocation. To set min 4 letters to names For Exemple: Abcd Efgh not Ab Cd or Abcd E or A Bcde
  19. oliverarrow

    Lua Help NPC change name

    Thank you so much! But i have 2 problems I can use so much spaces The name separation, dont use capital letter Sorry to my english, look the picture:
  20. oliverarrow

    Lua Help NPC change name

    Sorry bro! And so ty!!!! Where i can edit to put invalid names, for example: God... http://i.ytimg.com/vi/eYIuZscJvZY/hqdefault.jpg http://i.ytimg.com/vi/tu8PS2vFyZ0/maxresdefault.jpg And put a limit on words, letters, spaces
Back
Top