• 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. Fu Manchu

    Ideas about mapping for an evo server

    You're not stupid you're just inexperienced, and miss informed on what things should look like. Try looking at threads, and looking at other things people have mapped, so you can kind of see how it's done. Just like with learning anything the more you do it the better you get. And I feel...
  2. Fu Manchu

    Evo Temple

    As for now the Evo main city. I'm not sure if I will keep the map or just go 100% custom. Main problem is there are no founds for this project... So I'm trying to get the server playable and fully functional so people can get online and I can start doing massive map updates. But the server will...
  3. Fu Manchu

    I fixed most my errors but I have a new probelm - PLEASE HELP if you understand !

    Why do I have a feeling the config file hasnt even been touched?
  4. Fu Manchu

    Lua Yet another lua problem.

    Is there any errors on start up?
  5. Fu Manchu

    Windows Auto Loot Sell dont work

    Link me where you got the script so I can test it.
  6. Fu Manchu

    Evo Temple

    I cleaned it up and I'm strictly working on the temple the ground surrounding it is not included. Sorry I should of been more specific. I will edit the post now. And I have deleted most of my pillars. The way I map is weird I guess I constantly add and delete till i get the appearance im looking...
  7. Fu Manchu

    Evo Temple

    I am doing a revamped Evo map. I wanted to see you all's opinion maybe things to add maybe things to take away, constructive criticism only please. It is also not finished. Thanks guys. I'm currently focusing on the temple. not the ground or houses surrounding it. UPDATE: I have not...
  8. Fu Manchu

    [ 8.21 ] Gullfisk v2.4

    reup?
  9. Fu Manchu

    Team Evo!

    Bump: updated
  10. Fu Manchu

    Scripter ....

    Let me take a look at what you got. [email protected] add me on messenger
  11. Fu Manchu

    Team Evo!

    I'm really in the mood to whip a classic high exp EVO server. If any one is interested in participating send me a pm. And don't just message me if you want gm your an idiot leave me alone. lol UPDATE: Currently started working on the map. Revamping the whole evo map... Client is going to be...
  12. Fu Manchu

    Receiving an error while editing firstitems.xml

    Being a little demanding now arnt we? ignorance will get you no where.
  13. Fu Manchu

    Receiving an error while editing firstitems.xml

    I gave him one but he dosnt listen...
  14. Fu Manchu

    Gate acting script...

    Ok I got the door to close when you walk threw it. But how do I make it at like an quest door. Where when u open it it forces you to take a step foward. Cause at this point you can open it and walk away from it and it will stay open. Update. I think it has to do with actions now.. so here we...
  15. Fu Manchu

    Receiving an error while editing firstitems.xml

    That thing is a sloppy fucking mess... Ill let someone else fix it -.- Or you can use a working one.. its the same fuckin difference either way your going to end up with the same thing. (a working script)
  16. Fu Manchu

    Receiving an error while editing firstitems.xml

    If you want use mine... its from .4 tho.. <?xml version="1.0" encoding="UTF-8"?> <mod name="First Items" enabled="yes"> <config name="firstitems_config"><![CDATA[ STORAGE = 30001 commonItems = { {itemid=2160, count=1, inContainer = true}, -- 25 platinum coins {itemid=2643}, -- leather boots...
  17. Fu Manchu

    Noob OT

    This is a support board?
  18. Fu Manchu

    Gate acting script...

    Basically I'm trying to turn the gate 5733 so that it can only be opend by vip. (easy part) But I need to know how to make it auto close when the walk threw the door way. Any idea's? Thx guys.
  19. Fu Manchu

    Vip teleport scroll help

    I ended up with this guys. Use it if you need it. function onUse(cid, item, frompos, item2, topos) local telepos = {x=513, y=844, z=7} if isPlayerPzLocked(cid) or (getCreatureCondition(cid, CONDITION_INFIGHT) == TRUE) then doPlayerSendCancel(cid,"You can not teleport while in combat.")...
  20. Fu Manchu

    Vip teleport scroll help

    No I figured it out lmao.. I had my coords wrong.. so it was trying to tp to like no where.. ty tho ill rep for the help also my first script works perfect as well feel free to use it anybody
Back
Top