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

Knight attacking range 2sqm

Taqers

New Member
Joined
Mar 18, 2021
Messages
35
Reaction score
1
Location
Germany
GitHub
Taqers
Hello :)

I am looking for someone that might help me with a script, get me a bit further in my idea.

Any help will be really appreciated.

The script should make a Knight attack with a special sword from 2 sqm and should have CONST_ANI_WHIRLWINDSWORD look. (just like exori hur)

Regards
 
no, sorry i forgot to mention it should be an auto attack
Post automatically merged:

also i was wondering if there is any possibility to transfer 7.6 wand shoot type to 12.91 assets?
 
Last edited:
added, but there is no sword effect


Lua:
  </item>
  <item id="34084" article="a" name="soulbiter">
    <attribute key="weaponType" value="axe" />
    <attribute key="range" value="6" />
    <attribute key="shootType" value="WHIRLWINDAXE" />
    <attribute key="elementdeath" value="45" />
    <attribute key="skillaxe" value="5" />
    <attribute key="attack" value="7" />
    <attribute key="extradef" value="3" />
    <attribute key="defense" value="32" />
    <attribute key="weight" value="4000" />
    <attribute key="upgradeclassification" value="4" />
    <attribute key="imbuementslot" value="2">
      <attribute key="life leech" value="3" />
      <attribute key="mana leech" value="3" />
      <attribute key="critical hit" value="3" />
      <attribute key="skillboost axe" value="3" />
    </attribute>
  </item>
 
Back
Top