• 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!

Recent content by farp

  1. F

    RevScripts Spell with random target going through walls

    thanks, that solved the problem! for some reason, it doesn't show on your post the option to mark it as the best answer
  2. F

    RevScripts Spell with random target going through walls

    As you can see, I have a spell that hits random targets in an area, but it ignores walls and other objects that should block a spell. Can anyone help with a solution for this? the code uses Game.getSpectators to find the targets in the area Here is the code of the spell, if anyone want to...
  3. F

    Purse Slot Item ID Limit TFS

    Found the Solution, the problem was with the DB, needed to change player_storeinbox on DB itemtype from smallint to mediumint
  4. F

    Purse Slot Item ID Limit TFS

    Recently I tried adding one Item with high ID (45k) into my store Inbox (purse slot) and I Noticed that after I Relog, it transforms into Item 32767 I Tested it with many Items, and it Seems every item with High ID is transforming into this. My server have item ID limit increased, and items...
  5. F

    Lua [TFS 1.4.2] Shows a modalwindow when onStepIn

    Sry, but i have to ask, what is this TFS chatbot? is it something that anyone can have access to?
  6. F

    GM Teleport by Map Click on TFS 1.4

    Thanks I had already gave up on that, im going to test it
  7. F

    GM Teleport by Map Click on TFS 1.4

    Yea, I figured..to make it work on my server I Would have to find a way to implement this packet on my OTC, and the work would be too much just to enable a GM teleport
  8. F

    GM Teleport by Map Click on TFS 1.4

    looks like this packet doesn't work on my version, added the constructor and it compiled but ctrl+map click does nothing maybe its because I use otc... Well I guess it will be too complex to add this to my server, not sure if its worth the work just to add something to make GM life easier
  9. F

    GM Teleport by Map Click on TFS 1.4

    I've been trying to add this change from TFS 1.5 to my TFS 1.4 Source. https://github.com/otland/forgottenserver/pull/4239/files But I'm getting some errors, something related to lambda (I have no idea what is it) Does anyone know how to fix this? what can I do to apply this changes to TFS...
  10. F

    TradeTimes System TFS 1.3 ( 12x +)

    [Revscripts] TradeTimes System for TFS 1.4 (https://otland.net/threads/revscripts-tradetimes-system-for-tfs-1-4.283377/#post-2712184) you can try those changes, its a simple change that made it work on a old tfs 1.4, maybe they will work with 1.3
  11. F

    [TFS 1.5] ❤ TradeTimes System ❤

    M0ustafa found a solution, My old tfs 1.4 didn't work with those returns "RETURNVALUE_NOTPOSSIBLE" and "RETURNVALUE_NOERROR" had to change them to "true, false" Yea, i get that using TFS 1.5 is ideal, but my server have too many changes already, that make it too hard to migrate.
  12. F

    [Revscripts] TradeTimes System for TFS 1.4

    Yes the TFS 1.4 im using I Downloaded on Feb, I checked the github and there is some fix related to functions/events (moveItem onItemMoved) used on this script, maybe that's it... I will try to apply those changes Edit: Yes the problem was those "RETURNVALUE_NOTPOSSIBLE" and...
  13. F

    [Revscripts] TradeTimes System for TFS 1.4

    lol, then i Have no idea why it wouldn't work on mine, Im using tfs 1.4 with some modifications but im pretty sure i didn't change any of those functions used on the script Tried changing the register (1) to random numbers, didn't work as well
  14. F

    [Revscripts] TradeTimes System for TFS 1.4

    Just tried those changes, ec:register(-1) to ec:register(1), still not working, also tried changing to ec:register() Same thing...no console errors, but letting me trade and drop on the floor items that have 0 trading times. I Think its better to not post on Sarah's topic for now, since its...
  15. F

    [TFS 1.5] ❤ TradeTimes System ❤

    Just tried those changes, ec:register(-1) to ec:register(1), still not working, also tried changing to ec:register() Same thing...no console errors, but letting me trade and drop on the floor items that have 0 trading times.
Back
Top