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

    GESIOR ACC Help

    Ok i will test! Thanks :) EDIT: Don't work :/ EDIT2: I tried: I did spaces to make the image moves, but look the result: It's like after X characters, the letters doesn't apears :/
  2. C

    How to keep removed frags on GESIOR ACC

    :P I found what i want! Thanks :)
  3. C

    GESIOR ACC Help

    I don't understand what you mean, but what i want is to the text "Most Powerfull Guilds" appears on center.
  4. C

    How to keep removed frags on GESIOR ACC

    Hey guys, i have a sript in shopsystem that remove player red skull and frags. I want to create a table on mysql to store that removed values from the frags to show the top fraggers on site. Because on the players buys the item and remove the frags, of course the frags count on site will be...
  5. C

    GESIOR ACC Help

    Hey guys, how i can set to this text appears on center? Thx adv!
  6. C

    GESIOR AAC Latest News

    @Ninja, sorry for this, but is possible to center the text "Most powerfull guilds" in the title? Thanks!
  7. C

    Action Red/Black skull remover

    Gesior i did a function in shopsystem for Gesior 2012 to remove redskull with original "shopsystem.php" and works perfectly, even checks if player is online! The classes have a lot of functions to use! Is so easy, now i can see!! The Gesior 2012 is too much better!!! So i think: if is easy to...
  8. C

    Lua Checking duplicates value in a table

    I'm trying to remove the duplicated value, like for each index in table "remove" that is not in table "Dupes" the script will add, so when the script add it will too remove that added index from the original table. Like, the table "item" will only contains the duplicated values, can you...
  9. C

    Lua Error Mysql

    Hey guys, i have this erro on my console when after/before execute Team War event: mysql_real_query(): INSERT INTO `global_storage` (`key`, `world_id`, `value`) VALUES ('', 0, '0'),('0', 0, '0'),('24503', 0, '-1'),('25291', 0, '-1'),('31254', 0, '0'),('32145', 0, '0'),('32146', 0...
  10. C

    Solved Execute talkaction by script!

    Oh!! This really works! Thanks :)
  11. C

    Solved Execute talkaction by script!

    Hey guys, i need a little help, i'm trying to use a .LUA script to execute a talkaction per player that step in a teleport. Like: if getGlobalStorageValue(32145) > 0 then doCreatureSay(cid, "!rush", TALKTYPE_SAY) else The player say this text, but not execute the command, if i type "!rush" by...
  12. C

    Lua Checking duplicates value in a table

    BUMP PLEASE!
  13. C

    Temple & TP room by iSanto

    Can someone reup temple file? Please. :D
  14. C

    TP ROOM by vestia

    I like :D Thanks
  15. C

    Lua Checking duplicates value in a table

    Hey guys i'm trying to create a anti-dupe system with basic attribute item give by the shop system of gesior acc. Like the script gives a unique 'tid' to item and i'm trying to use this and the function created by Summ to remove items with the same 'tid' (unique id). Function by Summ...
  16. C

    [Function] Get all items (by id) / get all items in slot (by id)

    Summ, this can cause lag if checks certain items of 100 players online? Like 100 players online, check if exist 2 items with a certain attribute and delete both? I did a script that delete item with a certain tid and the script works, but my doubt is if the script runnin 1 or 2 times per day...
  17. C

    Solved How to use headline.php

    Hi guys, how use headline.php to create specific words in gesior acc?
Back
Top