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

    Pokemon 3D

    if u guys love pokemon.. why dont you guys try www.pokemon.com <--- pokemon online tgc (trading game cards online)
  2. n3ziri

    NPC Grizzly Adams (Killing in the name of... Quest) All tasks, more real-tibia

    does anyone know how to make a mission completable 1 time. when im finish with killing lets say hydras. I can take the quest again ?
  3. n3ziri

    NPC Grizzly Adams (Killing in the name of... Quest) All tasks, more real-tibia

    i removed or isSummon(target) and it works now :S WOOOW u are the man... im chocked!!! :D AWSOME.. i can not find words to say how happy u just made me :D THHHHXXXX =D
  4. n3ziri

    NPC Grizzly Adams (Killing in the name of... Quest) All tasks, more real-tibia

    my script does not work from here. if isPlayer(target) or isSummon(target) then return true end if started and #started > 0 then for _, id in do if isInArray(tasks[id].creatures, getCreatureName(target):lower()) then if getCreatureStorage(cid, KILLSSTORAGE_BASE + id) < 0 then...
  5. n3ziri

    NPC Grizzly Adams (Killing in the name of... Quest) All tasks, more real-tibia

    yupp im back.. and im still stuck att the same place.. i tryed to print("test1") like u said and did work. i do see print ("test1") but still not counting the monsters
  6. n3ziri

    NPC Grizzly Adams (Killing in the name of... Quest) All tasks, more real-tibia

    im using tfs 0.3.7 (crying Damson) going to test some stuff now.. and if i cant fix it to 8a clock :) Ill be back!!! :) Thx again m8.
  7. n3ziri

    NPC Grizzly Adams (Killing in the name of... Quest) All tasks, more real-tibia

    when i kill monsters. It does not count how many i killed.
  8. n3ziri

    NPC Grizzly Adams (Killing in the name of... Quest) All tasks, more real-tibia

    Limos u are one smart guy =) Thank Youuu.. Now i only got 1 prob. And that is the counter dosnt work =) And i got no errors =(
  9. n3ziri

    NPC Grizzly Adams (Killing in the name of... Quest) All tasks, more real-tibia

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  10. n3ziri

    NPC Grizzly Adams (Killing in the name of... Quest) All tasks, more real-tibia

    this is the errors i get when i write "task" to this guy. Anyone who knows what to do ?
  11. n3ziri

    NPC Grizzly Adams (Killing in the name of... Quest) All tasks, more real-tibia

    wow.. thx for a fast answer. I like that =)
  12. n3ziri

    NPC Grizzly Adams (Killing in the name of... Quest) All tasks, more real-tibia

    hi guys.. i read whole script..looks very good. But the one thing i didnt understand is this.. First of all, you need to add this lib: [code=lua]RANK_NONE = 0 RANK_HUNTSMAN = 1 RANK_RANGER = 2 RANK_BIGGAMEHUNTER = 3 RANK_TROPHYHUNTER = 4 RANK_ELITEHUNTER = 5 Where do i add this. is it in...
  13. n3ziri

    Solved Offline After 15min

    i didnt see any errors. but i found the solution. i had a backup off all my files and i replaced it and it works now. But still i dont know what the prob was. We can close this thread. Thx guys =)
  14. n3ziri

    Solved Players can't connect to game world.

    some ppl has 2 routers. If u have this then remember to open ports on bouth of the routers. I had this problem.
  15. n3ziri

    Solved Offline After 15min

    i removed everything. i have no errors. i remember i changed my 050-funtions.lua has that anything to do with that =)
  16. n3ziri

    Solved Offline After 15min

    Thats the point. I didnt change anything. Yesterday i tryed to fix my grizzly adams npc (quest) but from that day it dosnt kick ppl when they are at the trainers. I may have changed some stuff at . actions / creaturescript/ npc / lib / but i have no ide what i have done :) thats why im...
  17. n3ziri

    Solved Offline After 15min

    Hey guys. My server had a script. When ever u where at the trainer and After 15min u got disconnectef. But i have Done something so it dsnt work. Now i dont Know what i have Done. Can someone point me in right direction
  18. n3ziri

    I have problem with grizzly Adams

    Ohh nice. I Will try this
  19. n3ziri

    I have problem with grizzly Adams

    anyone ?
  20. n3ziri

    I have problem with grizzly Adams

    Hey does anyone have a workibg grizzly Adams npc with a monster counter for 8,60
Back
Top