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

Search results

  1. W

    Not teleportable in this place.

    It works, even in jail :p :[
  2. W

    request Deathlist script

    On my server 9.60 , server crash on !deathlist NAME, i need a new script thanks in advance
  3. W

    Action Magic Wall!(Including Countdown) 95% Easy Configurtion!

    You can shoot on yourself and still doSendAnimatedTxt , you mind changing that line for doCreatureSay talktype_orange? Just noticed that i can't use the rune on every ground, maybe you could add the countdown on the real mwall rune script? lol :[
  4. W

    Action Magic Wall!(Including Countdown) 95% Easy Configurtion!

    Can't shoot on items like that, && console random error. PS: Can you change the timer to the new versions? [look at page 4 i think of this post, Joseph edited your older script , countdown was working with orange_talk~ THANKS !! EDIT!! The Magic Wall never gets removed.
  5. W

    Compiling Error

    How do i set my tibia version? I want 9.60 0.3.r5972 - - - Updated - - - Getting this error while compiling,help? 1>..\protocolgame.cpp(3074): error C2511: 'void ProtocolGame::sendRemoveContainerItem(uint8_t,uint8_t)' : overloaded member function not found in 'ProtocolGame' 1>...
  6. W

    Request rebirth

    http://otland.net/f82/reborn-system-0-3-6pl1-should-work-fine-0-4-a-194041/
  7. W

    Help me!

    So, !update bow , donate wand Player loses his bow & Arrow and gets donor wand?
  8. W

    Can't find the right lines

    Lol.. yeah well im a noob at scripting, just looking at the script and im confused lol, local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY) setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 1497) function onCastSpell(cid, var) function...
  9. W

    [GERMANY] Custom Evo 8.60

    Why not upload the pics instead of making the people download them? U_U Not enought info.. :/
  10. W

    Not teleportable in this place.

    Or simply add the mute timer on my jail script? lol ,? @J.Dre , Im not sure what you mean[what script, every?] @Sir Islam , It doesnt work :[ heres my jail script, if any of you can set them that it disable X command or mute them the time they got jailed it would be good too. -- Default...
  11. W

    Not teleportable in this place.

    I can use it as the first script, it does tp me outta jail :o
  12. W

    Not teleportable in this place.

    That wouldnt work because my jail has 5 floor :o EDIT: tested it and it just fuckup my script (doesnt work at all) @Amino, it didnt work either :| It works, but it also fucked up the script , it doesnt teleport ppl anymore it says "invalid location" and in jail it shows the command so it...
  13. W

    Sirion_Mido Free Scripting Service (Actions/Movements/Talkactions/Creaturescripts)

    I think this Siron_Mido stoped, not sure.
  14. W

    Not teleportable in this place.

    I cant use my scripts at all when i enter my jail pos(idk if i entered them right) lol local j = {x1 = 1125, x2 = 1176, y1= 835, y2 = 876, z7 = 5, z2= 1} It says "invalid location" and if im in the jail it sends the command as if the player would talk (which is ok)
  15. W

    Not teleportable in this place.

    function onSay(cid, words, param, channel) if not(getHouseByPlayerGUID(getPlayerGUID(cid))) then doPlayerSendCancel(cid, "You do not own a house.") return true end if getCreatureCondition(cid, CONDITION_INFIGHT) then doPlayerSendCancel(cid, "You are...
  16. W

    Solved 10% more hp

    I though i tried it before, lol, im a newb to that still.
  17. W

    Solved 10% more hp

    How could i change it to add 10% of hp, that would only add 300 HP o: EDIT; <attribute key="maxHealthPercent" value="300"/> (+200%) THANKS
  18. W

    a sexy request

    You're a fucking. Boss. thanks alotttttttttt, reped
  19. W

    Not teleportable in this place.

    Well in my server, my players can uses teleports commands, i have a jail, but if they arent muted, they can teleport, how could i add a Non-teleportable place ? my jail got 7~ level Thanks.
  20. W

    Lua Can someone tell me how this works? [dELETE some mod]

    Ok, i need help to make no mistakes, how many talkactions.xml do i have to add? for players? huh! Welp! -- Optimized by Talaturen -- Visit http://otland.net -- 22:25 CET >> 2007-08-07 local activeValue = 666 -- Storage value of active poll local yesValue = 1000 -- Storage value of yes...
Back
Top