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

    Lua How can I optimize this onDeath?

    You mean like this? I just wanted the best optimization for that script below function onDeath(cid, corpse, deathList) if getPlayerSlotItem(cid, CONST_SLOT_NECKLACE).itemid == 2196 then -- RED SKULL AMULET if getPlayerSlotItem(cid, CONST_SLOT_NECKLACE).aid > 1000 then...
  2. LucasFerraz

    Lua How can I optimize this onDeath?

    Hello guys, How can I optimize it to the max? function onDeath(cid, corpse, deathList) if getPlayerSlotItem(cid, CONST_SLOT_NECKLACE).itemid == 2196 then if getPlayerSlotItem(cid, CONST_SLOT_NECKLACE).aid > 1000 then doItemSetAttribute(getPlayerSlotItem(cid...
  3. LucasFerraz

    Lua Movement not removing monster from Area

    Hello, why isn't this movement removing monsters from Area? local function changetiles(cid, item, pos, fromPos) local kapos1 = {x=32515, y=31407, z=15} local kapos2 = {x=32516, y=31407, z=15} local kapos3 = {x=32515, y=31408, z=15} local kapos4 = {x=32516, y=31408, z=15}...
  4. LucasFerraz

    Lua Track error

    Bump please what is it
  5. LucasFerraz

    Lua Track error

    Hello Guys, What is it?
  6. LucasFerraz

    Lua Send item to Player DP

    bump
  7. LucasFerraz

    Lua Send item to Player DP

    bump
  8. LucasFerraz

    GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

    doPlayerSendMailByName(getCreatureName(cid), new_item, getPlayerTown(cid)) This part of code is sending a letter instead of sending item, why? local lettersUsedToGenerateHash = "AaBbCcDdEeFfGgHhIiJjKkLlMmOoPpQqRrSsTtUuVvWwXxYyZz" math.randomseed(os.time()) -- required! function...
  9. LucasFerraz

    Lua Send item to Player DP

    bump
  10. LucasFerraz

    Lua Send item to Player DP

    doPlayerSendMailByName(getCreatureName(cid), new_item, getPlayerTown(cid)) This part of code is sending a letter instead of sending item, why? local lettersUsedToGenerateHash = "AaBbCcDdEeFfGgHhIiJjKkLlMmOoPpQqRrSsTtUuVvWwXxYyZz" math.randomseed(os.time()) -- required! function...
  11. LucasFerraz

    [GESIOR2012] Items Shop Installation/Administration

    Hey Gesior, can you please make this script send BOUGHT ITEM(item, containers, etc) to hometown DP?
  12. LucasFerraz

    PHP + MySQL = select + var

    Thanks
  13. LucasFerraz

    GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

    Hey Gesior, where can I edit display of tickets? I want to show more letters as default.
  14. LucasFerraz

    GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

    $result = $SQL->query("select count(*) AS codes_count from gamecodes WHERE gamecode='.$SQL->quote($gamecode).' AND alreadyused='N';")->fetch(); $counts = $result['codes_count']; echo $result['codes_count']; It is displaying zero but if I run this select on DB it return 1
  15. LucasFerraz

    GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

    Thank you so much Gesior. You are awesome, I'm sure you solve it but I can't test right now. I will test as soon as possible(today). Thank you so much for bothering to teach me the details. I will not use it currently but could you give me details of displaying a PHP var with fetchAll()?
  16. LucasFerraz

    GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

    Hello, how can I show this var? Error:
  17. LucasFerraz

    PHP + MySQL = select + var

    Hello, how can I show this var? Error:
  18. LucasFerraz

    GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

    == logged account == logged email?
Back
Top