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

    Lua Proplem with my script

    local config = { loginMessage = getConfigValue('loginMessage'), useFragHandler = getBooleanFromString(getConfigValue('useFragHandler')) } function onLogin(cid) doChangeSpeed(cid, 750) doCreatureSay(cid, "Welcome!", 19) local loss = getConfigValue('deathLostPercent') if(loss ~=...
  2. Seumion

    Lua Proplem with my script

    this is my login script VV if (getCreatureStorage(cid, storageItem) == 1 and getPlayerBlessing(cid, 1) == false) then doPlayerAddItem(cid, idAol, 1) for i = 1,5 do doPlayerAddBlessing(cid, i) end doCreatureSay(cid,'Automaticly blessed and amulet of loss...
  3. Seumion

    Lua Proplem with my script

    when i use book that get me an storage to get message when log in ,when i use it with my normal character it work's perfect and always get message when log in but,when i use that book with my gm account it give me storage but 1 time only that mean it will get me message 1 time only
  4. Seumion

    Lua Proplem with my script

    but when i use book with my admin account it set storage perfect to it but 1 time only like when he login he get message only one time but with my normal account it's get when it log in it always get message
  5. Seumion

    Lua Proplem with my script

    hello otland i have proplem with my script that if player get storage 2000 he will get auto message always when he log in i tried to open my normal account its works perfect but with my admin account it won't work USING TFS 0.4 DEv
  6. Seumion

    <Request> Book of never lose aol or bless for time

    bro you understood what i said ? i said when i click on book i will get
  7. Seumion

    <Request> Book of never lose aol or bless for time

    where i put it
  8. Seumion

    <Request> Book of never lose aol or bless for time

    hello otland can you help me with that script. Explain my request:i want when i click on BOOK i won't lose aol and give me forever bless for 30 days note:i won't when i use the book it give me aol and bless nono i want when i use that book it will give me aol one time only if i don't have it...
  9. Seumion

    Lua if player get Storage at login say"...

    okay i will @ tag you in the post to find it fast okay?
  10. Seumion

    Lua if player get Storage at login say"...

    Thanks bro @imkingran ,@owned too much but i have another request can i tell you that or make another theard in requests?
  11. Seumion

    Lua if player get Storage at login say"...

    no didn't solve it
  12. Seumion

    Lua if player get Storage at login say"...

    Oo sorry using 0.4 dev
  13. Seumion

    Lua if player get Storage at login say"...

    hello otland how can i make script in login if character get storage 2000 say "kill" i tried to add it to login but doesn't work thanks otland staff and members/
  14. Seumion

    Solved Error with trainer

    hello otland i tried to change trainer's health to be like 2400000000 but when i open my ot i saw above trainer no name and no health
  15. Seumion

    Lua Proplem with this script

    BUMB Any help?
  16. Seumion

    Lua Proplem with this script

    bumb
  17. Seumion

    Lua Proplem with this script

    hello otland i have fire storm mod when i type !fire join the event lead me to waiting room good?i won't it lead me i need it when i say /start fire event say:Fire Storm teleport created in temple wait 4 minute for open and teleport appear in temple using tfs 0.4 dev http://pastebin.com/Q8F7cmTv
  18. Seumion

    Lua Jail Script

    Sorry limos i did not inspect the rules but i will check it and you heba can we speak in private?
  19. Seumion

    Lua Jail Script

    using tfs 0.4 dev can u post all script? this is my script default_jail = 12*3600 -- 12 hours grouprequired = 5 jailedstoragevalue_time = 1338 jailedstoragevalue_bool = 1339 jailpos = { x = 938, y = 976, z =9 } unjailpos = { x = 994, y = 993, z =7 } jail_list = {} jail_list_work = 0 function...
  20. Seumion

    Lua Jail Script

    bro you know what i mean? i mean when i say /jail player get effect like in this photo and get jail @Himii
Back
Top