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

    [GESIOR] Create a "themebox login"

    Thank you very much!
  2. S

    [GESIOR] Create a "themebox login"

    I got it to work on my website, if the player enters the account name and password it will login, but I have three problems: First one is that the login button, the account name and the password inputs are too far right, I'd like to center them. Here's the example: And also, can I change the...
  3. S

    [GESIOR] Create a "themebox login"

    Hello guys, I would like to make a login themebox. The player enters the account name and password in it and he logins, the only difference being that he does that on a "themebox". It should be pretty much like this: It doesn't have to be fancy, I can do the design if necessary. Thanks in...
  4. S

    Submenu item hovering changes to a whole different color

    I also changed these colors to blue. If you check on Photoshop, these colors are blue. If I find any solutions I will post it here.
  5. S

    Gesior lightborder, darkborder and vdarkborder configs not working

    I fixed it by going to layout_config.ini. Thanks anyways :)
  6. S

    Submenu item hovering changes to a whole different color

    I have been playing a little bit with the basic.css and I found out a problem. I wanted to change the default background color of the submenu to a blue one and I did it by changing this code: .Submenu { position: relative; margin-left: 5px; margin-right: 5px; background-color: #0b1b33...
  7. S

    Gesior lightborder, darkborder and vdarkborder configs not working

    So, I changed the color of the lightborder and etc. in the file config.php of my website. However, even though I have already changed it in config.php and even though the table script looks like this: <tr bgcolor='. $config['site']['lightborder'] .'> The color stays the same as the original...
  8. S

    Problem with databse connection

    Thank you guys, you solved my problem.
  9. S

    Problem with databse connection

    Hello guys, I have recently bought a Linux VPS and I almost got the server going on. The problem is that this message appears when trying to open the server: I have already looked everywhere and I couldn't find anything. I have also installed XAMPP with mysql. Are there any possible solutions?
  10. S

    How do I change the text editor? (Gesior)

    I do know html, but the weird thing is that the 'CODE' function which should allow me to use html codes appears all green in the background, it is annoying.
  11. S

    How do I change the text editor? (Gesior)

    Hello guys, I am having a little bit of an issue. I would like to change the text editor from this: To this: How am I supposed to do that? up up
  12. S

    Problem with Gesior's background

    I am using the Gesior by Mudroock version and I encountered an error while trying to change the background. There is a kind of black stripe on the left side of it, and I can't fix it. The image and the basic.css files are attached to this post.
  13. S

    NPC is not subtracting money when buying potions

    As I predicted, this code would force you to have money on the player to buy something. It works, but the bank money becomes useless, you will have to withdraw money before buying anything. However, thanks to you, I found a great solution! I replaced my whole npc lib folder for this one: lib.rar...
  14. S

    NPC is not subtracting money when buying potions

    I see it, I will try to, but I believe that this is going to disable the bank money.
  15. S

    NPC is not subtracting money when buying potions

    Here you go! http://www.mediafire.com/file/vrqy3vz3nhwpa1m/modules.lua (There is a server error on OTLand, it is not allowing me to upload the file) Edit: I see that from a different modules.lua file that the parameters player:removeMoney (on my file) are replaced by player:removeMoneyNpc...
  16. S

    NPC is not subtracting money when buying potions

    Thank you for your answer. Unfortunately my problem will now be to fix every single npc trader that exists on a global map. I don't want to be rude but, are you positive that the XML files can't work?
  17. S

    NPC is not subtracting money when buying potions

    Couldn't find anything wrong with my npchandler.lua, I will post it here shortly. Edit: Here's the code
  18. S

    NPC is not subtracting money when buying potions

    But I still don't know how to fix the problem, this is my first 10.xx server and I do not understand completely all of its functions and how to manage its problems.
  19. S

    NPC is not subtracting money when buying potions

    Update: Thanks to Karain, I figured out that he problem was really with the money that is on the bank, if the player has money on him, it will be subtracted.
  20. S

    NPC is not subtracting money when buying potions

    I have already done that several times, same thing, money doesn't get subtracted. However, if I have money on my character (not on the bank) 'APPARENTLY' the money gets subtracted.
Back
Top