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

    How can I create an infinite food?

    Hello Otland community, I wanted to know how can I create a food inifity to put in the shop, I'm using tfs 1.2 in:data\actions\scripts\Other\food local foods = { [2695] = {6, 'Gulp.'}, -- egg [2362] = {5, 'Crunch.'}, -- carrot [2666] = {15, 'Munch.'}, -- meat [23516] = {15...
  2. Jpstafe

    Problem with my scrolls for the server, they are malfunctioning

    19:17 You already have completed the Blue Djin Quest! 19:17 You already have completed the Green Djin Quest! DJ scrolls continue to cause problems... you can use both, not just one... why would that be?
  3. Jpstafe

    Attack players in the otclient battle, how can I change it?

    battleWindow = nil battleButton = nil battlePanel = nil filterPanel = nil toggleFilterButton = nil mouseWidget = nil updateEvent = nil hoveredCreature = nil newHoveredCreature = nil prevCreature = nil battleButtons = {} local ageNumber = 1 local ages = {} function init()...
  4. Jpstafe

    Attack players in the otclient battle, how can I change it?

    Good morning otland community, I want to change in my otclient the function that attacks players in the battle, I don't want that, I want that you can only attack monsters in the battle, not players.. With Runes you can attack players from the Battle
  5. Jpstafe

    Problem with my scrolls for the server, they are malfunctioning

    Thank you, it's true what you say, for the next post I'm going to keep it in mind to put more information.. Now I test the scrolls
  6. Jpstafe

    Problem with my scrolls for the server, they are malfunctioning

    Hello how are you Otland community, I have a problem with the scrolls for my server, for example, the scrolls of the Blessing, when I use it, it fulfills its function well, but I can use the scrolls two or three times. And that's wrong, I should only put the scrolls on once and the second time...
  7. Jpstafe

    How can I link coins to shop points?

    !NICE BRO!!!! WORK 100% TY TY TY
  8. Jpstafe

    How can I link coins to shop points?

    Lua Script Error: [Action Interface] data/actions/scripts/donations/venebracoin.lua:eek:nUse data/actions/scripts/donations/venebracoin.lua:18: attempt to call method 'addPremiumPoints' (a nil value) stack traceback: [C]: in function 'addPremiumPoints'...
  9. Jpstafe

    How can I link coins to shop points?

    Yes, my version is TFS 1.2 : what folder does this code go in?
  10. Jpstafe

    How can I link coins to shop points?

    I'm using MYACC, in sql database, I added this: it came in the shop.lua: --[[ SQL TABLE CREATE TABLE `shop_history` ( `id` int(11) NOT NULL, `account` int(11) NOT NULL, `player` int(11) NOT NULL, `date` datetime NOT NULL, `title` varchar(100) NOT NULL, `cost` int(11) NOT NULL...
  11. Jpstafe

    How can I link coins to shop points?

    Hello good morning otland community, I would like you to squeeze my coin and it will be charged to the point of the shop.. How can I make that happen? items.xml: coins: <item id="7506" article="a" name="venebra coin"> <attribute key="weight" value="10" /> </item> I want to...
  12. Jpstafe

    MYACC CONFIGURE IP,DUDE

    Hello otland community, I want to configure my MYACC page but when I enter my global IP it does not let me open it, nor can I enter, only with localhost or 127.0.0.1, where I can go to enter my global IP so I have already passed the page so that do they register? I clarify that I have all the...
  13. Jpstafe

    A change in Spells.xml does not let me open the server

    I've changed it and nothing. Thanks for the comment
  14. Jpstafe

    A change in Spells.xml does not let me open the server

    GitHub - Brunowots/RealMap-Global-8.0-TFS1.2 (https://github.com/Brunowots/RealMap-Global-8.0-TFS1.2) This is the OT, the maglv is enabled by default, I think what I did wrong is to delete all the terminals that have "lvl" can be?
  15. Jpstafe

    A change in Spells.xml does not let me open the server

    Hello, my server the spells are by levels, and I don't want it to be like that, I want it to be by magic level and x amount of mana... I've grabbed and changed everything manually. But when I open the server it doesn't open it and it closes so fast that I can't see the error it gives in the...
  16. Jpstafe

    znote error create character

    [Wed Nov 15 22:44:15.880039 2023] [php:error] [pid 17232:tid 1820] [client ::1:53792] PHP Fatal error: Uncaught mysqli_sql_exception: No se puede establecer una conexi\xc3\xb3n ya que el equipo de destino deneg\xc3\xb3 expresamente dicha conexi\xc3\xb3n in...
  17. Jpstafe

    znote error create character

    I'm using Uniform Server
  18. Jpstafe

    znote error create character

    I don't use Xampp I use Znote
  19. Jpstafe

    module train otclient

    I wrote to you privately
  20. Jpstafe

    module train otclient

    Hello Otland community, I would like to remove the bot(cavebot_1.3) from Otclient and replace it with such a module. Is there anything to download as well? And how can I replace it
Back
Top