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

  1. KnightmareZ

    [Sweden] The Lost Kingdom Server (custom client)

    very nice ; ) what's link to discord?
  2. KnightmareZ

    [Sweden] The Lost Kingdom Server (custom client)

    common you could atleast spent 10€ on a .com/.net domain to make the server look more serious - why .ddns.net ?? you even have an item donation shop. just my thought, thx
  3. KnightmareZ

    (Swedish) Behöver jag skatta för att ha donations på min ot?

    När du når 18k kan du börja tänka på att kontakta skatteverket
  4. KnightmareZ

    (Swedish) Behöver jag skatta för att ha donations på min ot?

    Det är faktiskt inte en donation om personen får en tjänst i utbyte. Att det kallas "donation" i OT världen är för att man ska vara säkrare på PayPal så folk inte kan chargebacka hur som helst, eftersom du inte kan bevisa att de verkligen fått sin tjänst. Paypal är bra för varor, inte tjänster...
  5. KnightmareZ

    OTServ in other programming languages.

    JavaScript is one of the must popular languages out there, somebody should just start and people will contribute
  6. KnightmareZ

    OTServ in other programming languages.

    What about in node.js? would this be possible?
  7. KnightmareZ

    Scripter LUA Scripting service for TFS 1.x

    What can I say, really great service, knows LUA like a wizard and is cheap for his work!
  8. KnightmareZ

    [FRANCE] Estera 8.6, pvpe - BETA

    looking goooood! what are the vocations? few custom ones would be cool
  9. KnightmareZ

    Monster FriendList

    @UnsineSoft solved my problem in another way - with onTargetCombat instead.. local creatures_red = "Wolf" local creatures_blue = "Rat" function Creature:onTargetCombat(target) if self:isMonster() and target:isPlayer() then if self:getName() == creatures_red and...
  10. KnightmareZ

    Monster FriendList

    Makes the creature follow you around like a summon =P and when you leave the creatures targetList and then enter it again it attacks you
  11. KnightmareZ

    Monster FriendList

    still no "/ I do for _, c in ipairs(monster:getFriendList()) do print(c:getName()) end and it return all the playernames... I do monster:getFriendCount() and it returns 1 or the actual count, but still targetList doesnt updates and attack the player.
  12. KnightmareZ

    Monster FriendList

    It doesn't updates : ( do you have any more ideas?
  13. KnightmareZ

    Monster FriendList

    Thank you for your quickly response. I have updated my post for clarification. Please take a look at investigation result 2. Edit: I am in the monsters friendlist but it keeps attacking me. Why is that?
  14. KnightmareZ

    Monster FriendList

    Hello there! I have an event in a Arena where I spawn monsters with Game.createMonster(monster.name, monster.spawnPos ..). Now I would like to add friends(Players) to this monster so he wont target this person. It does add people to this list but still attacks them. INVESTIGATION RESULT 1...
Back
Top