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

    CreatureScripts [BUG]

    if getPlayerVipDays(cid) >= 1 then if getPlayerVocation(cid) == 1 then --setPlayerPromotion(cid, 13) end if getPlayerVocation(cid) == 2 and getPlayerVipDays(cid) >= 1 then -- setPlayerPromotion(cid, 14) end if getPlayerVocation(cid) == 3 and getPlayerVipDays(cid) >= 1 then...
  2. delton

    Tile Help

    I need a test to see if there is a tile in pos.z(7) Example: I walk the stairs, but if not I cannot floor up or down Thanks! :thumbup:
  3. delton

    Ip Changer

    Because the ip changer does not work with the Pokemon SVKE? What can I do to make it work? Thanks!
  4. delton

    Rsa key [help]

    Hiho all~~ I need help for search Pokemon RSA Key.... Who help me? :blink: Thanks! :thumbup:
  5. delton

    Compiling error [BUILD]

    I have YurOTS 0.9.4d also have this problem: [Build Error] [YurOTS.exe] Error 1 I will use these linkers: -lwsock32 -s -Wl,-Map=otserv.map -llibboost_regex-mgw-mt-s-1_33_1 C:/Dev-Cpp/bin/libxml2.dll C:/Dev-Cpp/bin/lua5.dll C:/Dev-Cpp/bin/lualib5.dll Compiler C++ -DEXCEPTION_TRACER...
  6. delton

    Update these linker's [Compiling]

    Hello everyone, i need help in these linkers: -lwsock32 -s -Wl,-Map=otserv.map -llibboost_regex-mgw-mt-s-1_33_1 C:/Dev-Cpp/bin/libxml2.dll C:/Dev-Cpp/bin/lua5.dll C:/Dev-Cpp/bin/lualib5.dll Who update for me? Thanks !
  7. delton

    Solved Sqlite Problem!

    When players login: [22/07/2010 19:05:54] > Saving server... [22/07/2010 19:05:54] OTSYS_SQLITE3_PREPARE(): SQLITE ERROR: no such table: account_viplist (DELETE FROM "account_viplist" WHERE "account_id" = 3 AND "world_id" = 0) [22/07/2010 18:59:45] Error while saving player: Dellton...
  8. delton

    GetCorpseName [help]

    Please, i need help for create a variable for get corpse name! My Example is: if isCorpse(itemEx.uid) then local cn = string.find(getItemName(itemEx.uid), "dead (%a+)") HELP Please!!!
  9. delton

    [lua error] Why?

    local ItemName = string.find(getItemSpecialDescription(itemEx.uid), "It contains a (%a+)") What error have ? [27/04/2010 20:30:52] data/actions/scripts/pb.lua:60: attempt to call global 'getItemSpecialDescription' (a nil value) Help Plx Thanks :peace:
  10. delton

    New's Const_me [HELP]

    How i can add new const_me effects? I will use that for add in my Mega Tibia Project :D Thx OBS: I already have sprites in dat and spr. :thumbup:
  11. delton

    Conditions

    Hello, I would like to know how to add new conditions, how to add images of mobs and how to make the players can not move on your stuff. EX: player cannot move your backpack at the floor and when I use x item appears an image instead of the amulet. Thanks all :D:D
  12. delton

    Lua Not logout script

    I need script for player dont logout :D Thx :D
  13. delton

    [Talckaction] Need script for REMOVE second promotion.

    Hail otlanders I need help with talckaction that do remove second promotion. Example: I will kick all players and send comand !remove vip [player name]. And he/she back for first vocation. Example: If he is Epic Knight.. he back to Knight.. Thanks ALL Srry spam and bad english ;)
  14. delton

    Delton War 8.50 V2.5

    Delton War V2.5 The server has 6 maps in all current version (8.50) The map change in 30 minutes Contains 4 characters Elder Druid Master Sorcerer Elite Knight Royal Paladin Server based Keraxel War server, but added Carlin. Many bugs fixed, and soon version with POI and Anihilator...
  15. delton

    Thyrania 0.0.2 (8.5)

    Thyrania 0.0.2 Well, in this version i have fixed some bugs, and errors :D What have in this version? Downloads Thyrania 0.0.2 DLL's Crédits: Delton, Thyranic, TFS. :thumbup: Coments please, blog of this server in my assinature
  16. delton

    For create NPC Tutorial

    Hello otlanders~~:wub: I don't search a tutorial for make NPC's... Please tutorial to make NPC's in Jiddo or XML 8.2 Thanks :thumbup:
  17. delton

    NPC Example

    Please, i need a Quest NPC example... i need for my ot
  18. delton

    Whats wrong?

    Hello again :D I have a talkaction script, but doesn't working :blink: function onSay(cid, words, param) queststatus = getPlayerStorageValue(cid,2102) maxdist = 2 player = {x=839, y=545, z=6} playerpos = getPlayerPosition(cid) pos = { x=839, y=545, z=6, stackpos=1 } pedra =...
  19. delton

    Lua NPC Bug

    Please fix it: I need a example for make others NPC's... Script: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid)...
  20. delton

    Lua This Script not work {HELP}

    Hello, i have script in movements... but doesn't work... only say this message: The tile seems to be protected against unwanted intruders." :blink: function onStepIn(cid, item, position, fromPosition) local skull1 = {x=472, y=266, z=2, stackpos=255} local skull2 = {x=474, y=266, z=2...
Back
Top