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

  1. Wusse

    Tibia meets Vampire Survivors

    Tried it on PC. Amazing work keep it up and keep Otland Updated! Cant wait to play druid!!
  2. Wusse

    Tibia meets Vampire Survivors

    I tried it out, looks amazing but sadly on Samsung Galaxy i dont have Buttons either? I couldnt really move beside changing outfit and pressning everything around me, The teleport didnt work to press on either.
  3. Wusse

    Show manarune healing action?

    Im not downloading that 😅 Is The Rune you sent a healing Rune or a Rune suposed to be used against players to attack them? Im asking since you are using: COMBAT_PARAM_TYPE, COMBAT_MANADRAIN) Im not very familiar with tfs 0.3 nor Mistic Spirit 0.2
  4. Wusse

    Leaving house doesnt remove nonpickupable items

    OH i see what you mean, Its not a bad approach at all and would 100% remove the hardcoding itemids from the SRC. And when a server would want new items to become "decoration items" they could simply make a new construction kit item as a counterpart for that specific "decoration item" and...
  5. Wusse

    Leaving house doesnt remove nonpickupable items

    I like this idea a lot and had a similar thought about it. The biggest issue would be: How to actually create these items since the contruction kits are already items with different itemIDs right. so for an example a construction kit version for a Round Table is a item with a itemDescription...
  6. Wusse

    Show manarune healing action?

    what distro/server are you using? Makes it easier to help you ^^ if you have the script ready im sure people would find a solution rather quick. The solution @lokolokio mentioned is 100% a valid way to make this effect.
  7. Wusse

    Programmer Tfs 1.2 (player die in arena( PvP Zone) by monster and drop level) pay for job $$

    KEEP IN MIND This solution works for tfs 1.4.2 I dont really know how its built in other tfs versions BUT I imagine very similar if not identical. in: void Player::death(Creature* lastHitCreature) at the top right under: loginPosition = town->getTemplePosition(); add this: if...
  8. Wusse

    Leaving house doesnt remove nonpickupable items

    After alot of debugging and trial and errors i actually made it to work. the only downpart about the solution is that i kinda have to hardcode the items that have a construction kit declared to it. and yes it doesnt remove all items that arent pickupable but it covers the items that players...
  9. Wusse

    Leaving house doesnt remove nonpickupable items

    That didnt really work I tried adding both attributes to the items: <item id="3807" article="a" name="tusk table"> <attribute key="rotateTo" value="3808" /> <attribute key="destroyTo" value="2253" /> <attribute key="forcesave" value="true" /> </item> <item...
  10. Wusse

    Leaving house doesnt remove nonpickupable items

    Hey! Tfs 1.4.2 When selling a house, the decoration items a player would usually have from construction kits like tables and chairs stay in the house even after leaving. the rest of the items that can be picked-up gets sent to the inbox. The problem with this is that the chairs and tables...
  11. Wusse

    OTClient [OTCv8] MOD game_tutorial for Tibia

    Oh that could work, yes i Would want it to behave exactly like The first outfit Window that pops up for new characters. But i Would be needing to connect it to a script from The server side Then? (i might be poorly explaining myself and im sorry for that) 1772185582 I Would want it to open up...
  12. Wusse

    OTClient [OTCv8] MOD game_tutorial for Tibia

    How would i go about to make the guide open automatically once per character when they login for the first time? I tried a way of keeping track on characters by PlayerNames but i hate that approach, any ideas? maybe there is a simple fix for it that i dont know about.
  13. Wusse

    OTClient Saved position of containers

    Amazing! that worked! no Errors in otcv8 and the backpacks open perfectly in order even. Sadly they only open the first row of the backpack curious if there is a way to make the containers open at full size or the size you had when logging out? (but that might be complicated) non the less...
  14. Wusse

    OTClient Saved position of containers

    Oh i see but i sadly dont understand what you want me to take out of this. I understand thats the function that is responsible for the empty bag that i get when logging in but im assuming its not suposed to be like that. i should be able to login open bags log out and then log in again and...
  15. Wusse

    OTClient Saved position of containers

    thats the same commit that i followed on my previous message
Back
Top