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

    solved!

    solved!
  2. killing

    can someobe please teach me how to script or atleast teach me how to make spells?

    I can giv you this for Making spells best way in the world http://otland.net/f19/spellcreator-graphical-spell-creation-enviroment-160371/ Rep++ me if i helpd.
  3. killing

    Need Npc Mission [script]

    I think to http://otland.net/f464/8-60-evolera-pl-v3-update-12-11-evolution-mega-edit-172721/ have the think that you are looking for. - - - Updated - - - Mission NPC
  4. killing

    Player Management 2.5

    Rehost!
  5. killing

    unban my server

    Server can be banned?>
  6. killing

    Gate of Expertise..

    Use Searching http://otland.net/f479/how-doors-138592/
  7. killing

    Need Some Scripts Important!

    :p \xd
  8. killing

    Need Some Scripts Important!

    okok Delete that script.. - - - Updated - - - try this one.. 100% created by me :D my sixth script xD function onUse(cid, item, frompos, item2, topos) if getPlayerLevel(cid) > 1 then doSendMagicEffect(topos,1) doCreatureSay(cid,"AhA!", TALKTYPE_ORANGE_1) doPlayerAddMana(cid, 500)...
  9. killing

    Need Some Scripts Important!

    I don't i well try to create one.. But later im Busy with my Server. - - - Updated - - - Manarune! function onUse(cid, item, frompos, item2, topos) mag = getPlayerMagLevel(cid) if mag >= 3 then doSendMagicEffect(topos,1) doPlayerSay(cid,"Ahhh, Mana!",16) doPlayerAddMana(cid, 1000) if item.type...
  10. killing

    football Event

    Hello I have problem with football. Im using this Mod <?xml version="1.0" encoding="UTF-8"?> <mod name="Foot ball" version="1.0" author="Damadger" contact="otland.net" enabled="yes"> <config name="tutorial_m"><![CDATA[ c = { speed = 250, -- base speed for all players...
  11. killing

    Lua Help Experience Scroll

    Look bro i don't know how to fix this but i can giv you new exp scroll script if you want.. Its tested on 0.4 and on 0.3.6 - - - Updated - - - function onUse(cid, item) doCreatureSay(cid, "Aaaach ! That was great ! i feal better...", TALKTYPE_ORANGE_1) doPlayerAddExp(cid, 5000000)...
  12. killing

    Need Some Scripts Important!

    Try this let me know if it works.. local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, 1) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0) function onCastSpell(cid, var)...
  13. killing

    Solved Magic Level Scroll

    Hello everyone i need help with my script Magic Level Scroll its not working. I don't get any Problems,player just don't get Magic Levels when he use Scroll. Script function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerLevel(cid) >= 8 then doCreatureSay(cid...
  14. killing

    Need Some Scripts Important!

    well Why you just don't use little searching. Vip System http://otland.net/f81/release-vip-system-44986/ Command for houses you can find in other Data-packs. Donation Times,Edit in Items.xml magic Effect try to find in Server/DOC/LUA_FUNCTIONS.. use little searching "CTRL + F" For Runes use...
Back
Top