• 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. Smokiee Jo

    [Solved]Creature heal at 40% life

    im guessing you could take it from a monster like a orshabaal or something that has the same script on what your looking for :D
  2. Smokiee Jo

    [8.60] !promotion and !bless command

    LUA CODE function onSay(cid, words, param) local fail = 0 if getPlayerLevel(cid) < 31 then cost = 2000 else cost = ((getPlayerLevel(cid) - 30) * 200) + 2000 end if cost > 20000 then cost = 20000 end for i = 1, 5 do if getPlayerBlessing(cid, i) then fail = fail + 1 else...
  3. Smokiee Jo

    Lua [8.60] Manarune.lua

    LUA CODE local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_MANADRAIN) setCombatParam(combat, COMBAT_PARAM_EFFECT, 49) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, true) function...
  4. Smokiee Jo

    Lua [8.60] Manarune.lua

    Well tbh there is no need to use "Actions" as a manarune just use "Spells" the way its ment to be used, in the way for it to work i've never added a manarune through actions befor so, i know that through spells works 100% as im using it right now so :D
  5. Smokiee Jo

    Lua [8.60] Manarune.lua

    well thats my manarune script so i didnt test yours i just thought you needed a new script working, but i guess i can take a look tomorrow at your script, but you can take mine now if your ergent :D Update : Im using 0.4_SVN latest Rev
  6. Smokiee Jo

    Lua [8.60] Manarune.lua

    thought i would give you mine "fully working" using it at the moment Go to server/data/spells/spells.xml add this line near UH RUNE <rune name="Mana Rune" id="2270" allowfaruse="1" charges="1" lvl="50" maglv="4" exhaustion="1100" aggressive="0" needtarget="1" blocktype="solid" event="script"...
  7. Smokiee Jo

    [Solved]Creature heal at 40% life

    you could try that, thats what my monster/creature has, it could be wrong but if it helps REP++ <defenses armor="0" defense="0"> <defense name="healing" interval="100" chance="700" min="35" max="40"/> <attribute key="areaEffect" value="blueshimmer"/> </defenses>
  8. Smokiee Jo

    [8.60] 2x fast attack

    np just glad to help, Also can a MOD make this thread as Solved please :D SOLVED
  9. Smokiee Jo

    [8.60] 2x fast attack

    yeah go into server/data/XML/vocations.xml And it should all be there on the attack speed if this helps rep ++ ;)
  10. Smokiee Jo

    CreatureEvent Forever Amulet (Red & Black Skull Protection)

    @ up add this into the "forever aol" items.xml <attribute key="charges" value="99999"/> that should work "Tested" and it worked for me Hope this helps!
  11. Smokiee Jo

    [9.31] RookWar by Eldin

    nice thanks, revamped it abit tho got the real map (8.6) and made it to 9.31 works fine no buggs what so ever ;D very nice thanks.
  12. Smokiee Jo

    Black Ops 2 - U guys ready?

    well for starters Black Ops 1 was based just passed world war 2, and now you have Black Ops 2 "based in 2025" the nuketown map is 85% the same from black ops 1, there is still the 1960~1970 cars in the map still the same dolls all they have added is new outfits, and new support streak system...
  13. Smokiee Jo

    [Sweden] Xanteria 8.6 | Nice events | Good staff | POINT

    Learn To Speak And Type English It's Poor! If anything go back to school and learn it!
  14. Smokiee Jo

    [Gesior ACC] Layout By iMperator v1

    Dont post on a thread that is 2 years old about "this is fake, this is not your layout" its just a dead thread with no upload link available on a thread this old.
  15. Smokiee Jo

    Lua help in mana rune

    Hi mate Try this i dno if it will work not Tested but should work for 8.6 Manarune local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_MANADRAIN) setCombatParam(combat, COMBAT_PARAM_EFFECT, 14) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false)...
  16. Smokiee Jo

    [8.6] MoonOTS v1, v2 and v3 - Official release!

    for some reason i can get the the v3 working fine but the NPC'S dont wanna spawn so if anyone can give me the right NPC's folder that would be great thanks. - - - Updated - - - Solved on my Upper Post Thanks Anywayz! - - - Updated - - - its /i vip access but you can change that very...
  17. Smokiee Jo

    Outfitter 8.60 - showing outfits on website

    where would i put this HTML code everything else is in place i just dont know where to put <img src="outfitter.php?id=128&addons=3&head=1&body=50&legs=80&feet=120"/> thanks
  18. Smokiee Jo

    PayGol problem!

    @Up Do you have the ServerID correct in your paygol.php folder and do you have this script for the checked points <b><li>Enter your account number:</b></li> <form name="pg_frm"> <input type="text" name="pg_custom" value=""><p> <input type="hidden" name="pg_serviceid" value="123456"> <input...
  19. Smokiee Jo

    [PHP+JS] Hourly countdown (With SERVER TIME!)

    @up in htdocs/layouts/tibiacom/layout.php <?php $lang['us']['time'] = "To server start remain: %s hours %s minutes %s seconds."; printf($lang['pl']['time'],'<span id="hours"></span>','<span id="minutes"></span>','<span id="seconds"></span>'); ?> Put that at the top of the php Page it should...
Back
Top