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

    vip problem

    Yup i did it says (Add this to your SQL (parameter):) and idk where to find my sql
  2. Heroman

    vip problem

    yea where ccan i find that in my ot XD thats complicated
  3. Heroman

    vip problem

    am sorry but what SQL parameter does means?
  4. Heroman

    vip problem

    i got -vipremover -vipchecker ------- a folder called vip in it contains:-addondoll -days -player_broadcast -Promote
  5. Heroman

    vip problem

    i got -vipremover -vipchecker ------- a folder called vip in it contains:-addondoll -days -player_broadcast -Promote
  6. Heroman

    Adding City to boat

    YEAAAAAA!!! FINALLYY THANKYOU SO MUCH MY FRIEND <3
  7. Heroman

    Adding City to boat

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) -- OTServ event handling functions start function onCreatureAppear(cid)...
  8. Heroman

    Adding City to boat

    Yeaa thats Truuee mate
  9. Heroman

    Adding City to boat

    local travelNode = keywordHandler:addKeyword({'Gengia'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Do you want to sail to Gengia for free?'}) travelNode:addChildKeyword({'yes'}, StdModule.travel, {npcHandler = npcHandler, premium = true, level = 0, cost = 0...
  10. Heroman

    Adding City to boat

    did that still not working
  11. Heroman

    Adding City to boat

    THATS THE Lib local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) -- OTServ event handling functions start function onCreatureAppear(cid)...
  12. Heroman

    Adding City to boat

    this is the XML file <?xml version="1.0" encoding="UTF-8"?> <npc name="Captain Bluebear" script="data/npc/scripts/Captain Bluebear.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look type="129" head="19" body="69" legs="107" feet="50" addons="0"/> <voices> <voice...
  13. Heroman

    vip problem

    function onSay(cid, words, param) local points = getPlayerPoints(cid) if getPlayerStorageValue(cid, 11552) > 0 then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You have "..points.." days.") else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE...
  14. Heroman

    Adding City to boat

    Yup where should i update the script or where should i post it? excuse me im not that good at scripting ^^
  15. Heroman

    Adding City to boat

    yea and how to make the player travel to that city??
  16. Heroman

    Adding City to boat

    <?xml version="1.0" encoding="UTF-8"?> <npc name="Captain Bluebear" script="data/npc/scripts/Captain Bluebear.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look type="129" head="19" body="69" legs="107" feet="50" addons="0"/> <voices> <voice text="Passages to Carlin...
  17. Heroman

    Adding City to boat

    which one??
  18. Heroman

    vip problem

    Well Actually im using 8.6 ^^ i just wanna fix that vip thing cuz i will make a tp for vip players ^^
  19. Heroman

    Adding City to boat

    Well i want to add a city to npc at the boat to travel to it can any one help with that? ^_^
  20. Heroman

    vip problem

    cant find it tho
Back
Top