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

    C++ help with this code, just to work with one id item

    You will have to declare ITEM_QUIVER in const.h, preferably in item_t, but you can do it anywhere if you like your engine messy. :D Inside enum just add this line ITEM_QUIVER = 5089; And the rest is here Item* Player::getAmmunition() const { Item* item = inventory[CONST_SLOT_AMMO]...
  2. M4rcin

    Lua TFS 0.3 - Create Random npc.

    I'm so used to the fact that these outdated engines use doStupidStuff functions instead of metatables that I went with the flow and used his function instead xD ps: I'm aware that math.random is not a part of his engine, no need to point that out
  3. M4rcin

    Lua TFS 0.3 - Create Random npc.

    local npcs = { {name = "Raymund Headley", pos = {x = 3037, y = 1692, z = 7}}, {name = "Charlie Anselm", pos = {x = 3035, y = 1698, z = 7}}, {name = "Nolan Peter", pos = {x = 3040, y = 1699, z = 7}}, {name = "Sanford Fulk", pos = {x = 3040, y = 1699, z = 6}}, {name = "Paulina...
  4. M4rcin

    TFS 0.3 Count monsters, fromX, toX.

    It is possible, even on an as old and crappy engine that you are trying to use.
  5. M4rcin

    Target runes rules

    12.64 is a protocol version and tells nothing about the fact if you are using otc or retail. I think you didn't understand this yet, the issue is client-side, your server cannot tell if you sent 0xA1 after clicking on battle or not.
  6. M4rcin

    Target runes rules

    The solution has been posted in this thread by @Terotrificy. To clear this out, the issue is client-side and there is no reason to edit/send over the server files. Just substitute your onUseWith function in modules/game_interface/gameinterface.lua with function onUseWith(clickedWidget...
  7. M4rcin

    [OTHire 7.72] Attack Speed problem during movement/runes

    Other than the fact that was a feature - OTHire is a mess, you'll be way better off sticking to 1.X and updating it/downgrading the newest branch.
  8. M4rcin

    [list] CIPSoft lazy solutions

    lol maybe you do 🤢
  9. M4rcin

    Lua Monster disappear after a minute

    local monsters = { ["Orc"] = {chance = 5, next = "Orc2", msg = {"Test"}} } local function doRemoveCorpse(pos, creature) for i = 0, 255 do pos.stackpos = i tile = getTileThingByPos(pos) if tile.uid > 0 and isCorpse(tile.uid) then doRemoveItem(tile.uid)...
  10. M4rcin

    Lua Monster disappear after a minute

    local monsters = { ["Orc"] = {chance = 5, next = "Orc2", msg = {"Test"}} } local function doRemoveCorpse(pos) for i = 0, 255 do pos.stackpos = i local thing = getTileThingByPos(pos) if thing.uid > 0 and isCorpse(thing.uid) then doRemoveItem(thing.uid)...
  11. M4rcin

    Lua Monster disappear after a minute

    Hence you posted this flawed solution in this thread, why don't you guide him instead of suggesting something that is abusable?
  12. M4rcin

    Lua Monster disappear after a minute

    And what if the player stack with the monster? 🤭 @Matheus Vieira Don't you have the reference to the creature that is being summoned? It seems like an obvious choice. Paste your logic that summons the monster, I have almost no experience with these outdated engines.
  13. M4rcin

    RevScripts [OTBR] Reset all info/item/skill, leave only character name.

    try using SHOW COLUMNS FROM accounts; to get to know the column name.
  14. M4rcin

    [France] [7.4+] Valoria Online | NEW WORLD STARTING 04.06 | RL Map | ANTIBOT | NO WIPES | also on Android devices ⭐⭐⭐⭐⭐

    You will receive around 200 gp after leaving rookgard and you will have to buy spells if you want to use them. Scarab coin not being obtainable that easily will hopefully balance the tombs out. We can all agree that even if entrance would require a crystal coin instead, it would still be...
  15. M4rcin

    [France] [7.4+] Valoria Online | NEW WORLD STARTING 04.06 | RL Map | ANTIBOT | NO WIPES | also on Android devices ⭐⭐⭐⭐⭐

    And here it is, a simple runemaker that will work similarly to a tasker. Also simple, new updater for ones that had issues with our old one. The next thing I'll focus on is the PVP arena accessible from the game world. If you have any other suggestions, make sure to post them!
  16. M4rcin

    [France] [7.4+] Valoria Online | NEW WORLD STARTING 04.06 | RL Map | ANTIBOT | NO WIPES | also on Android devices ⭐⭐⭐⭐⭐

    Each frag lasts 18 hours, without additional weekly/monthly limits. Also, killing a character with half (or lower) of your level will result in this character being teleported to the temple unless it's skulled. If the noobchar is pzlocked, it's going to be teleported to the temple, but it will...
  17. M4rcin

    [France] [7.4+] Valoria Online | NEW WORLD STARTING 04.06 | RL Map | ANTIBOT | NO WIPES | also on Android devices ⭐⭐⭐⭐⭐

    7 days to go and I can finally announce it! :D Our newest world will launch on 16.04 (Friday) at 18:00 CEST. The first 300 characters created will receive free premium points, so be quick to create them, there are only 100 slots left! Since we are running out on this promotion we found another...
  18. M4rcin

    [France] [7.4+] Valoria Online | NEW WORLD STARTING 04.06 | RL Map | ANTIBOT | NO WIPES | also on Android devices ⭐⭐⭐⭐⭐

    Everything that involves simple automation during passive playtime like you mentioned is fine (excluding it if you will be gaining exp, but runes and skills are ok). If you are using automation that either reacts to your environment for you (autologout, autohealer), or you use it during active...
  19. M4rcin

    [France] [7.4+] Valoria Online | NEW WORLD STARTING 04.06 | RL Map | ANTIBOT | NO WIPES | also on Android devices ⭐⭐⭐⭐⭐

    You can punish and discourage them from cheating. It is unimaginable how many players never actually experienced true 7.4 PVP without any "help", and are not even aware of the depth of it. With our actions, we want to encourage fair gameplay and make sure that everyone has a chance to try the...
  20. M4rcin

    [France] [7.4+] Valoria Online | NEW WORLD STARTING 04.06 | RL Map | ANTIBOT | NO WIPES | also on Android devices ⭐⭐⭐⭐⭐

    You might be right at this part, but your overall assumptions are flawed. Your certainty that you can always stay hidden (no matter what) in the interwebs is showing that your perception of the situation might be lacking, also, you seem to miss the possibilities to go around that soul system...
Back
Top