• 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!

Recent content by rafaelztt

  1. rafaelztt

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

    Hello, I added a new menu group and when the page os loaded it appears this way: This is my code for this new menu (I just copied and changed the Forum group): <div id='events' class='menuitem'> <span onClick="MenuItemAction('events')"> <div class='MenuButton'...
  2. rafaelztt

    Item editor for 8.7?

    Anybody?
  3. rafaelztt

    [GESIOR2012] Items Shop Installation/Administration

    Nice shop. Works fine here! Thank you.
  4. rafaelztt

    Why players lose all experience ondeath ...

    That works!!!
  5. rafaelztt

    Linux Sql problems

    Me too. When I /shutdown the server with GOD, return this error in console (not the database part, just the line 38). Anybody?
  6. rafaelztt

    Solved Show resets onlook - PLS HELP ITS IMPORTANT

    I use reset function in talkaction. When player says "/reset" he is disconnected, reseted and then login (I won't give datails now). So, with your great function, I added this code in data\creaturescripts\scripts\login.lua. When the player login, his description appears automatically. resets...
  7. rafaelztt

    Action Perfect items upgrade

    @snacky I got the function today to use in the same rev (3884). I was looking for the same error and found the solution. The functions below are with the getItemWeaponType(uid) == X changed. 5 is for Shield e 4 for Bow. Must be this way: local function isShield(uid) -- Function by Mock the...
  8. rafaelztt

    The best VIP system ever! [Action/Movevent/Globalevent]

    That's not good. I was thinking in another option: Is it possible to do one talkevent calling a script: <talkaction words="!buyhouse" event="script" value="housebuy.lua"/> And housebuy.lua calls a function of another talk event: <talkaction words="alevo grav" filter="word-spaced"...
  9. rafaelztt

    The best VIP system ever! [Action/Movevent/Globalevent]

    Is there one way for only VIP players buy houses? When the VIP time end, he looses the house. Tranfer house only for other VIP player. Is this difficult to do? Thank you
  10. rafaelztt

    TalkAction Reset System

    Hey mann Nice script, worked for me!! I changed somethings. Now, just to see how many resets of the player, but is not working. How do I return an Int value of the query? function getPlayerResets(cid) local Info = db.getResult("SELECT resets FROM players WHERE `id` = " .. cid .. " LIMIT...
Back
Top