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

    [Request] SearchPlayer.lua (Exiva spell)

    Hey oh, i just check and in my OT server don't have the "SearchPlayer.lua" so i was thinking, somebody can gave me the internal code of it with the comments than come from it? Thanks a lot!
  2. Obsdark

    [Request] Special Food Spell

    local FOODS = {2677, 6543} -- Here put the ID of the food item/s-- local get = getPlayerPosition(cid) local fot = if getPlayerLevel(cid) <= 20 then fot = FOODS[1] elseif getPlayerLevel(cid) > 20 then fot = FOODS[2] end function...
  3. Obsdark

    [Request] Special Food Spell

    local FOODS = {XXXX, YYYY} -- Here put the ID of the food item/s-- local get = getPlayerPosition(cid) local fot = if getPlayerLevel(cid) <= 20 then local fot = FOODS[1] elseif getPlayerLevel(cid) > 20 then local fot = FOODS[2] end function...
  4. Obsdark

    [Request] Special Food Spell

    Fixed! Thanks!
  5. Obsdark

    [Request] Special Food Spell

    local FOODS = {XXXX, YYYY} -- Here put the ID of the food item/s-- local get = getPlayerPosition(cid) function onCastSpell(cid, var) if getPlayerItemCount(cid, FOODS) <= 80 then if getPlayerLevel(cid) <= 20 then doPlayerAddItem(uid, FOODS[1], 20, true)...
  6. Obsdark

    Scripter Looking For A Good Scripter (Tfs 1.0 ) And Maybe Gesior

    I can help, send me a PM if still looking About Lua
  7. Obsdark

    [Request] Special Food Spell

    For been honest, is the first time i use that command at all. ;) Thanks a lot! @MarkSmart Try this one, this should do all you wanted in the original one -- Player casts spell and adds 20 of an item into his backpack. (spell)-- local FOODS = {XXXX, YYYY} -- Here put the ID of the food...
  8. Obsdark

    [Request] Special Food Spell

    (y)
  9. Obsdark

    [Request] Special Food Spell

    This one local FOODS = {XXXX, YYYY} -- Here put the ID of the food item/s-- local get = getPlayerPosition(cid) function onCastSpell(cid, var) if getPlayerItemCount(cid, FOODS) <= 80 then if getPlayerLevel(cid) <= 20 then doPlayerAddItem(uid, FOODS[1][, 20[, canDropOnMap =...
  10. Obsdark

    [Request] Special Food Spell

    Did You reeplace the XXXX and the YYYY by the id of the items?
  11. Obsdark

    Simplify this script

    What tha... what is that script?
  12. Obsdark

    [Request] Special Food Spell

    local FOODS = {XXXX, YYYY} -- Here put the ID of the food item/s-- function onCastSpell(cid, var) if getPlayerItemById(cid, FOODS) <= 80 then if getPlayerLevel(cid) <= 20 then doPlayerAddItem(uid, FOODS[1][, 20[, canDropOnMap = true]])...
  13. Obsdark

    Scripter...

    ?
  14. Obsdark

    Javascript to C++?

    http://factor-language.blogspot.com/2010/05/comparing-factors-performance-against.html Your welcome ;)
  15. Obsdark

    Javascript to C++?

    with this, we reduce the lame moment & the need to learn it to anyone intrested in help but not in learn lua, besides Javascript already have a lot of use, i'm not saying "Let's reeplace Lua/C++ by Javascript", i'm saying than that (i.e Add Javascript) make a lot more attracting to people who...
  16. Obsdark

    Javascript to C++?

    No offence, but the functions of lua are a little... well... designed for OT's, with Js people with other languajes can sum him's skills easier, instead of need relearn another programing languaje So, you can have a wider audience that can bring him's knowledgment here and apply it instantly...
  17. Obsdark

    Moving forward

    Simple, like any other comunity, through helping & receiving help, and making tutorials to help people to learn how to do it, Nobody says "Don't sell a thing" in fact he only says "Don't sell scripts, Characters, Hosting services & others, of course is possible, but don't sell scripts or shit...
  18. Obsdark

    [Request] Special Food Spell

    -- Player casts spell and adds 20 of an item into his backpack. (spell)-- local FOODS = {XXXX} -- Here put the ID of the food item/s-- function onCastSpell(cid, var) if getPlayerItemById(cid, FOODS) <= 80 then doPlayerAddItem(uid, FOODS, 20, 1 canDropOnMap)...
  19. Obsdark

    Javascript to C++?

    https://code.google.com/p/libjspp/ You see, this code link i put here is the code of somebody else, but acording to what he says, this would work to put (i guess) Javascript .js to work with the C++ of the server If that is true, it gaves more freedom to actualy work & program on the server...
  20. Obsdark

    Monster Libra of the Zodiac

    You know you wanna make Gemmini next Accept it. ;)
Back
Top