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

    I have an idea of a script, similar to Guild War system, but i need help.

    I mean like an event. Would be great if i could start it by a command, like a talkaction.
  2. Baneczek

    I have an idea of a script, similar to Guild War system, but i need help.

    Hello guys. I have an idea of a script, and i'm not sure if it's possible to make this, but if it is, i need help to make it. I use TFS 0.3.6 (Crying Damson). So... The idea is... I want to make a system which works similar to Guild War system, but it will randomly set people's teams. Let's...
  3. Baneczek

    Ports

    Have you tried ipconfig /all to see what network devices are connected to your PC ?
  4. Baneczek

    [Znote AAC] How do i set different looktype on each proffesion

    Wow. This is really easy to configure. Thank you really much. I think i will use this one.
  5. Baneczek

    [Znote AAC] How do i set different looktype on each proffesion

    I will check this out, and see if it will work, I will have really much to do because it's Naruto server, and there are really much vocations to set their looktypes. I think i can handle it :D Lua is way easier for me than PHP functions...
  6. Baneczek

    [Znote AAC] How do i set different looktype on each proffesion

    Well, maybe i will do it in creature events... True, it's easier. Anyway, Thank you for your help.
  7. Baneczek

    [Znote AAC] How do i set different looktype on each proffesion

    Hello guys. I need some help with Znote's AAC. Could anyone tell me how do i set looktype for every profession that i want to make? Let's say i want to do a knight, His looktype will be 999 (yeye ofc it will be 999...) but if i want to do a sorcerer, his looktype will be 1000. Could anyone help...
  8. Baneczek

    Ports

    You have to open these ports on every router that integrates with your PC. So i think this will be wireless router and a booster router as you said so. Also you can check if your TFS (i think that's the server u're using, if not, it will be any other OTserv) is allowed publicly in your windows'...
  9. Baneczek

    Solved Any way to reset player's StorageValue after logout?

    Ok, thank you. It works ok.
  10. Baneczek

    Solved Any way to reset player's StorageValue after logout?

    Thank you for your fast answer. Works. EDIT. Got a question. If i have some quests also on Storage Value, will these quests also be reseted and player can do it again?
  11. Baneczek

    Solved Any way to reset player's StorageValue after logout?

    Hi everyone. I'm just wondering if there is any way to reset player Storage Value if he/she logs out. I have a script which saves positions, and then players can teleport to them, the script uses Storage Values. I'd like to reset the Storage Values used in the script, if player logs out, so...
  12. Baneczek

    Ports

    You have to say exactly what you do and what doesn't work. What router and firewall you're using.
  13. Baneczek

    Windows Help players aren't able to go to my website

    You're probably using xampp to host the website. Check if your firewall isn't blocking xampp, if it is, you have to allow xampp in your Windows firewall. That can be one of reasons.
  14. Baneczek

    [POLAND] EVO TESTS 8.6

    I just wrote in here because this guy is from Poland, just like me, and i really got bored of all the hate on polish people from all over the world. It's mainly because guys like him cannot behave properly...
  15. Baneczek

    [POLAND] EVO TESTS 8.6

    Well, it's not written anywhere that you make servers for 6 years. Maybe he didn't know that and just wanted to help you huh? Think about that.
  16. Baneczek

    [POLAND] EVO TESTS 8.6

    Why everytime there is hate or something, there are polish people ingered in it... You've started your server just for testing, and @Spitzy just told you some tips, what to do to make it better. You just shown that you think you are the best, and there is nothing you don't know. You don't have...
  17. Baneczek

    Solved Vip tile - level limit acces

    I think he mean only VIP players below 80 can pass.
  18. Baneczek

    Solved Vip tile - level limit acces

    function onStepIn(cid, item, position, fromPosition) if getPlayerVipTime(cid) == 0 then doTeleportThing(cid, fromPosition, FALSE) doSendMagicEffect(getCreaturePosition(cid),66) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Nie jestes VIPem!!!") else if getPlayerLevel(cid) < 80 then...
  19. Baneczek

    Solved Vip tile - level limit acces

    Shouldn't not equal look like ~= instead of =~ ?
  20. Baneczek

    Solved Teleporting script

    Thank you. You're the best dude. I didn't know how to build AddEvent.
Back
Top