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

    OpenTibia SharpMapTracker 0.8.1 by Jo3Bingham

    Tracking from open Tibia servers is no longer supported, so older clients are irrelevant.
  2. W

    Complaint Why a Bug Tracker?

    Use github
  3. W

    MoveEvent Thornfire Wolf -> Crystal wolf

    To make sure it gets created on the same sqm that the thornfire is removed from.
  4. W

    MoveEvent Thornfire Wolf -> Crystal wolf

    Script that will turn thornfire wolf into crystal wolf when it steps into a bog tile. Made this script for someone in support and thought I should post it here in case anyone else needs it: Add in movements.xml: <movevent type="StepIn" itemid="13863" event="script" value="thornfire.lua"/>...
  5. W

    Looking for caves

    Check the downloads/maps section. Plenty of caves are available there.
  6. W

    Boots of haste and time ring ain't making any difference in speed ??

    There's nothing wrong with the sources. The new speed formula is logarithmic, so the speed changes taper off the higher your level is. Players probably just have a hard time noticing the difference, but that doesn't mean they aren't there. Use the /info command to check player speed before and...
  7. W

    Lua Remove storage of action

    Removed that part of the script above, try it.
  8. W

    Boots of haste and time ring ain't making any difference in speed ??

    It's in the source, what levels are the players who complained?
  9. W

    Lua Remove storage of action

    The script that's in my comment now is tested and working fine on newer tfs. If it isn't working it's either because of bad installation or because of some difference between tfs and the engine you are using, without seeing any errors there's no way for me to troubleshoot it.
  10. W

    Otservlist.org Banned my Server why sprofing data?

    Otland is not responsible for anything that happens on otservlist. Contact Xinn if you have questions about your banishment. You were probably banned because you need to apply this code to your sources and recompile to not count xlogged players...
  11. W

    Lua Remove storage of action

    Forgot to change questlevel to config.questlevel on line 7. Fix that and it should work.
  12. W

    What do you guys map with?

    Not relevant, RME will not work on the latest clients without being updated. @Thread starter: You can't map with the 10.1 sprites unless you have you get access to a private map editor or until Remere updates his editor/releases the sources so someone else can update it.
  13. W

    Lua Remove storage of action

    Was it working before you used mine, also are there any errors in console?
  14. W

    Lua Stackable rune

    if getTilePzInfo(getPlayerPosition(cid)) == true then return doPlayerSendCancel(cid,"This action is not permitted in a protection zone.") end
  15. W

    Lua Remove storage of action

    That is one ugly script, fixed it for you and removed storage. Not sure if this quest is supposed to be for more than one player, if so then the script will need further adjustment. If it's just for one player then this should work fine: function onUse(cid, item, frompos, item2, topos) local...
  16. W

    Compiling / Updating

    Why can't you compile in VC12? Working just fine for me, pretty sure there's even a tutorial up in the premium resources.
  17. W

    Buying Recruit a friend php script

    You should probably put "PHP" somewhere in the title to get more web developers looking at your thread.
  18. W

    [USA] {9.8+} Bravera: Reloaded - global Tibia without the grind!

    I am currently working a big new release which will add all of the missing quests/missions from global Tibia as well as more custom content/features. Most of the existing custom content will remain and the rates will be similar, but possibly lowered slightly and of course it will be updated to...
  19. W

    Buying [script] if you need put itens on ground, ask password

    I'm assuming this is to keep hackers from stealing equipment? Seen this proposed a few times on global, but it never gets implemented because most players don't want to deal with an extra password to perform such tasks. Anyway, I may write this if I have some spare time. Will post again later...
  20. W

    Buying Outfits Quests

    The 9.8 datapack that teckman released seems to have most of these completed, may want to look there before spending money.
Back
Top