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

    Solved Creaturescript file bug

    I want it just for the level, not for skills. Anyways i tried the old archive (the same as yours) and it is not working, LOL?!.
  2. Ahead

    [Znote AAC] Sorcerer Layout

    How can i remove these spaces between the rectangles?
  3. Ahead

    Solved Creaturescript file bug

    I had the script like these, but what does "skill == SKILL_LEVEL". I do not want nothing related with skills, or it is just irrelevant?
  4. Ahead

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

    I have tested the tile with a teleport with a free action id and it let NOT VIP PLAYERS pass, what the...? D: There are no errors in the console. EDITED: Something strange, it's supposed that i have to have several tables in which are contained the "vip" word. For example "player_viplist"...
  5. Ahead

    Solved Creaturescript file bug

    I got in my OT a creaturescript that recompense you if you reach X level. Well, it always worked fine but magically (of course, i do not know why if i did not touched anything) it got bugged. I will explain: Here is the .lua function onAdvance(cid, skill, oldlevel, newlevel)...
  6. Ahead

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

    LOL i had deleted by the face the "050-" xdddd. Thank you, solved.
  7. Ahead

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

    Something is wrong. When i try to log in, the screen freeze at "loading please wait" and it is shown this in the console:
  8. Ahead

    Solved [Znote] Creating Accounts

    Someday i will be fucked by my karma for not searching the posts properly. I randomly found this (yes, it was the destiny). http://otland.net/threads/znote-website-problem.206568/ For people in this trouble. Solved. Thanks lectors.
  9. Ahead

    Solved [Znote] Creating Accounts

    When i create an account inside localhost (i mean inside the template) there appears this: Failed to recognize your IP address. (Not a valid IPv4 address). Somebody knows why? (It is obviously that it deppends on the IP but anyways i tested it with several templates and keep saying the...
  10. Ahead

    MySQL Database

    Yes dominique, i am really pleased for you comment, i already corrected it.
  11. Ahead

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

    That tutorial is very nice but i did not want to know how to do it because i already did. I meant the fact of where could i find the tables script, what appears first time you enter in localhost. But i did a little tricky thing, i entered in xampp\htdocs\engine\database\connect.php and copied...
  12. Ahead

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

    Normally when you try to install znote for first time appears this: And you just execute the script into SQL and done! The problem appears when i did it once in a database i am not using anymore and i try to do it again with a new database. I got this error now when i enter into localhost...
  13. Ahead

    MySQL Database

    Are you saying that although it lets me import the scheme, it would produce me an error then?
  14. Ahead

    MySQL Database

    If i try to import this: https://github.com/otland/forgottenserver/blob/master/schema.sql It works, but everything is empty (obviously, it is a free and public scheme). So i need to import mine but i do not know what can cause the #1064 error here. And it seems that the problem comes from...
  15. Ahead

    MySQL Database

    Sorry for the second BUMP but i really need help on this, nobody can help me out of here... u.u
  16. Ahead

    MySQL Database

    BUMP
  17. Ahead

    TFS Server error SQL

    I have heard that the user always have to be root, are you sure you have been prepared correctly the database?
  18. Ahead

    Lua Blessings NPC TFS 1.0

    Something like this? local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  19. Ahead

    MySQL Database

    I found this error when i import my server database.sql. Error consulta SQL: INSERT INTO [server_config]( [config], [value] ) VALUES( 'db_version', 38 ); MySQL ha dicho: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the...
  20. Ahead

    Lua Vip Save Location

    It did not show any error. I will test it, i already use a VIP Doll with a character, so i am going to see tomorrow if it worked. Last question, to make a teleport just usable by an storageID, the number is put in action id or unique id?
Back
Top