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

  1. Dibis

    Lua Auction System (getItembyName) problem.

    Hello, If I say: 12 bat wings have console warning: Item not found. If say: 12 bat wing - all working good. How remove console error? This is my line to this "IF" local item = getItemIdByName(t[2]) if(not item) then doPlayerSendTextMessage(cid...
  2. Dibis

    Lua Solo Desert Quest [code optimize]

    Hello. I use TFS 0.3.7 [based on OTX2] Who Can optimized for me desert quest [solo] ? This is my code. function onUse(cid, item, fromPosition, itemEx, toPosition) local storageValue = 61111 -- only if status is false this will be used local sorcerer = {1,5} local...
  3. Dibis

    Lua Action ID - description Keys.

    Thank you. I check this!
  4. Dibis

    TFS 0.X SKILL SHIELDING not WORK!

    Have second option in monsters config. 1672836422 How I can change defense? In vocation.xml change defense=1.0 to defense=1.5 / 2.0 ? In player.cpp i have this: return ((int32_t)std::ceil(((float)(defenseSkill * (defenseValue * 0.015)) + (defenseValue * 0.1)) * defenseFactor)); But reduce...
  5. Dibis

    [Znote AAC] - Interactive Map for Servers - Work in Progress

    How add others map (my custom) ?
  6. Dibis

    Lua Action ID - description Keys.

    0.3.7
  7. Dibis

    TFS 0.X SKILL SHIELDING not WORK!

    I have full set. Armor, Shield, Legs, Helmet. First Player Have Shielding = 10 Second Player Have Shielding = 40 Rotworm hit first and second players the same. This is my big problem.
  8. Dibis

    TFS 0.X SKILL SHIELDING not WORK!

    I understand, but my problem is that the monsters still hit the same when I have shielding 10 or 100 it doesn't make any difference.
  9. Dibis

    TFS 0.X SKILL SHIELDING not WORK!

    @Gesior.pl please help :< Why in TFS 1.5 have this formula: OTX 2 [0.3.7] Maybe i must change *0.015 to *0.15 ?
  10. Dibis

    Lua Action ID - description Keys.

    Hello. I need script who create description for key in quest. ETC: If item.actionid = 2022 then set this item description "Key for door to desert quest room." Best option is: local config { aid = 2022 desc = "blabla1' aid = 2023 desc = "blabla2' aid = 2024 desc = "blabla3' Thanks for answer !
  11. Dibis

    TFS 0.X Vocations.xml - skill defense?

    Ok thank you, but ... If i have player with shielding 50 and in sources have shielding * 0.015 than now this working - 50 * 0.015 * 1,5 ? When I change to 2.0 , working than 50*0.015*2,0 ?
  12. Dibis

    TFS 0.X onLook - offline training time to skill.

    Hello. I have in TFS 0.3.7 offline training statue. In data base have time offline etc. I need script onLook (When i click onLook, will see the time left in the offline training). Thanks.
  13. Dibis

    TFS 0.X Vocations.xml - skill defense?

    Hello! If I change in this line shielding, will my defense improve? <skill fist="1.5" club="2.0" sword="2.0" axe="2.0" distance="2.0" shielding="1.5" fishing="1.1" experience="1.0"/>
  14. Dibis

    [POLAND] [8.60] NERAVIA RPG CUSTOM MAP | 1 Jan 2023 18:00 CET

    You have, look on account :)
  15. Dibis

    TFS 0.X SKILL SHIELDING not WORK!

    Hello. I have problem with skill shielding. I tested two players. First have 10 shielding and chain set, Second the same set but 35 shielding. Rotworm hit players the same. How I can change this ? I use TFS 0.3.7 based on OTX2.
Back
Top