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

Search results

  1. FabianoBN

    [Request] I need this Script Please ??

    o.O Ok, ok, thanks for this, I go for test this help. I put -26 for test xD
  2. FabianoBN

    [Request] I need this Script Please ??

    not quite. the issue is that the TFS 0.3, uses type a cache for everything that is done on the server, and then performing a save, when it sends the data to the database. Example: I broke a jar, and when I broke that won a storage jar, at the moment I see this for storage in the database, the...
  3. FabianoBN

    [Request] I need this Script Please ??

    Yes man, I use GlobalStorage for save the break jar!
  4. FabianoBN

    [Request] I need this Script Please ??

    I'm also trying to do for actions through globalStorage. but when I break the last jar, the monster does not appear. because TFS 0.3 does not play data directly in the database.
  5. FabianoBN

    [Request] I need this Script Please ??

    I tried to do the way you said, using globalStorage. but it did not work because after that is 0. the monster is not born because I use TFS 0.3 and arrays is stored as cache type and then goes to save the database.
  6. FabianoBN

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    Znote Where modify, in order to put emphasis on the news? For every time I create a news and put some accent, the news is blank. Where do I change the charset? I have one error in Znote Rev 165 when I log in, there is going to my account but an error saying that there is no login and password...
  7. FabianoBN

    Lua Error in Script of Random Text

    TFS 0.3.7_SVN This Script is to give a random text and if the first text leaving it removes the item. function onUse(cid, item, fromPosition, itemEx, toPosition) local text = {"Ok!", "I go!", "No No No."} if text[1,#text] ~= nil then local texts = text[1, #text][math.random(#text[1, #text])]...
  8. FabianoBN

    [Request] I need this Script Please ??

    Hmm.. Thanks for Help. And Yes I not use Global Save. would also use a AddEvent. or even a globalevent make sure that if you have modified the globalStorage change to 26 again.
  9. FabianoBN

    Mad Mage an slime Fungus in Edron

    edit the posting. and put in tags [code] Script [/ code] or [code=lua] Script [/ lua]
  10. FabianoBN

    [Request] I need this Script Please ??

    The script will check into a room where have several jars around. Picture of the room: Direct image link: http://img89.imageshack.us/img89/9103/ayf7.png I want that this script check if all players around the room broken the jars and in the last jar broken, the monster will be spawned in the...
  11. FabianoBN

    [Request] I need this Script Please ??

    Bump³ Can someone give me an idea or a base as I would in LUA, to verify that the vessels are destroyed in a room?
  12. FabianoBN

    [Request] I need this Script Please ??

    Bump²
  13. FabianoBN

    [Request] I need this Script Please ??

    Please man, I need the Script of Horestis Tomb! {or Base script Break room in all Ornate Canopic Jar}, appears Horestis. For TFS 0.3 Thanks! -- Update the request -- The script will check into a room where have several jars around. Picture of the room: Direct Image Link...
  14. FabianoBN

    CreatureEvent Bless reminder! [COOL]

    It would be even better if instead of saying just a message saying that I have no blessing. Up a Pop Up saying that I do not have Blessing! Getting well: function onLogin(cid) if(getPlayerBlessing(cid, 1)) then doPlayerSendTextMessage(cid,13,'You are blessed!') else --//...
  15. FabianoBN

    Lua Bless doesn't Work 0-4 Rev.

    Use this in CREATURESCRIPT > function onDeath(cid, corpse, deathList) function HaveBless(cid) for i = 1,5 do if getPlayerBlessing(cid, i) then return true end end return false end if isPlayer(cid) and HaveBless(cid) and getPlayerSkullType(cid) < SKULL_RED then...
  16. FabianoBN

    Linux Help Error Znote AAC Error Code: 500

    I need help, I Go for my Site and I have This Error The website encountered an error while retrieving. It may be down for maintenance or configured incorrectly. Error Code: 500 in log have this: (mod_fastcgi.c.2701) FastCGI-stderr: PHP Fatal error: Allowed memory size of 134217728 bytes...
Back
Top