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

    [HELP] Npc Handler problem

    Hello people of OTLand. I have problem with Npc Handler . I get this error when any player say anything near NPC like:- When I say anything this error appear I use TFS 0.4
  2. elking

    War Server

    8.6 is better if you open War OT
  3. elking

    How to upgrade my temple :D?

    I know @DestinationSer map is better because items complete each other and simple :) ,But I don't choose items randomly :P
  4. elking

    How to upgrade my temple :D?

    Yes , It exist in tibia client 8.6
  5. elking

    Shiva Shadowsong Thread

    LOL All sprite awesome !! You must progress request to CipSoft :D
  6. elking

    How to upgrade my temple :D?

    Yes, It will better but he has small are :p [EDIT] At all good Tutorial
  7. elking

    How to upgrade my temple :D?

    Its good but the grass will Force him to remove the eastern house :)
  8. elking

    How to upgrade my temple :D?

    Nothing just add some thing and change floor -_-
  9. elking

    How to upgrade my temple :D?

    I think this is better :P
  10. elking

    How to upgrade my temple :D?

    Yes but why you don't put border around the red title ?!
  11. elking

    Its able to do these ??

    So all Global must like this ? if (getGlobalStorageValue( 39483) < 0) then about first ,second etc I made it to show the player first 5 player in event their storage [ 39483] from 1 to 5 when I say [best] it give you windows and their name in it
  12. elking

    How to upgrade my temple :D?

    Hmm change This white floor and replace it with [stone tile] and remove this glowing title or put border around it Its Ugly
  13. elking

    Its able to do these ??

    BUMP
  14. elking

    Its able to do these ??

    @Limos Help me I made this and it might have problem this is conversation And this happened with all player and when say Best the 5 first players all line = -1 First =-1 second = -1 etc.. and this my LUA local keywordHandler = KeywordHandler:new() local npcHandler =...
  15. elking

    Its able to do these ??

    It work but why that ? when I say "join" nothing happened How to make it when I say join do this if (getPlayerStorageValue(cid, 39483) < 1) then setPlayerStorageValue(39483, getGlobalStorageValue(39483) + 1) npcHandler:say("you have joined the event and your place is...
  16. elking

    Its able to do these ??

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  17. elking

    Its able to do these ??

    why this give me this error ? local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  18. elking

    Solved Outfits per vocation

    try this I don't test it local KnightfemaleOutfits = { ["Knight"]={131}} local knightmaleOutfits = { ["Knight"]={139} } local femaleOutfits = { ["warrior"]={134} } local maleOutfits = { ["warrior"]={142} } local param = string.lower(param) function onLogin(cid)...
  19. elking

    Its able to do these ??

    This happened 1 day in a week Like :- Player : hi NPC :Hello |PLAYERNAME| , I'm the Battle event manger say {Join} to join the event , say {Rank} to see your rank ,{Best} to see the best rank Player : join NPC :you have joined the event you is the first player [If he is first] else you have...
  20. elking

    Its able to do these ??

    I think this will exchange 2 storage only ? I want it run on all player what you mean with rest I didn't say rest ?!
Back
Top