• 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

    Solved Remere's Map Editor not recognizing spawns & houses.

    omg yes it worked thank you, you saved my otserver <3xd
  2. C

    Solved Remere's Map Editor not recognizing spawns & houses.

    Hi, i made a copy of my map and started editing it then when i was done i tried replacing the map, what i did is i deleted the otbm file ( my old map ) that was in data/world and then i just dragged the other map the one i was editing to the same location then i opened the map and remeres gave...
  3. C

    Windows Help players aren't able to go to my website

    hi, i've opened the following ports: 7171, 7172, 80 everything looks fine to me, im able to go to the website from my computer using /localhost and my servers ip, i told my friend to go check out my zombie event and he told me that he wasnt able to even open the website, can someone please help...
  4. C

    Windows Photos in Shop are not showing!

    So i finally solved my previous shop problem, i was so happy then i come to shop admin to add items and paam! images are not showing so how can i solve this?
  5. C

    Windows each new account gets 130 points

    okay so this is what i ended up doing, i put this script that gives premium points to the first players that enter the server, i edited the script a little bit and this is the end result function onLogin(cid) local free_points = 130 local players = 500 -- how much players shall it gives local...
  6. C

    Windows each new account gets 130 points

    thank you, ill read it hopefully i learn something that will help me how to resolve my problem
  7. C

    Windows each new account gets 130 points

    im going to try to use this local points = 130 -- amount of premium points function onLogin(cid) if isPlayer(cid) == TRUE then local Sql = "UPDATE `accounts` SET `premium_points` = `premium_points` + "..points.." where id="..getPlayerAccountId(cid) db.executeQuery(Sql)...
  8. C

    Windows each new account gets 130 points

    now im getting this error: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INT(11) NOT NULL DEFAULT '130'' at line 1. i think i have to change something in my config i dont know im not sure
  9. C

    Windows each new account gets 130 points

    hi, i tried it and i got this error : #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '[/URL]`accounts`CHANGE`premium_points``premium_points`INT(11) NOT NULL DEFAULT '' at line 1
  10. C

    Windows each new account gets 130 points

    Hi, i need help with a script, i want a script that gives 130 shop points to all accounts even the new ones so players can use them to buy items in shop. its like every time someone creates an account, the account gets 130 points thank you
  11. C

    Windows Getting points on website at a certain level script

    hello i want a script that allows my players to get points on website to buy items on shop lets say at level 10 the player gets 130 points on website, thank you :)
  12. C

    Solved Cant connect to my gesior acc maker website with my server ip

    omg thank you i fixed it =) is there anything i can do? like give you rep+ or something like that?
  13. C

    Solved Cant connect to my gesior acc maker website with my server ip

    no, i opened 7171 and 7172, how do i open port 80?
  14. C

    Solved Cant connect to my gesior acc maker website with my server ip

    Hi, i recently downloaded an otserv everything was going well, i tried to create a website and i successfully created it, i can go to the website using " localhost " and edit it and everything, the thing is that when i try to go to the website using my server ip, it sends me to my modems website...
Back
Top