• 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. Ub Kenobi

    [Compiling] How to compile TFS in MSVC under Windows 64-bit

    Thank you XtrmJosh! Great advice there!
  2. Ub Kenobi

    [Compiling] How to compile TFS in MSVC under Windows 64-bit

    I tried that but it didn't work for me... I had to do it "my" way. But it's definitely a faster way if you get it to work.
  3. Ub Kenobi

    [Compiling] How to compile TFS in MSVC under Windows 64-bit

    Thank you, means a lot to me!
  4. Ub Kenobi

    [Compiling] How to compile TFS in MSVC under Windows 64-bit

    I'm glad you made it! It's all about the directories:)
  5. Ub Kenobi

    [Compiling] How to compile TFS in MSVC under Windows 64-bit

    I used to get the "cannot open file" error when I had wrong directory setup in Configuration Properties. C/C++ > Additional Include Directories > C:\VC;%(AdditionalIncludeDirectories) Linker > Additional Library Directories > C:\VC\library64;%(AdditionalLibraryDirectories)
  6. Ub Kenobi

    [Compiling] How to compile TFS in MSVC under Windows 64-bit

    Hmm, you sure you copied all Boost Pre-Built Binaries into your "library64"?
  7. Ub Kenobi

    [Compiling] How to compile TFS in MSVC under Windows 64-bit

    [Tutorial]Compiling TFS under Win64 Error after error and then I searched and I searched and I searched... "how to compile TFS under win64"?. After 2 days of searching I figured out how to it!. So I decided to do a tutorial for it! Haters gonna hate! (And I am completely new to this so It may...
  8. Ub Kenobi

    Feature [TFS 1.2] Combat Parameter - COMBAT_PARAM_PVPDAMAGE

    Can you make it so you can change percent on everything in config.lua?
  9. Ub Kenobi

    TalkAction Homecoming stone/command. Teleport you to pos after countdown (if not in fight etc.)

    Thx for tip! You were right! Here is the new fixed version: (Also updated topic) local temple = {x=1005, y=1001, z=7} -- destination position local level = 20 -- level to ues this command local loadingTime = 10 -- in seconds -- How long you have to wait until teleported local storage = 58478...
  10. Ub Kenobi

    TalkAction Homecoming stone/command. Teleport you to pos after countdown (if not in fight etc.)

    Hey, I'm releasing my first script here on otland. It's tested by me and works for 100%. After using talkaction !home, the player will get an animated countdown over his/her head. (ex. starts from 10, 9, 8, 7, 6... in seconds) When the countdown reaches 0 you will be teleported home to temple...
  11. Ub Kenobi

    CreatureEvent [Talkactions,Globalevents,Lib,Monsters] Castle War System + Maps!!!

    BUMP @up Running TFS 0.3 - 0.3.7 REV5916 Client: 8.60-win64 The things that (what I've noticed) don't work is: *You can type !castle several time and fill up all 3 spots by yourself. *Like the the person above. When you have killed the King the function Castle_endEvent is bugging... Console...
  12. Ub Kenobi

    Lua getGuildName Problem

    Need help with this too! Appreciate if someone could help me out with this. Btw, here is the Castle_getAttackers() function: function Castle_getAttackers() local ret = {} local query = string.explode(getGlobalStorageValue(castleConfig.attackersStorage), ",") for _,value in...
  13. Ub Kenobi

    Tp to your own House if you own a House.

    I used it on a tile in my temple. Add this to movements: function onStepIn(cid, item, frompos, item2, topos) local kickposition = {x = 1003, y = 994, z = 7} if getPlayerLevel(cid) > getConfigInfo("levelToBuyHouse") then if getHouseByPlayerGUID(getPlayerGUID(cid)) then...
  14. Ub Kenobi

    GESIOR ACC || Two pages in latestnews!

    Bring Up My Post
  15. Ub Kenobi

    [MOD] Rush Event / Team Battle with scores

    talkaction bug(!rush). console error: doTeleportThing - thing not found... Tryed with 100 different combinations, doTeleportThing(cid, t.w), doTeleportThing(cid, {x=124,y=1462,z=425}), doTeleportThing(cid, {x=124,y=1462,z=425}, true), doTeleportThing(cid, {x=124,y=1462,z=425}, 0) etc, etc...
  16. Ub Kenobi

    Zombie Event - Without Bugs! Work on all TFS

    BUMP! same as @up
  17. Ub Kenobi

    GESIOR ACC || Two pages in latestnews!

    Okey, thx:) Can someone help me with that script? - - - Updated - - - This is the background with frame/border that I found in latestnews.php and in screen.css (the pictures in layout folder) <div id="content>"> <div id="cnt-right"> <div id="content-cnt"> <div...
  18. Ub Kenobi

    GESIOR ACC || Two pages in latestnews!

    close thread fixed, very long and complicated history!
Back
Top