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

  1. G

    Lua Make spells across walls in talkaction

    Hi there guys, I am trying to make a spell to kill everything that is onscreen through a talkaction, so I am creating a combat area like this: local arr = { {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}, {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}, {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
  2. G

    Solved Wrong animation on distance weapons

    Well, I finally added a .lua for each item, forcing them to use the proper effect.. I hope I didn't break up the damage formulas etc :) Thanks for your help :)
  3. G

    Solved Wrong animation on distance weapons

    Hello, I got a problem with some items in my server, some of the distance weapons (prismatic bolts, crystalline arrows, and some more) show the "effect" or "animation" that you see when you throw a spear, instead of the corresponding picture to that weapons/ammos. I looked at items.xml and...
Back
Top