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

    Graphic Designer Naruto professions designer (overworld characters)

    Hello, my graphic designer just quit becouse he dont have enough time to do sprites for me, so Im looking for someone new who can do as good graphics as my prev designer did. Im running www.ntsw.pl, Naruto custom OT since 2010, willing to hire a professional pixel graphic. The job is to create a...
  2. Erexo

    Runes based on count, not charges [8.54]

    Fixed, found method for item count. If someone needs: g_game.transformItem(item, item->getID(), std::max((int32_t)0, ((int32_t)item->getItemCount()) - 1));
  3. Erexo

    Runes based on count, not charges [8.54]

    Hello there, Ive put a normal, useable, stackable item into rune script. Main idea is to create an mwall "rune" but in normal stackable item, and when you cast that "rune", 1 count from stack will be loss, not whole stack (runes based on item count, not charges). Ive found out that: bool...
  4. Erexo

    Spell casted like a rune

    thanks for your response guys
  5. Erexo

    Spell casted like a rune

    but the main problem is that I dont want any rune
  6. Erexo

    Spell casted like a rune

    I was worried that its need client-side edit
  7. Erexo

    Spell casted like a rune

    So Im looking for someone who can help me with modyfy tfs 0.3.6pl1 (8.54) source to add new spell type. When you call a spell (write sentence in chat), crosshair appears just like you were using rune, and after cast at specific destination it do script and consume mana. Basically its casting a...
  8. Erexo

    Webdesigner Looking for Layout (modern)

    Hello there, Im looking for someone who could make an layout for my website. Theme is Naruto, need layout for www.ntsw.pl Current one is pretty basic and empty, need more colorful and naruto-based one. Write here if you are intrested and we'll talk about pricing, details and stuff
  9. Erexo

    Expand effects limit (client side, 254+) [PAY]

    anyone? Im really in need
  10. Erexo

    Expand effects limit (client side, 254+) [PAY]

    Becouse personally I think OTC sucks and its not even close to Cip client. Also OTS without a bot possibility (elf in my case) wont reach more than 50 players
  11. Erexo

    Expand effects limit (client side, 254+) [PAY]

    Hello, my trouble is that I want to have more than 254 effects on my OTS using oryginal Cip client. As everyone knows effect number is send in client=server via uint8, I need to expand it to something like uint16, its pretty easy in server side (im using 0.3.6pl1), but I dont even know how to do...
  12. Erexo

    Summon Explosion (master dmg, summon pos)

    Ive done it, just change variant in doCombat. local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_EARTHDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, 39) setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -0.6, 0, -0.7, 0) arr = { {1, 1, 1}, {1, 3, 1}...
  13. Erexo

    Summon Explosion (master dmg, summon pos)

    Hello there, I was just wondering, how to create a summon that explodes upon death and deal its master formulas dmg. I was trying to do something in onDeath, but I really dont have a clue how to do what I need. Basically I need script that takes positon from summon, but formulas from its master...
  14. Erexo

    [DLL] Messing with client gui (Cipsoft one) - no injector.

    Im looking for it too. Wanna learn something about dll injections. Im working with C# but this shall be helpful
  15. Erexo

    Request maps you need here!

    Someone any custom world/spawn for Tibia 8.40 - 8.54 ? I need some spawns, but almost all maps on otland are outdated
  16. Erexo

    [Help] Lua Script Error for NPC's

    ^ this Idk where you get this script, its bugged as hell
  17. Erexo

    Arena PVP

    maybe becouse its my custom-modified arena. Search for arena.xml on otland, that script is in pure TFS...
  18. Erexo

    Arena PVP

    <?xml version="1.0" encoding="UTF-8"?> <mod name="Arena Play Ground" enabled="yes"> <config name="arena_config"><![CDATA[ config = { oldPosition = { {x = 975, y = 449, z = 7}, {x =...
Back
Top