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

  1. M

    C++ Crash in monster combat?

    probably yes, I just don't know how exactly, what I can say is, I used reload almost an hour before, then my friend summoned a morgaroth and a ferumbras to fight and in the middle of that battle the crash came I did try after I saw the crashlog mentioning creatures, but I didn't know about the...
  2. M

    C++ Crash in monster combat?

    Yes, I reloaded the scripts almost an hour before the crash. The same in another crash days ago. Crash time 7:13pm, reload time 6:36pm So, is it involved with reloading scripts? My spells are revscripts too, even monsters
  3. M

    C++ Crash in monster combat?

    okay, a brief search in the sources of my server returned combat_prt, so I imagine that it already has this change, as for the change in the reload of spells and addEvent, I still haven't found any changes. I remember that OT crashed when I put a Ferumbras to fight a Morgaroth XD, which seemed...
  4. M

    C++ Crash in monster combat?

    Thanks, I'll take a look at the ones you mentioned
  5. M

    C++ Crash in monster combat?

    can anyone help me understand what problem in the server functions are causing the crash? Using Nekiro Downgrade 1.5 7.72 Program terminated with signal SIGSEGV, Segmentation fault. #0 0x000055fa5b6e8f94 in Monster::doAttacking(unsigned int) () [Current thread is 1 (Thread 0x7f8f3aa06700 (LWP...
  6. M

    TFS 1.5 Nekiro 8.6 (SKILL Rate problem + new voc weapon damage problem)

    1.5 in dist for paladin is default? LoL try change to 1.1 <vocation id="3" clientid="2" name="Paladin" description="a paladin" gaincap="20" gainhp="10" gainmana="15" gainhpticks="4" gainhpamount="1" gainmanaticks="4" gainmanaamount="2" manamultiplier="1.4" attackspeed="2000" basespeed="220"...
  7. M

    Helps with movement speed and level capacity

    Yo.. for level just add a line here to check players level and dont add more exp: https://github.com/nekiro/TFS-1.5-Downgrades/blob/a4675433d0e5c0001d37d4cab1241120216597e4/data/events/scripts/player.lua#L139 exemple: if self:getLevel() >= 100 then return exp = 0 end Same solution for...
  8. M

    NPC King Tibianus

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  9. M

    TFS 1.X+ [TFS 1.5] buy without having to say "buy" to an npc

    Only if you do the same with sell option, no? Oh I think I get now! i’ll take a look
  10. M

    OTClient how to activate the bot in otclient retro

    some1 can help - me?
  11. M

    OTClient how to activate the bot in otclient retro

    Hi Otland, how do I activate the bot in otclient retro from the link below? https://otland.net/threads/otclient-classic-ui.279994/ its classic ot gui from @dewral I tried here, but I confess I don't understand anything about otclient thanks
  12. M

    TFS 1.X+ How to remove party after death

    You can use this function in death script, as I dont know your tfs, see nekiro 1.5 https://github.com/nekiro/TFS-1.5-Downgrades/blob/1d063fcdc6b485c9ef20db10371767da67a3f774/src/luascript.cpp#L2985
  13. M

    RevScripts BossRoom Help... TFS 1.5

    Only to know, wheres the script that reset Boss storage when you kill?
  14. M

    AAC how to add pages highscores

    https://github.com/slawkens/myaac/blob/263c7bed07ab0c8bda5198317611099205309b16/config.php#L219
  15. M

    TFS 1.X+ Outfits to GM Downgrade Nekiro 1.5 7.72

    Have you enabled this function in events.xml? <event class="Creature" method="onChangeOutfit" enabled="1" /> I can't remember, but I believe that accountid 4 is a gm account and groupid 4 too, so it should work, but as I'm not at home and I don't know if that's really the case, I can't confirm
Back
Top