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

    [TFS 1.2] Monster Attack 'Strength'

    Thanks
  2. Lyky

    For some reason attack speed didn't change

    then likely something doesn't work right in your distro. What is it? No clue. Check in your sources for attackspeed, you'll find why its not working.
  3. Lyky

    For some reason attack speed didn't change

    or you can kill your characters for changes in vocations.xml to take the effect.
  4. Lyky

    [TFS 1.2] Monster Attack 'Strength'

    Hi, I'm trying to replicate old Dharalion elf boss. In virgin Cip files there was attack as follows: Victim (7, 15, 21) -> Strength (2, -80, 10, 15) : 8, as I understand it would reduce resistances to -80% (how should I go about it? Is there a var like I can change speed using speedchange=""...
  5. Lyky

    For some reason attack speed didn't change

    you can try running following sql query UPDATE players SET `conditions` = NULL
  6. Lyky

    For some reason attack speed didn't change

    you need to purge conditions for every player in your db, so that vocations.xml take the effect.
  7. Lyky

    Czy AMD Athlon 64 x2 3800+ i 8gb ram podoła?

    Powinnienes patrzec na to w ten sposob: Intel : Szybkie pojedynczo rdzeniowe zadania AMD: Wielo watkowosc Jesli bedziesz mial duzo graczy ktorzy rozne rzeczy beda robili na mapie, to wielo watkowosc wygra z szybkoscia intela. (Do Servera gry) Do mysql defakto jest lepiej miec szybsze...
  8. Lyky

    OTClient OTS CLIENT 11

    You can use otclient as a base, as you develop your own client from it. Just create a fork on github, and experiment with it.
  9. Lyky

    Czy AMD Athlon 64 x2 3800+ i 8gb ram podoła?

    Teorytycznie na 150mb mape powinnies miec 32GB ramu, i min 6 rdzeni z dobrym taktowaniem, jesli mowimy o 1000 graczy online w tym samym czasie by nie doznali lagow i by server sie wyrobil. Mozna jednak wziac 2-3 tansze servery i uzyc jeden do Web, drogi do MySQL a trzeci do servera gry...
  10. Lyky

    How do i change a club to a wand?

    post what you currently have, and errors you are getting.
  11. Lyky

    Czy AMD Athlon 64 x2 3800+ i 8gb ram podoła?

    Ubuntu jest dla dzieci - pelno spywaru i sharewaru... to kiepski system (chyba ze lubisz system ktory jest dzieckiem androida i windows'a 8 i 10 . Debian jest bardziej profesjonalny lecz ze Gnome3/Whizzy sie zaczal staczac; najlepszy na ta chwile jest CentOS do hostowania.
  12. Lyky

    Lua Magicthrower can see invisble

    <immunity invisible="1"/> This is why. Its immune to invisible This may also be the cause. <flag illusionable="0"/>
  13. Lyky

    How do i change a club to a wand?

    search it up, i'm sure plenty of people done it before on the forums.
  14. Lyky

    TFS 0.X Erro NpcScript Interface

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:OnCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:OnCreatureDisappear(cid) end...
  15. Lyky

    How do i change a club to a wand?

    check if you see other wands in any other xml files, as events, movements, etc. There may be something there. ~ per your reply No problem.
  16. Lyky

    Czy AMD Athlon 64 x2 3800+ i 8gb ram podoła?

    Z zrozumiem ze bedzie na linuxie; jesli windows to moze nie udzwignac 50 - w zaleznosci jak sobie ogole sam system poradzi.
  17. Lyky

    How do i change a club to a wand?

    ensure you have attribute holy; maybe try looking it up in your items if holy exists anywhere.
  18. Lyky

    How do i change a club to a wand?

    did you reloaded/restarted your server? Also have you made sure that vocation name is a name not a numbeR?
  19. Lyky

    Problem With Setup [7.4] TFS 1.2

    line 27 change uint32_t name; to std::string name; Then recompile, and check. There may be more references, but i think this is main one; you need to check for definition of the structure, if this doesn't work or drops compilation errors.
  20. Lyky

    How do i change a club to a wand?

    vocation name refers to name, not vocationid. Did you get any error when you reload your weapons/items/spells?
Back
Top