• 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

    Vip teleport scroll help

    Did not work. Not getting any errors but still did not work. Edit: btw if getPlayerVipDays(cid) > 0 then = no vip if getPlayerVipDays(cid) > 1 then = vip
  2. Fu Manchu

    Vip teleport scroll help

    I'm trying to do stuff by hand.. not sure what is missing here. Can any one help? thx.. Vipscroll.lua function onUse(cid, item, fromPosition, itemEx, toPosition) local newPos = {x = 513, y = 810, z = 4} if getPlayerVipDays(cid) > 1 then doTeleportThing (cid, newPos) else...
  3. Fu Manchu

    Open ports issue.

    -.- screen shot. lol
  4. Fu Manchu

    Open ports issue.

    Id have to see a ss of what your doing..
  5. Fu Manchu

    Hug, Slap, or Kiss, the avatar above you?

    Slap, Fallen you destroy everything you touch WHYYY!!!
  6. Fu Manchu

    Windows Npc Problem :S

    distro?
  7. Fu Manchu

    Team [Testers] Easy

    You died lol?
  8. Fu Manchu

    Team [Testers] Easy

    It in testing faces for a reason.. Atm im scripting the monsters.. ect. ..
  9. Fu Manchu

    Team [Testers] Easy

    Everyone add me on msn. [email protected] client: 8.6 ip: http://97.76.210.11/
  10. Fu Manchu

    [MOD] script

    I already had that in mind ;) ty <3
  11. Fu Manchu

    [MOD] script

    I need it to charge the non vip people. That why i left doPlayerRemoveMoney.... lol From what it looks like that script wont do that.. i could be wrong. oh btw if your reading this and dont know the answer feel free to bump the post.
  12. Fu Manchu

    [MOD] script

    function onSay(cid, words, param if getPlayerVipDays(cid >= 1) then doPlayerAddItem(cid, 2173, 1) ; doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You've bought an amulet of loss!") ; else doPlayerRemoveMoney(cid, 10000) == true then doPlayerAddItem(cid, 2173, 1) ...
  13. Fu Manchu

    [NPC] Mission.

    I Didn't like the way any of them looked truthfuly -.- I looked for a few hours..
  14. Fu Manchu

    [NPC] Mission.

    I'm looking for a non complicated mission npc script. So I can edit the piss out of it. I'm basically gona turn that into How you get your addons in game.. If any one has a simple npc mission script please let me know... Basically gona have it so you go kill monsters. It will give you stuff for...
  15. Fu Manchu

    Solved Npc...

    For some reason I'm getting an error When a char trys to buy wand from eryn the magic shop... It's saying attempt to purchase and item that is only sellable.. Anyone here of what has been causing this.. In the script it shows that the items are both sellable and buyable for diffrent price...
  16. Fu Manchu

    Windows Console error...

    lol!
  17. Fu Manchu

    Jail System Need Help *No errors*

    Simple way would be make multiple talkactions... lol /jail1 *playername* /jail2 *playername* ect.... lol
  18. Fu Manchu

    Lua Need a monster maker program!!

    Wait sn4ake, You mean I can actually search things on this giant forum? :O Who would of known!!!!!
  19. Fu Manchu

    Windows Console error...

    It was the creature scripts
  20. Fu Manchu

    New at OTs, need help :/

    I think you can only set it from one temple. There "home town" aka town id. to set temple in town that is done in the map editor.
Back
Top