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

    TalkAction Changename in-game

    Both scripts (from me and from Lucas) use items not premium points. Change the itemId (and count) in the table.
  2. Ratser

    TalkAction Changename in-game

    Try now. >>1472757 If that works and I got more time, I'll try to do what TGYoshi said.
  3. Ratser

    TalkAction Changename in-game

    Still we would have to make a forbidden table so that players won't be able to use "god", "gm"... preffix. But well...seems easier like that.
  4. Ratser

    TalkAction Changename in-game

    ^ Then we would have to put a hell ton of random names in the table :p
  5. Ratser

    TalkAction Changename in-game

    Try removing "god", "cm", "gm", "tutor", "tester" from forbiddenParam and tell me what happens.
  6. Ratser

    TalkAction Changename in-game

    A "small" fix... local itemId, count, maxTextLenght, delay = 1111, 1, 15, 2 * 1000 local blacklistParam = {"!", "@", "*", "/", "?", ",", ".", ";", "<", ">", ":", "~", "^", "°", "´", "`", "[", "{", "ª", "]", "}", "º", "=", "+", "§", "_", "-", ")", "(", "&", "¨", "¬", "%", "¢", "£", "$", "#", "¹"...
  7. Ratser

    Tutorial Como obtener el encendido de una Pc con Imagenes!

    Estaba helada pero de ahi intente agregarle hielo y ¡funciono! REP++ Un consejo para todos los que tengan problemas con esto: Traten de usar una llave inglesa. Siempre funciona.
  8. Ratser

    TalkAction Changename in-game

    addEvent(function(cid, forceLogout) if(isPlayer(cid)) then doRemoveCreature(cid, forceLogout) end end, 2 * 1000, cid, true) or Before onSay (function "valid" by Mock): function valid(f) return function(p,...) if isCreature(p) then return f(p,...) end end end...
  9. Ratser

    Check Account Information in Game

    Try now. >>1468981 If it doesn't works, it's your turn J.Dre :p. I would need time to rethink a solution.
  10. Ratser

    Check Account Information in Game

    Done. >>1468981
  11. Ratser

    Check Account Information in Game

    Now? >>1468981
  12. Ratser

    Check Account Information in Game

    >>1468981 BTW, you sure that account has more than 1 character amirite?
  13. Ratser

    Check Account Information in Game

    >>1468981
  14. Ratser

    Check Account Information in Game

    Ok try now.
  15. Ratser

    Check Account Information in Game

    Try this. >>1468981 I got my doubts but lets see how this goes.
  16. Ratser

    how to play sound in tibiando action

    One way to do it would be to enable shared LUA states, but I dunno how to make that. The only other way around (AFAIK) would require TFS 0.3.7+ (registerCreatureEvent(uid, eventName) in the action + unregisterCreatureEvent(uid, eventName) in the creaturescript.)
  17. Ratser

    Random Treasure Chests

    My script or what? Oh right...forgot the re-spawn after 1min part. I'll do it later. EDIT: Done.
  18. Ratser

    Random Treasure Chests

    Actions randomchest.lua: local CHESTS = { [5675] = { [1] = {2148, 1}, [2] = {2152, 1}, [3] = {2160, 1} }, [5676] = { [1] = {2528, 1}, [2] = {2519, 1}, [3] = {2534, 1}, [4] = {2462, 1}, [5] = {2491, 1}, [6] = {2662, 1}, [7] = {2476, 1}, [8] = {2487, 1}, [9] = {2656, 1}...
Back
Top