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

    Script Problem.. Quest Box

    Great job by finding missing bracket. Nobel prize for u. "I CAN READ C++". That made my day. Thanks xD Edit. Actually There's no missing bracket. Sry, no nobel prize for ya. Anyway it was close.
  2. QuaS

    Script Problem.. Quest Box

    @up Since only programming/scripting language is known for you is LUA, and u don't have any ambitions learn something better than this fucking high level "programming" lang where variables doesn't has even a type. it;s your choice. If you're lookin' for something ugly then first look into the...
  3. QuaS

    Pls help me with a simple script! Rep+++

    This script's good. If u want to edit source then look for: ReturnValue Tile::__queryAdd(int32_t, const Thing* thing, uint32_t, uint32_t flags) const function in tile.cpp
  4. QuaS

    Script Problem.. Quest Box

    @up Firstly. Semicolon doesn't change anything in code, but it's a habit and helps me a bit to see a things. If most of known programming/scripting language requies semicolons i am gonna use it in lua either. Secondly. Read code.
  5. QuaS

    Script Problem.. Quest Box

    Old functions are in compat of 0.4 Error's due: doPlayerAddItem(cid, MESSAGE_INFO_DESCR54,1) and: doPlayerAddItem(cid, MESSAGE_INFO_DESCR MESSAGE_INFO_DESCR,1) Take this from uncle quas: local defaultMsg = MESSAGE_INFO_DESCR; local defaultEmptyText = "It's empty."; local questItems = {...
  6. QuaS

    [Actions] Switch and items on correct places (like desert q).

    Configure a shit first.
  7. QuaS

    Why does this script not work?

    >eoxir gran
  8. QuaS

    Why does this script not work?

    @2x UP Yo put a function inside an another function and try to calling that function inside a this function in this function, so a function u callen in that function cannot work functionally proper. addEvent(doSendAnimatedText, 2 * 1000, getCreaturePosition(cid),config.message, config.color)...
  9. QuaS

    help c++ code :S

    Write it in english.
  10. QuaS

    help with this script

    deathList[1] = lastHit; deathList[2] = mostDamage; ... rest
  11. QuaS

    Requesting this script if its possible!

    then beat this thing in your head, start reading/thinking and fix an issue
  12. QuaS

    [Actions] Switch and items on correct places (like desert q).

    bridge = {x=1034,y=1263,z=11}
  13. QuaS

    Unique ID no only chests

    I'd write 700 lines script to make it works, but simply tfs system works as cykotitan has said.
  14. QuaS

    Manarune request! Very hard. jk

    then u've screwed up a config. I don't have a time to test it.
  15. QuaS

    Manarune request! Very hard. jk

    yeyey ebest da trollin my honey ;3
  16. QuaS

    potion lever get 100x potion in same stack no need bp rep +++

    write it urself. It's not that hard.
  17. QuaS

    Lua Need help with a script from POI Quest

    maybe 'cuz doRemoveItem(getItem.uid,1)
  18. QuaS

    Requesting this script if its possible!

    looping through outfits, and if player don't have one say msg. (so 20 msgs if player don't have 20 outfits) otherwise 20x doorEnter (or, mixed depending on outfits a player has) = 20x item(door) change (+1); so door id would be fucked up after one use. Anyway my script could be optimized, to...
  19. QuaS

    secureMode, getPlayerSpell (?) problem.... CyberM take a look please!

    i would look for code where casting players is dealing a damage to another one.
  20. QuaS

    Requesting this script if its possible!

    Keep Failing Mate. Fixed jdb thing; local outfits = {looktype,looktype,looktype,looktype,looktype} local function enter(cid, item, toPosition) doTransformItem(item.uid, item.itemid + 1) doTeleportThing(cid, toPosition) end function onUse(cid, item, fromPosition, itemEx, toPosition) local...
Back
Top