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

Recent content by Paulix

  1. Paulix

    TFS 1.X+ TFS 1.4.2 AddEvent Argument #3 is unsafe

    afaik this should do the trick function onCastSpell(creature, variant) addEvent(shoot, 0, creature,variant) addEvent(shoot, 200, creature,variant) addEvent(shoot, 400, creature,variant) addEvent(shoot, 600, creature,variant) return true; end function...
  2. Paulix

    I want to add DOT to certain weapons in TFS 1.4.2(Solved)

    take a look on how poison arrow works local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_POISONARROW) combat:setParameter(COMBAT_PARAM_BLOCKARMOR, true) combat:setFormula(COMBAT_FORMULA_SKILL, 0, 0, 1...
  3. Paulix

    doors(Solved)

    you probably have the autoborder enabled, press A to disable it, then delete the door. you can check if autoborder is enabled on disabled on the left bottom corner (where one tile selected is written on second image)
  4. Paulix

    Failed to load house/spawn on Remeres

    you need to right click the house and select the house option to "select" it but you probably have some compatibility problems with your map version and rme
  5. Paulix

    REMERE MAP EDITOR PROBLEM

    your problem is the options I showed you before, here is my rme with and without the options
  6. Paulix

    Failed to load house/spawn on Remeres

    Using the "latest" release https://github.com/hampusborgos/rme/releases/tag/v3.7 monsters are appearing as expected houses also appears, but as I said, they're missing the splash water spot
  7. Paulix

    Failed to load house/spawn on Remeres

    I opened your map, and seems like all houses are missing their entrance, just added the entrance/exit and it seems to be working fine... houses should look like this select a house, click on this option and place it on the main door of the house if you cannot place the splash directly on...
  8. Paulix

    REMERE MAP EDITOR PROBLEM

    try changing this options on the view menu, probably you need to enable show all floors and disable ghost higher floors
  9. Paulix

    NPC store conversation context

    Thats probably the best way to do it, i'll mark as solved since I manage to get it working my just using tables inside topic. I didn't know you could set any info to topic, and thats kinda the purpose of it, I'm currently using it to control the general flow and store the informations needed per...
  10. Paulix

    NPC store conversation context

    You know that that's not i was looking for, I would not have come to ask for something if i wanted to use storage values, clearly storage values are not the best approach for my case, I wanted to store it temporarly just while chatting, and was looking if someone else had any solution for this...
  11. Paulix

    NPC store conversation context

    I'm trying to build and npc that you'll be able to try and buy outfits from, the problem is that the talk sequence is a bit complex. At the moment, my behavior is working as espected, but I'm facing a major problem that I've no idea on how to solve... message_table = msg:explode(" ")...
  12. Paulix

    OTC Mehah + MillhioreBT 1.5 downgrade 8.6 + 15.x-with-8.60 Levi

    it is possible to have mounts on 8.6 nekiro version, my server currently have it, I'm also using the 15.x+ spr downgrade and i can confidently say that it works perfectly, currently with 247 mounts and 130 outfits for each male and female
  13. Paulix

    15.x assest downgraded to 8.60 dat&spr with all 8.60 sprites (outfits, items, effects)

    TFS 1.5 downgraded to 8.6 by nekiro OTCv8 as marko said, is just about items.xml, I'm just creating custom items by hand anyways
  14. Paulix

    15.x assest downgraded to 8.60 dat&spr with all 8.60 sprites (outfits, items, effects)

    it is all working correctly, but the item descriptions are missing cause the id's are not set on items.xml, i can see the items in game normally, but they just dont have descriptions nor attributes
  15. Paulix

    15.x assest downgraded to 8.60 dat&spr with all 8.60 sprites (outfits, items, effects)

    im using it, but it has lots of missing items, unless i got from the wrong repository
Back
Top