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

    Windows No tables were optimized error and TFS V7 crash after that

    you puted the right mysql password and the right name for the table? ;/
  2. Sirion_Mido

    gesior acc shopsystem bugg

    you will use price setting or what which zaypay script you going to use ;/
  3. Sirion_Mido

    Action Promotion using action :)

    Edited for all vocations in main post :P
  4. Sirion_Mido

    CreatureEvent Double Experience for Epic Vocations

    it's could be not hard but could be useful for some people :) this script giving double experience to the epic vocations or any vocation id you want :P Here We Are :) in your creaturescripts/scripts create file name ExpVoc.lua and paste the following: local rate = 2 local rates =...
  5. Sirion_Mido

    Action Promotion using action :)

    this script could be not hard :) but could be useful for some people Here We Are :) in your actions/scripts create file name voc.lua and paste the following function onUse(cid, item, fromPosition, itemEx, toPosition) local voc = {1,2,3,4} if isInArray(voc,getPlayerVocation(cid)) then...
  6. Sirion_Mido

    [FREE] Slave Ots Free Scripting Service

    Here We Are :) -- START CONFIG local sorcerer = 80 -- sorcerer magic level local druid = 80 -- druid magic level local paladin = 30 -- paladin magic level local knight = 10 -- knight magic level -- END CONFIG local vocsorc = {1,5} local vocdruid = {2,6} local vocpaladin = {3,7} local vocknight...
  7. Sirion_Mido

    Windows NPC Error on starting server, NPC dont get loaded

    i guess you using TFS that not have these npc functions :)
  8. Sirion_Mido

    gesior acc shopsystem bugg

    and the ipn.php path if you using the paypal script too :D
  9. Sirion_Mido

    gesior acc shopsystem bugg

    how they no get their points? tell us you using paypal or zaypay or what? -.-
  10. Sirion_Mido

    Gesior acc, serwer status problem

    try this :) <?PHP if(count($config['site']['worlds']) > 1) $whoisonlineworld = '?subtopic=whoisonline'; else $whoisonlineworld = '?subtopic=whoisonline&world=0'; ?> <div id="PlayersOnline" onClick="window.location='<?PHP echo $whoisonlineworld; ?>'">...
  11. Sirion_Mido

    Lua Script help

    oh my god ;)
  12. Sirion_Mido

    npc runes error

    try this one { Dont forget to report back } local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...
  13. Sirion_Mido

    Windows NPC Error on starting server, NPC dont get loaded

    i guess you using Cyko's TFS?
  14. Sirion_Mido

    Duration Items Script

    i think you need to add it in itemx.xml ;/
  15. Sirion_Mido

    I need a serious Help!

    really diffrent problem :P
  16. Sirion_Mido

    [FREE] Slave Ots Free Scripting Service

    up@ what is your script :P
  17. Sirion_Mido

    deleted thread

    but it make errors for me :)
  18. Sirion_Mido

    Help with bug in TFS REV 3777

    Dear otland, now i using TFS rev 3777 and now it works very well but problem is when i restart my server for the first time most of accounts changed vocations and some charachters get like 58967 distance or 3294 sword , etc so when these players login the server get crash and no one can...
  19. Sirion_Mido

    Help me :)

    Dear otland, now i using TFS rev 3777 and now it works very well but problem is when i restart my server for the first time most of accounts changed vocations and some charachters get like 58967 distance or 3294 sword , etc so when these players login the server get crash and no one can login...
Back
Top