• 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!

Recent content by GBR Jessica

  1. G

    Team [Beta-Test] Sylphera.com. Report bugs here.

    Can you read the PM i sent you and send your email to me
  2. G

    Team [Beta-Test] Sylphera.com. Report bugs here.

    Name: Mark Age: 14 Country: U.K Language(s): English, Basic French Primary Language: English Job(s)?: Any position you are willing (Tutor to start then if im trusted your choice) Why join beta testing? (3 answers minimum) 1. I can do basic scripting as well as mapping 2. Even though...
  3. G

    firstitems code

    function onLogin(cid) if getPlayerStorageValue(cid, 300) == -1 then vargotitens = getPlayerVocation(cid) end if vargotitens == 1 then doPlayerAddItem(cid, 2457, 1) doPlayerAddItem(cid, 2463, 1) doPlayerAddItem(cid, 2513, 1) doPlayerAddItem(cid, 2190, 1) doPlayerAddItem(cid, 2647, 1)...
  4. G

    [Gesior acc. maker][TFS 0.3]Powergamers and online time stats

    The hopto link doesnt work anymore
  5. G

    [Request] King Tibianus

    Search Promotion Npc into search
  6. G

    Quest Box Problems

    Rep++?
  7. G

    Error on website creation!

    http://127.0.0.1 Go to security and make a password
  8. G

    Quest Box Problems

    and in Actions.xml say <action uniqueid="Whatever it is on the thing" script="quests/the file.lua"/> Hope i helped! Also on your map change the Action id to 2000 (means its a quest box) You can move it on God characters but on normal characters you wont be able to move it And make the chests...
  9. G

    Quest Box Problems

    function onUse(cid, item, fromPosition, itemEx, toPosition) local uid = 1000 (Change to what you want) local storage = 1000 (Change to what you want) local bag = doPlayerAddItem(cid, 5927, 1) <-Pirate Bag if item.uid == uid then if getPlayerStorageValue(cid, storage) == - 1 then...
  10. G

    [NPC Script] Ship Captain or Carpetman (TFS 0.3.1 CryingDamson)

    Try not changing it first to test
  11. G

    [NPC Script] Ship Captain or Carpetman (TFS 0.3.1 CryingDamson)

    <npc name="Merlin" script="data/npc/scripts/travel.lua" walkinterval="0" floorchange="0" access="5" level="1" maglevel="1"> <health now="150" max="150"/> <look type="130" head="0" body="88" legs="114" feet="57" addons="1"/> <parameters> <parameter key="message_greet" value="Welcome...
  12. G

    [NPC Script] Ship Captain or Carpetman (TFS 0.3.1 CryingDamson)

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) -- OTServ event handling functions start function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  13. G

    [NPC Script] Ship Captain or Carpetman (TFS 0.3.1 CryingDamson)

    and make your npc to this script :P
  14. G

    [NPC Script] Ship Captain or Carpetman (TFS 0.3.1 CryingDamson)

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) -- OTServ event handling functions start function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
Back
Top