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

    Lua Paladin and knight hits!

    please.......
  2. Majeski20

    Lua Paladin and knight hits!

    Okay, but then they will be weaker against creatures aswell? :p
  3. Majeski20

    Lua Paladin and knight hits!

    Hello, i got a problem on my server, paladins and knights hits very bad in PVP, a paladin in lvl 200+ hits like max 100 on a knight in lvl 100. Can i increase the hits somewhere just on players, not so they got overpower on creatures? :blink: Please help me! :( THANKS!
  4. Majeski20

    Vip Status

    Hello! I got a problem with vip status on my website. Some of the players got VIP Status Green on their character page, but they do not have vip. It seems like a bug in gesior? Please help. Give rep ++ Thanks in advance!:p
  5. Majeski20

    Click to buy?

    Thank you RealSoft! Workes great :)
  6. Majeski20

    Click to buy?

    didnt work :o
  7. Majeski20

    Click to buy?

    Im not sure what to delete, here is my lever script. --[[ Potion Script v1.0 by Shawak ]]-- local config = { [8502] = {potion = 7620, cost = 50}, [8503] = {potion = 7589, cost = 80}, [8504] = {potion = 7590, cost = 100}, [8505] = {potion = 8472, cost = 200}, [8506] = {potion = 8473...
  8. Majeski20

    Click to buy?

    Hello! :w00t: I'm searching for a script that you can just right-click on a item to buy it. Not with lever. Just click on it :). I would be very happy if somone helped me! Thanks in advance. :)
  9. Majeski20

    Zaypay getting 0 points when paid?

    I guess you have to enter your password of database between those two <"">
  10. Majeski20

    Paid but dont get points?

    Hello! I got a zaypay script, and everything works fine except you dont get any points? , it sais "send PIN 5656 to 7224 or something, and when i do that, it sais "You have paid". But i do not get the points? Can anyone help me :S? Thanks in advance.! Rep++
  11. Majeski20

    Item problem

    Solved! I had dublicate draken boots in items.xml
  12. Majeski20

    Item problem

    I re-installed the client, did'nt help :/
  13. Majeski20

    Item problem

    Bring up my post!
  14. Majeski20

    Item problem

    Hello! I got a problem with items.. I got the new items 8.6 with , all draken items. And i made command "/i draken boots" on my GM and i thought i didnt get anything, but then i noticed this. :blink: Without Draken boots. With Draken boots. Can somone fix this :S?
  15. Majeski20

    Newest Items 8.6

    I mean for TFS , the items map :) Items.xml and items.otb/otbm
  16. Majeski20

    Newest Items 8.6

    Bump!
  17. Majeski20

    Newest Items 8.6

    Hello! Can somone tell me where i can get the newest items 8.6 like "draken boots, shield of corruption, blade of corruption" Thanks :)!
  18. Majeski20

    Pits of inferno script

    I need a script for my Pits of Inferno. :w00t: It goes like when you have touched all thrones, you can go past a tile, and get teleported to the questroom. And if you havn't touched em all, you will teleported back and a text like "You have to touch all thrones". :D Can anyone help me :)...
  19. Majeski20

    Deleted Acc maker and Samples!

    solved!
  20. Majeski20

    Reward money script

    function onAdvance(cid, skill, oldlevel, newlevel) if(getPlayerStorageValue(cid, 60362) ~= 1 and skill == SKILL__LEVEL and newlevel >= 45) then doPlayerAddItem(cid, 2160, 5) setPlayerStorageValue(cid, 60362, 1)...
Back
Top