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

    Fishing Rod Script Help

    How delete for not need worms for fishing?
  2. G

    Fishing Rod Script Help

    up
  3. G

    Fishing Rod Script Help

    this on same script? idk how to do it
  4. G

    Fishing Rod Script Help

    bump
  5. G

    Fishing Rod Script Help

    local water = { 4597, 4598, 4599, 4600, 4601, 4602, 4609, 4610, 4611, 4612, 4613, 4614, 4615, 4616, 4617, 4618, 4619, 4620, 622 } local fishableWater = { 4597, 4598, 4599, 4600, 4601, 4602 } function onUse(player, item, fromPosition, target, toPosition) if not...
  6. G

    Programmer Professional programing services - C/C++/C#/Python/PHP/Lua

    who worked with him, please recommends here.
  7. G

    Help fix my script

    Script function onStepIn(creature, item, position, fromPosition) if creature:isPlayer() and creature:getPlayer():isSorcerer() then item:transform(453, 1) item:decay() end end function onStepOut(creature, item, position, fromPosition) item:transform(452, 1)...
  8. G

    help me convert script 0.3.7 to tfs 1.2

    Someone help convert this script? I'll thank you very much function onLogin(cid) local rate = 1.2 -- 50% local config = { true_vip = "You gain "..((rate - 1)*100).."% exp more now!", false_vip = "If you become VIP you will get "..((rate - 1)*100).."% more experience", vip = isPremium(cid) }...
  9. G

    Script Request For TFS 1.2

    no have this folder Events, can i put in login.lua?
  10. G

    Script Request For TFS 1.2

    I'm looking for script for premium accounts win 50 % more experience anyone have this? i found this script, but i got error on console Script function onLogin(cid) if getPlayerPremiumDays(cid) >= 1 then doPlayerSetExperienceRate(cid, 1.15) -- 1.15 = +15% experience, change as you wish...
  11. G

    Change !online msg TFS 1.2

    change for only "players name" not show level too local maxPlayersPerMessage = 120 function onSay(player, words, param) local hasAccess = player:getGroup():getAccess() local players = Game.getPlayers() local onlineList = {} for _, targetPlayer in ipairs(players) do...
Back
Top