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

    Lua Xikini's Free Scripting Service TFS 1.4.2

    When I use any potion I get this error: Lua Script Error: [Scripts Interface] C:\TestOTVM\data\scripts\BossExtraDamage.lua:callback C:\TestOTVM\data\scripts\BossExtraDamage.lua:20: attempt to index local 'attacker' (a nil value) stack traceback: [C]: in function '__index'...
  2. peteralto

    Lua Xikini's Free Scripting Service TFS 1.4.2

    Lua Script Error: [Scripts Interface] C:\TestOTVM\data\scripts\BossExtraDamage.lua:callback C:\TestOTVM\data\scripts\BossExtraDamage.lua:20: attempt to index local 'attacker' (a nil value) stack traceback: [C]: in function '__index'...
  3. peteralto

    Lua Xikini's Free Scripting Service TFS 1.4.2

    I would like a script, probably in creatureScript format, that increases monster's damage according to the number of players in a certain range of that monster's current position, for example 4SQM.
  4. peteralto

    C++ classicAttackSpeed

    Work, thank you!
  5. peteralto

    C++ classicAttackSpeed

    1>C:\OT\src\player.cpp(3468,13): error C2660: 'Player::setNextActionTask': function does not take 2 arguments 1>C:\OT\src\player.cpp(1577,14): message : see declaration of 'Player::setNextActionTask' 1>C:\OT\src\player.cpp(3468,13): message : while trying to match the argument list...
  6. peteralto

    C++ classicAttackSpeed

    Would it be possible to include a check in this function, so that classicAttackSpeed only works for players with storage x = 1? The idea would be to limit this feature so that only a few people can have this advantage, without the server exploding. TFS 1.3 downgrade player.cpp void...
  7. peteralto

    TFS 1.X+ attempt to call method getId

    Thank you!
  8. peteralto

    TFS 1.X+ attempt to call method getId

    This NPC works together with an item called moonlight crystal, used to enchant werewolf items. The crystal works in a parallel script. When speaking to the NPC, the player chooses which enchantment he wants, and the NPC set the respective storage to the enchantment. Here is the moonlight...
  9. peteralto

    TFS 1.X+ attempt to call method getId

    I tried to use/adapt the code from an NPC from the Canary base, but in TFS 1.3+ it is giving the following errors: Lua Script Error: [Npc interface] data/npc/scripts/Maeryn.lua:onCreatureSay data/npc/scripts/Maeryn.lua:25: attempt to call method 'getId' (a nil value) stack traceback: [C]...
  10. peteralto

    TFS 1.X+ Remove boss reward chest limits

    I have the same problem
  11. peteralto

    TFS 1.X+ Push Target Player Exausted

    This apparently resolved it, but I saw there are threads about excessive CPU usage with this feature enabled. This only occurs on servers with fast attack or can occur on servers with normal attack?
  12. peteralto

    TFS 1.X+ Push Target Player Exausted

    From what I noticed just by being close. void Game::playerMoveCreature(Player* player, Creature* movingCreature, const Position& movingCreatureOrigPos, Tile* toTile) { if (!player->canDoAction()) { uint32_t delay = player->getNextActionTime(); SchedulerTask* task =...
  13. peteralto

    TFS 1.X+ Push Target Player Exausted

    Unfortunately that's not it.
  14. peteralto

    TFS 1.X+ Push Target Player Exausted

    When I pull a player without being on target he pushes normally, but if he is on target there is some type of exhaustion occurring. Could anyone tell me how I could remove this exhaust? TFS 1.3+ Nekiro Downgrade 8.6
  15. peteralto

    TFS 1.X+ Money Limit 8.6 NPC

    When I try to buy something from the NPC with a value above: 2147483647 the Money value becomes negative and there is no way to buy from it. TFS 1.3 downgrade 8.6, Cipsoft client.
  16. peteralto

    TFS 1.X+ Teleport to position 0,0,0

    Which scripts?
  17. peteralto

    TFS 1.X+ Teleport to position 0,0,0

    Occurred like 3x in 1 month of all movements scripts in teleports stop working, in this, those that do not have a determined position of X,Y,Z send the character to position 0,0,0 making client freeze. It doesn't debug, it just stops responding and needs to open again. There are no errors in...
  18. peteralto

    TFS 1.X+ Lost connection to server during query

    I've been getting two connection loss errors during query. [Error - mysql_real_query] Query: INSERT INTO `player_killers` (`death_id`, `killed_by`, `level`, `is_player`) VALUES (77289, '2x Orc Spearman', 0, 0) Message: Lost connection to server during query [Error - mysql_real_query] Query...
  19. peteralto

    TFS 1.X+ Monsters don't turn invisible

    What I would like to know is which part of the TFS code has the function to make the monsters invisible, so I can try to compare the specific files.
  20. peteralto

    TFS 1.X+ Monsters don't turn invisible

    Monsters that normally turn invisible are no longer turning invisible. In the past I made some changes to the source, but I don't remember which ones. TFS 1.3 Nekiro Downgrade 8.6
Back
Top