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

    Request-Mana Rune!!help I rep++!

    Dont use Lolayes mana rune. Got this from an kuzz local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_RED) setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, 1) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0) --effect code--...
  2. wlj

    Wallpaper The Pheonix Lady

    nice rep++
  3. wlj

    Spell Need a spell msg here i make in code if you wanna!

    sry guys dont post here will retier from otland will only check some new scripts or somthing sometiems.
  4. wlj

    Pokémon Online!

    wtf? i leave otland 3 days and this comes? wow ...
  5. wlj

    [8.5] The Cipsoft Project v0.1

    nice! :P!!
  6. wlj

    /addskill = /removeskill?

    might be good if you dont wanna all gms and sush to know pw to youre xampp secu? I hope some one can fix the script need to.
  7. wlj

    Name suggestions?

    :d:d:d
  8. wlj

    close topic

    haha plx close
  9. wlj

    close topic

    Hehe sry close topic
  10. wlj

    doAddIpBanishment?

    not in 0.3.5
  11. wlj

    OT Tools

    haha u are so a stealer hope you get some infractions or a ban.
  12. wlj

    Spell Need a spell msg here i make in code if you wanna!

    local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat1, COMBAT_PARAM_EFFECT, CONST_ME_GROUNDSHAKER) setCombatFormula(combat1, COMBAT_FORMULA_LEVELMAGIC, -2.0, -1.5, 2.0, 2) local combat2 = createCombatObject()...
  13. wlj

    [8.5 ] War Denn Enforced Updated

    its a good serv did play it might gonna remapp some and rehost
  14. wlj

    OT Tools

    loL? already doon.. ffs look tools
  15. wlj

    I run a PVPE server, and I need some help about cheat leveling

    make a script.. when player kill same player 2 times he gets jail 30 min lol?
  16. wlj

    Lua [Help] Teleport to player spell

    DoTeleportThing (cid, ) also in function function onTarget OnTarget or Local m =1 and Function OnTarget Use
  17. wlj

    Complaint Thread title never changed.

    ask Xenios or empty or tala :)
  18. wlj

    Action random tp rune

    for 0.3.5pl1 function onUse(cid, item, frompos, item2, topos) local pos = {{x=10, y=10, z=7}, {x=20, y=20, z=7}, {x=30, y=30, z=7} ,{x=40, y=40, z=7}} -- position to teleport. local rand = math.random(1, #pos) doTeleportThing(cid, pos[rand]) doSendMagicEffect(10, pos[rand]) end...
  19. wlj

    TalkAction Command "/attr" in lua-script talkaction, you can add more functions.

    add function or just rescript :) all wanna it..
Back
Top