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

    Lua [TFS 1.4] Changing item uid, is this problematic?

    Thanks for your reply! Having to "bind it" means that I have to make the function available through the luaScriptInterface, correct? And Item::setCustomAttribute is somehow different from Item::setAttribute, so I'll look into that aswell :D Having the option to make specific unique ids through...
  2. krafttomten

    Lua [TFS 1.4] Changing item uid, is this problematic?

    Okay, so if I do not remove it from Game I would get duplicate uids referencing the same object, but in different ways, which could cause troubles.. or something like that.. That seems bad.. The reason I did it was because I have a daily quest reward chest system which uses the actionId to...
  3. krafttomten

    Lua [TFS 1.4] Changing item uid, is this problematic?

    Greetings dear otlanders! Changing an items uniqueid in lua is forbidden through luascript.cpp. if (ItemAttributes::isIntAttrType(attribute)) { if (attribute == ITEM_ATTRIBUTE_UNIQUEID) { reportErrorFunc(L, "Attempt to set protected key \"uid\"")...
  4. krafttomten

    TFS 1.X+ More than 1 player getting unjustified frag

    I'm bumping this because I have been having trouble implementing this on TFS 1.4. The current mechanics of TFS does not seem to correspond to how Cipsoft Tibia works. For instance, if I deal damage to a player who then gets finished off by a monster, I do not get an unjustified kill. Also, as...
  5. krafttomten

    Lua SOLVED [TFS 1.4] attempt to call method 'titleCase' (a nil value)

    The error message says that on line 48 you are calling the method (something:method() <--- this is a method, google it for mor info) titleCase(), but it is returning a nil value. This is either because titleCase() does not exist, or because the method does not return anything in this case. Try...
  6. krafttomten

    Lua Sending parcel with Lua script [TFS 1.4]

    Haha! I kind of like the first method because it's so hacky, but I'll try the second method first and make sure that it works. Thanks for helping out! Edit* For some reason I cannot get it to work. I have changed around a couple of things to avoid crashes, but the items never arrive in the...
  7. krafttomten

    Lua Sending parcel with Lua script [TFS 1.4]

    Greetings! I'm struggling to find a way to send parcels with a Lua script. I want a NPC that sends quest reward in a parcel. I know how to set everything up except for the actual parceling part. Anyone know how to do this? Any help would be much appreciated!
  8. krafttomten

    [Quick Showoff] Post your latest maps!

    I like your mapping style, looks great! Especially the second picture taken with your GM. The transition between hell and ice is really inspiring! On another note, the quality of the pictures from RME is pretty rough, deactivating spawns, walkable tiles and using 100% zoom [CTRL-0] would...
  9. krafttomten

    [Crimson OT] -- 100% Custom OT -- Showoff

    Thanks for your feedback! I believe that more details always can be added, but I generally prefer function over aesthetics, so details are subsidiary at the moment. I hope I have made enough details for an engaging experience in-game. Having different mobs are more engaging to me than having...
  10. krafttomten

    [Crimson OT] -- 100% Custom OT -- Showoff

    Here's some pictures from my custom RPG map. Hope you enjoy! Askarak and Shaburak demons Deeper into the caves Dragon spawn Minotaurs Overview of the world (It doesn't all fit when being captured from RME, not sure what I can do about that) I guess that's it for a start. If you...
  11. krafttomten

    [PROJECT] Welcome to Clickz Custom Map Project!

    Beautiful map, I really enjoyed looking through this thread. Thanks for sharing!
  12. krafttomten

    [TFS 1.3] Reward based on vocation

    I have always solved this by adding a uid (unique id) to the container. (using TFS 1.X). But maybe that is not possible for you? This code already assumes that you use an uid for the player storage, so you might have to do something else, depending on your version.. Personally to solve these...
  13. krafttomten

    TFS 1.X+ Cannot connect with host computer

    I just discovered something weird with my server so I thought I'd share it here. When I moved my server and database to a new drive on my computer, a 2 TB SSD, I got this problem. I could no longer access the server from the host computer. But other people could join, both LAN and WAN. I have...
  14. krafttomten

    TFS 1.X+ [TFS 1.4] No loot drop in severely unfair fights (PvP)

    Hah, I feel pretty stupid for missing the :getDamageMap function, it's such a simple solution! Thank you very much for pointing it out. I have implemented it on my server and it seems to work.
  15. krafttomten

    TFS 1.X+ [TFS 1.4] No loot drop in severely unfair fights (PvP)

    Hello OTLand, I am making a RPPvP server. I have modified AoL and blessings so that they do not prevent item loss in PvP. But now I want to disable it in case there was a severely unfair fight (level 200 killing a level 50 is an exaggerated example). But I need some help. First, I have tried...
  16. krafttomten

    What "killed" RL Tibia for YOU?

    Sorry for not replying, I was occupied. Here's the first thread I ever started here on OT-land. AOL for PVE only I totally agree with you! But yeah, AOL was too expensive for most people low to mid lvls to wear, so it wasn't too big of an issue before bots took over, and then the twist of fate...
  17. krafttomten

    What "killed" RL Tibia for YOU?

    For me it happened when cip removed pvp-enforced. Good old Inferna... 😢 That partially did it for me. No more exp from PK. But the final blow came when they added the blessings (especially the 6th "pvp blessing"). Then it was no longer possible to benefit financially from PvP. Instead I had to...
  18. krafttomten

    Retrocores serious privacy violation ! Watch out !

    You know there are people working with finding criminals right? A lawyer would probably redirect you to the police. And no name is necessary for a police report. So that is how you do it. Contact the police, and let the prosecutor file an application to sue the culprit once they have done their...
  19. krafttomten

    Retrocores serious privacy violation ! Watch out !

    Well, if this "Marcus" is actually from Sweden, then you'd be surprised how much information about him is available on the internet. Sweden has an astonishing amount of information on private persons publicly available, including phone numbers, home adress, and more personal things like school...
  20. krafttomten

    Retrocores serious privacy violation ! Watch out !

    CONTACT A LAWYER FOR RELIABLE ADVICE, I AM JUST A RANDOM ANON ON TEH INTERWEBZ, BUT HERE'S WHAT I HAVE TO SAY ON THE ISSUE TL;DR Contact the police if you suspect you are the victim of a crime. If you are an EU citizen, you might be the victim of a crime, because all EU states are required to...
Back
Top