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

    [Sweden] Satan's Return [10.41] | 100% Real Map

    You are welcome to join Satan's Return. It is a serious, high class real map with 100% quests, newly opened. If there are questions, feel free to post in the support forum or try to find staff in the game. The game runs the 10.41 protocol. Satan's Return provides unique, custom features as...
  2. I

    time frags and znote acc

    No, you misunderstand, it's a variable, it's supposed to be $config['host'], not $config['127.0.0.1'], and $config['password'], see? Ignazio
  3. I

    Windows Website gesior guild logo missing

    Looks about right, can you upload a new image, try to create a new guild and upload an image? Ignazio
  4. I

    Lua Gesior 0.3.6, CODE script. Scrolling down

    Sounds like a minor CSS fix, what template are you using? Show me your template css and add this where the background image is added. background-repeat: no-repeat; background-attachment: fixed; Ignazio
  5. I

    Windows Website gesior guild logo missing

    Yeah it's images stored in SQL (blobs) but are you sure it exists under the guild with ID 6? Ignazio Otherwise you can try to upload a new image and see if it works. Ignazio
  6. I

    time frags and znote acc

    you're not supposed to write the value in the config array, only the parameter. $connect = new mysqli($config['host'], $config['username'], $config['password'], $config['database']); Ignazio
  7. I

    Windows Website gesior guild logo missing

    Don't you have phpmyadmin? You could check for the guild with id 0, and check the corresponding image. Does it exist? Ignazio
  8. I

    Task problem

    Looks good to me, make sure you reload creaturescripts and NPCs after inserting the lines. As well as relogging after reloading. Then you can try to write this line: print(1) Right below the onKill(...) function and look at the console to see if the script was found. Ignazio
  9. I

    Task problem

    Did you add these lines into their respective file? Paste this in login.lua: registerCreatureEvent(cid, "KillingInTheNameOf") And this in creaturescripts.xml: <event type="kill" name="KillingInTheNameOf" event="script" value="killinginthenameof.lua"/> Just for clarity, can you show me those...
  10. I

    Windows Website gesior guild logo missing

    I'm not sure how your AAC stores images, the upload folder may not exist, or there may be a permission problem. Have you made sure the image really exists? Ignazio
  11. I

    Task problem

    Where did you get that script? There seem to be files missing. Normally you have one NPC to handle quest start / end / status. You also have one script handling the storage when killing creatures, that would be a creaturescript. Ignazio
  12. I

    Task problem

    Show us your login.lua in craeturescripts/scripts
  13. I

    SQL FILE?

    Your database name must correspond to the one you use in your mysql sqlType = "mysql" sqlPass = "whateverisyourpassword" sqlDatabase = "forgotten 8.60" Ignazio
  14. I

    SQL FILE?

    Do you get errors in the console? Show them. Show the database part in your config lua file as well. Ignazio
  15. I

    Lua how can i make the max lvl more than 717217

    It went that far? Interesting, anyhow I think it is a client restriction. Ignazio
  16. I

    Help of First Itens Script

    It's better to share the problem with the community, so the right person may help you. Why don't you post your login.lua script. Ignazio
  17. I

    SQL FILE?

    Tbh, that is a really bad database, whitespace and dot. In any case, make sure you have written in the database name in the config.lua file in your root OT folder. Ignazio
  18. I

    Windows Cannot Get My Npc working!

    If you can overkill creatures, then you'd have to show us your kill-creaturescript file (kill.lua?) for us to help you. Ignazio
  19. I

    Windows Cannot Get My Npc working!

    You may have to register the event before using it. Can you show me your login.lua file in creaturescripts/scripts? Ignazio
  20. I

    FIFA 15 / FUT

    Nah on FIFA 14 you could just take a random head-to-head game versus a random dude on the internet (unranked). Now you have to either to Ultimate Team or season, I remember when you could pick Argentina versus Bayern and just play a couple of games, spontaneously ...
Back
Top