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

    Website Gesior AAC

    Characters.php <?PHP $name = stripslashes(ucwords(strtolower(trim($_REQUEST['name'])))); if(empty($name)) { $main_content .= 'By using this search-function can you get detailed information about a certain player on '.$config['server']['serverName'].'.<BR> <FORM ACTION="?subtopic=characters"...
  2. A

    Website Gesior AAC

    Becouse I don't have this <td rowspan="2" width="68" height="68" align="center" valign="bottom">'.$playerOutfit.'</td> in my characters.php :/ im new at this maybe my fault haha ;/
  3. A

    Website Gesior AAC

    Hello guys, Im looking for TOP addon makers is there anyone who have relesed that yet? also "show outfits" on Who is online <--Solved Kind regards, Akkz
  4. A

    Solved Help please guy's

    Solved!
  5. A

    PVP Kill Recive

    bump
  6. A

    Boat Travel

    what is this? :O in console [Error - Npc interface] data/npc/scripts/TP/boat_liberty.lua:onCreatureSay Description: data/npc/lib/npcsystem/npchandler.lua:301: bad argument #1 to 'gsub' (string expected, got nil) stack traceback: [C]: in function 'gsub'...
  7. A

    Boat Travel

    How do I make so I can go from Thais to zao? I have paste position and everything but it wont work, help anyone?!
  8. A

    Lua Boat Travel

    I dont know then what can it be? :O everything else work
  9. A

    Lua Boat Travel

    still dont work with a z
  10. A

    Lua Boat Travel

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) -- OTServ event handling functions start function onCreatureAppear(cid)...
  11. A

    Lua Boat Travel

    How do I make so I can go from Thais to zao? I have paste position and everything but it wont work, help anyone?!
  12. A

    Task problems

    what should I link then? :O I can't find something that's wrong
  13. A

    Task problems

    Creaturescript local questCreatures = { ["troll"] = {questStarted = 1510, questStorage = 65000, creatureStorage = 15000, killsRequired = 100, raceName = "Trolls"}, ["frost troll"] = {questStarted = 1510, questStorage = 65000, creatureStorage = 15001, killsRequired = 100, raceName = "Trolls"}...
  14. A

    Task problems

    Thats what i mean if U read-.- when i Say task it gives me wrong mission
  15. A

    Task problems

    Im using all scripts that are in this ---> http://otland.net/f82/creatureevent-npc-killing-name-all-monsters-all-tasks-rewards-59700/
  16. A

    Task problems

    Can someone help? :/
  17. A

    Task problems

    If I say hello/task it gives me mintoaur, maybe it's double script and it linked by another .LUA?
  18. A

    Task problems

    I use this! http://otland.net/f82/creatureevent-npc-killing-name-now-player-can-choose-task-107936/
  19. A

    Task problems

    Hello people! When I say: -Hello then I get minotaur mission that is like the mission 27, and this in console ---- > [Warning - Error::Killing in the name of::Tasks config] Something is wrong. -Task Kind regards, Akkz
  20. A

    CreatureEvent Reward for killing players. Block number of kills.

    I Want this script except no block even if you killed someone 1000 times, and no reward if you kill someone in same guild or 50 levels below yourself, is it possible? :$
Back
Top